This repository has been archived by the owner on Mar 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
module_goodsreview.xml
115 lines (99 loc) · 5.73 KB
/
module_goodsreview.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<?xml version="1.0" encoding="UTF-8"?>
<project name="module_goodsreview" default="compile.module.goodsreview">
<dirname property="module.goodsreview.basedir" file="${ant.file.module_goodsreview}"/>
<property name="module.jdk.home.goodsreview" value="${project.jdk.home}"/>
<property name="module.jdk.bin.goodsreview" value="${project.jdk.bin}"/>
<property name="module.jdk.classpath.goodsreview" value="${project.jdk.classpath}"/>
<property name="compiler.args.goodsreview" value="${compiler.args}"/>
<property name="goodsreview.output.dir" value="${module.goodsreview.basedir}/out/production/GoodsReview"/>
<property name="goodsreview.testoutput.dir" value="${module.goodsreview.basedir}/out/test/GoodsReview"/>
<path id="goodsreview.module.bootclasspath">
<!-- Paths to be included in compilation bootclasspath -->
</path>
<path id="goodsreview.module.production.classpath">
<path refid="${module.jdk.classpath.goodsreview}"/>
<pathelement location="${analyzer.output.dir}"/>
<pathelement location="${basedir}/lib/lucene-core-3.4.0.jar"/>
<pathelement location="${basedir}/lib/saxon"/>
<pathelement location="${basedir}/lib/jakarta-commons"/>
<pathelement location="${basedir}/lib/httpclient"/>
<pathelement location="${basedir}/lib/webharvest"/>
<pathelement location="${basedir}/lib/xfresh"/>
<pathelement location="${basedir}/lib/log4j-1.2.15.jar"/>
<pathelement location="${basedir}/lib/xalan"/>
<pathelement location="${basedir}/lib/junit-4.0.jar"/>
<pathelement location="${basedir}/lib/mysql-connector-java-5.1.18-bin.jar"/>
<pathelement location="${basedir}/lib/rhino"/>
<pathelement location="${basedir}/lib/lucene-analyzers-3.4.0.jar"/>
<pathelement location="${basedir}/lib/spring"/>
<pathelement location="${basedir}/lib/jetty"/>
<pathelement location="${basedir}/lib/jetbrains"/>
<pathelement location="${indexer.output.dir}"/>
<pathelement location="${frontend.output.dir}"/>
<pathelement location="${searcher.output.dir}"/>
<path refid="library.lib.classpath"/>
<pathelement location="${miner.output.dir}"/>
</path>
<path id="goodsreview.runtime.production.module.classpath">
<pathelement location="${goodsreview.output.dir}"/>
<path refid="analyzer.runtime.production.module.classpath"/>
<path refid="indexer.runtime.production.module.classpath"/>
<path refid="frontend.runtime.production.module.classpath"/>
<path refid="searcher.runtime.production.module.classpath"/>
<path refid="library.lib.classpath"/>
<path refid="miner.runtime.production.module.classpath"/>
</path>
<path id="goodsreview.module.classpath">
<path refid="${module.jdk.classpath.goodsreview}"/>
<pathelement location="${goodsreview.output.dir}"/>
<pathelement location="${analyzer.testoutput.dir}"/>
<pathelement location="${analyzer.output.dir}"/>
<pathelement location="${basedir}/lib/lucene-core-3.4.0.jar"/>
<pathelement location="${basedir}/lib/saxon"/>
<pathelement location="${basedir}/lib/jakarta-commons"/>
<pathelement location="${basedir}/lib/httpclient"/>
<pathelement location="${basedir}/lib/webharvest"/>
<pathelement location="${basedir}/lib/xfresh"/>
<pathelement location="${basedir}/lib/log4j-1.2.15.jar"/>
<pathelement location="${basedir}/lib/xalan"/>
<pathelement location="${basedir}/lib/junit-4.0.jar"/>
<pathelement location="${basedir}/lib/mysql-connector-java-5.1.18-bin.jar"/>
<pathelement location="${basedir}/lib/rhino"/>
<pathelement location="${basedir}/lib/lucene-analyzers-3.4.0.jar"/>
<pathelement location="${basedir}/lib/spring"/>
<pathelement location="${basedir}/lib/jetty"/>
<pathelement location="${basedir}/lib/jetbrains"/>
<pathelement location="${indexer.testoutput.dir}"/>
<pathelement location="${indexer.output.dir}"/>
<pathelement location="${frontend.testoutput.dir}"/>
<pathelement location="${frontend.output.dir}"/>
<pathelement location="${searcher.testoutput.dir}"/>
<pathelement location="${searcher.output.dir}"/>
<path refid="library.lib.classpath"/>
<pathelement location="${miner.testoutput.dir}"/>
<pathelement location="${miner.output.dir}"/>
</path>
<path id="goodsreview.runtime.module.classpath">
<pathelement location="${goodsreview.testoutput.dir}"/>
<pathelement location="${goodsreview.output.dir}"/>
<path refid="analyzer.runtime.module.classpath"/>
<path refid="indexer.runtime.module.classpath"/>
<path refid="frontend.runtime.module.classpath"/>
<path refid="searcher.runtime.module.classpath"/>
<path refid="library.lib.classpath"/>
<path refid="miner.runtime.module.classpath"/>
</path>
<patternset id="excluded.from.module.goodsreview">
<patternset refid="ignored.files"/>
</patternset>
<patternset id="excluded.from.compilation.goodsreview">
<patternset refid="excluded.from.module.goodsreview"/>
</patternset>
<target name="compile.module.goodsreview" depends="compile.module.goodsreview.production,compile.module.goodsreview.tests" description="Compile module GoodsReview"/>
<target name="compile.module.goodsreview.production" depends="register.custom.compilers,compile.module.analyzer,compile.module.indexer,compile.module.frontend,compile.module.searcher,compile.module.miner" description="Compile module GoodsReview; production classes"/>
<target name="compile.module.goodsreview.tests" depends="register.custom.compilers,compile.module.goodsreview.production" description="compile module GoodsReview; test classes" unless="skip.tests"/>
<target name="clean.module.goodsreview" description="cleanup module">
<delete dir="${goodsreview.output.dir}"/>
<delete dir="${goodsreview.testoutput.dir}"/>
</target>
</project>