-
Notifications
You must be signed in to change notification settings - Fork 6
/
build.xml
140 lines (140 loc) · 11.5 KB
/
build.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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- WARNING: Eclipse auto-generated file.
Any modifications will be overwritten.
To include a user specific buildfile here, simply create one in the same
directory with the processing instruction <?eclipse.ant.import?>
as the first entry and export the buildfile again. --><project basedir="." default="build" name="EntityLinkingWeb">
<property environment="env"/>
<property name="ECLIPSE_HOME" value="C:/Users/Jing Zhang/AppData/Local/MyEclipse Professional 2014"/>
<property name="debuglevel" value="source,lines,vars"/>
<property name="target" value="1.7"/>
<property name="source" value="1.7"/>
<path id="JavaEE 6.0 Generic Library.libraryclasspath">
<pathelement location="${ECLIPSE_HOME}/plugins/com.genuitec.eclipse.j2eedt.core_11.5.0.me201311281640/data/libraryset/EE_6/bean-validator.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/com.genuitec.eclipse.j2eedt.core_11.5.0.me201311281640/data/libraryset/EE_6/javax.annotation.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/com.genuitec.eclipse.j2eedt.core_11.5.0.me201311281640/data/libraryset/EE_6/javax.ejb.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/com.genuitec.eclipse.j2eedt.core_11.5.0.me201311281640/data/libraryset/EE_6/javax.enterprise.deploy.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/com.genuitec.eclipse.j2eedt.core_11.5.0.me201311281640/data/libraryset/EE_6/javax.jms.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/com.genuitec.eclipse.j2eedt.core_11.5.0.me201311281640/data/libraryset/EE_6/javax.management.j2ee.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/com.genuitec.eclipse.j2eedt.core_11.5.0.me201311281640/data/libraryset/EE_6/javax.persistence.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/com.genuitec.eclipse.j2eedt.core_11.5.0.me201311281640/data/libraryset/EE_6/javax.resource.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/com.genuitec.eclipse.j2eedt.core_11.5.0.me201311281640/data/libraryset/EE_6/javax.security.auth.message.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/com.genuitec.eclipse.j2eedt.core_11.5.0.me201311281640/data/libraryset/EE_6/javax.security.jacc.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/com.genuitec.eclipse.j2eedt.core_11.5.0.me201311281640/data/libraryset/EE_6/javax.servlet.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/com.genuitec.eclipse.j2eedt.core_11.5.0.me201311281640/data/libraryset/EE_6/javax.servlet.jsp.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/com.genuitec.eclipse.j2eedt.core_11.5.0.me201311281640/data/libraryset/EE_6/javax.transaction.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/com.genuitec.eclipse.j2eedt.core_11.5.0.me201311281640/data/libraryset/EE_6/jaxb-api-osgi.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/com.genuitec.eclipse.j2eedt.core_11.5.0.me201311281640/data/libraryset/EE_6/jsr311-api.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/com.genuitec.eclipse.j2eedt.core_11.5.0.me201311281640/data/libraryset/EE_6/mail.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/com.genuitec.eclipse.j2eedt.core_11.5.0.me201311281640/data/libraryset/EE_6/webservices-api-osgi.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/com.genuitec.eclipse.j2eedt.core_11.5.0.me201311281640/data/libraryset/EE_6/weld-osgi-bundle.jar"/>
</path>
<path id="Web App Libraries.libraryclasspath">
<pathelement location="WebRoot/WEB-INF/lib/ansj_seg-5.0.0-all-in-one.jar"/>
<pathelement location="WebRoot/WEB-INF/lib/asm-3.3.jar"/>
<pathelement location="WebRoot/WEB-INF/lib/asm-commons-3.3.jar"/>
<pathelement location="WebRoot/WEB-INF/lib/asm-tree-3.3.jar"/>
<pathelement location="WebRoot/WEB-INF/lib/commons-fileupload-1.3.2.jar"/>
<pathelement location="WebRoot/WEB-INF/lib/commons-io-2.2.jar"/>
<pathelement location="WebRoot/WEB-INF/lib/commons-lang-2.4.jar"/>
<pathelement location="WebRoot/WEB-INF/lib/commons-lang3-3.2.jar"/>
<pathelement location="WebRoot/WEB-INF/lib/commons-logging-1.1.3.jar"/>
<pathelement location="WebRoot/WEB-INF/lib/freemarker-2.3.22.jar"/>
<pathelement location="WebRoot/WEB-INF/lib/gson-2.7.jar"/>
<pathelement location="WebRoot/WEB-INF/lib/javassist-3.11.0.GA.jar"/>
<pathelement location="WebRoot/WEB-INF/lib/log4j-api-2.6.2.jar"/>
<pathelement location="WebRoot/WEB-INF/lib/log4j-core-2.6.2.jar"/>
<pathelement location="WebRoot/WEB-INF/lib/mybatis-3.4.1.jar"/>
<pathelement location="WebRoot/WEB-INF/lib/mysql-connector-java-5.1.40-bin.jar"/>
<pathelement location="WebRoot/WEB-INF/lib/ognl-3.0.19.jar"/>
<pathelement location="WebRoot/WEB-INF/lib/slf4j-api-1.7.21.jar"/>
<pathelement location="WebRoot/WEB-INF/lib/spring-beans-3.0.5.RELEASE.jar"/>
<pathelement location="WebRoot/WEB-INF/lib/spring-core-3.0.5.RELEASE.jar"/>
<pathelement location="WebRoot/WEB-INF/lib/spring-web-3.0.5.RELEASE.jar"/>
<pathelement location="WebRoot/WEB-INF/lib/struts2-core-2.3.31.jar"/>
<pathelement location="WebRoot/WEB-INF/lib/struts2-dojo-plugin-2.3.31.jar"/>
<pathelement location="WebRoot/WEB-INF/lib/struts2-json-plugin-2.3.31.jar"/>
<pathelement location="WebRoot/WEB-INF/lib/urlrewritefilter-4.0.3.jar"/>
<pathelement location="WebRoot/WEB-INF/lib/xwork-core-2.3.31.jar"/>
</path>
<path id="EAR Libraries.libraryclasspath"/>
<path id="JSTL 1.2.1 Library.libraryclasspath">
<pathelement location="${ECLIPSE_HOME}/plugins/com.genuitec.eclipse.j2eedt.core_11.5.0.me201311281640/data/libraryset/JSTL1.2.1/lib/javax.servlet.jsp.jstl.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/com.genuitec.eclipse.j2eedt.core_11.5.0.me201311281640/data/libraryset/JSTL1.2.1/lib/jstl-impl.jar"/>
</path>
<path id="MyEclipse Tomcat v7.0 Runtime Libraries.libraryclasspath">
<pathelement location="${ECLIPSE_HOME}/plugins/com.genuitec.eclipse.easie.tomcat7.myeclipse_11.5.0.me201310302042/tomcat/lib/annotations-api.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/com.genuitec.eclipse.easie.tomcat7.myeclipse_11.5.0.me201310302042/tomcat/lib/catalina-ant.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/com.genuitec.eclipse.easie.tomcat7.myeclipse_11.5.0.me201310302042/tomcat/lib/catalina-ha.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/com.genuitec.eclipse.easie.tomcat7.myeclipse_11.5.0.me201310302042/tomcat/lib/catalina-tribes.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/com.genuitec.eclipse.easie.tomcat7.myeclipse_11.5.0.me201310302042/tomcat/lib/catalina.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/com.genuitec.eclipse.easie.tomcat7.myeclipse_11.5.0.me201310302042/tomcat/lib/ecj-3.7.2.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/com.genuitec.eclipse.easie.tomcat7.myeclipse_11.5.0.me201310302042/tomcat/lib/el-api.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/com.genuitec.eclipse.easie.tomcat7.myeclipse_11.5.0.me201310302042/tomcat/lib/jasper-el.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/com.genuitec.eclipse.easie.tomcat7.myeclipse_11.5.0.me201310302042/tomcat/lib/jasper.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/com.genuitec.eclipse.easie.tomcat7.myeclipse_11.5.0.me201310302042/tomcat/lib/jsp-api.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/com.genuitec.eclipse.easie.tomcat7.myeclipse_11.5.0.me201310302042/tomcat/lib/servlet-api.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/com.genuitec.eclipse.easie.tomcat7.myeclipse_11.5.0.me201310302042/tomcat/lib/tomcat-api.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/com.genuitec.eclipse.easie.tomcat7.myeclipse_11.5.0.me201310302042/tomcat/lib/tomcat-coyote.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/com.genuitec.eclipse.easie.tomcat7.myeclipse_11.5.0.me201310302042/tomcat/lib/tomcat-dbcp.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/com.genuitec.eclipse.easie.tomcat7.myeclipse_11.5.0.me201310302042/tomcat/lib/tomcat-i18n-es.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/com.genuitec.eclipse.easie.tomcat7.myeclipse_11.5.0.me201310302042/tomcat/lib/tomcat-i18n-fr.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/com.genuitec.eclipse.easie.tomcat7.myeclipse_11.5.0.me201310302042/tomcat/lib/tomcat-i18n-ja.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/com.genuitec.eclipse.easie.tomcat7.myeclipse_11.5.0.me201310302042/tomcat/lib/tomcat-jdbc.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/com.genuitec.eclipse.easie.tomcat7.myeclipse_11.5.0.me201310302042/tomcat/lib/tomcat-util.jar"/>
</path>
<path id="EntityLinkingWeb.classpath">
<pathelement location="WebRoot/WEB-INF/classes"/>
<path refid="JavaEE 6.0 Generic Library.libraryclasspath"/>
<path refid="Web App Libraries.libraryclasspath"/>
<path refid="EAR Libraries.libraryclasspath"/>
<path refid="JSTL 1.2.1 Library.libraryclasspath"/>
<path refid="MyEclipse Tomcat v7.0 Runtime Libraries.libraryclasspath"/>
</path>
<target name="init">
<mkdir dir="WebRoot/WEB-INF/classes"/>
<copy includeemptydirs="false" todir="WebRoot/WEB-INF/classes">
<fileset dir="src">
<exclude name="**/*.launch"/>
<exclude name="**/*.java"/>
</fileset>
</copy>
</target>
<target name="clean">
<delete dir="WebRoot/WEB-INF/classes"/>
</target>
<target depends="clean" name="cleanall"/>
<target depends="build-subprojects,build-project" name="build"/>
<target name="build-subprojects"/>
<target depends="init" name="build-project">
<echo message="${ant.project.name}: ${ant.file}"/>
<javac debug="true" debuglevel="${debuglevel}" destdir="WebRoot/WEB-INF/classes" includeantruntime="false" source="${source}" target="${target}">
<src path="src"/>
<classpath refid="EntityLinkingWeb.classpath"/>
</javac>
</target>
<target description="Build all projects which reference this project. Useful to propagate changes." name="build-refprojects"/>
<target description="copy Eclipse compiler jars to ant lib directory" name="init-eclipse-compiler">
<copy todir="${ant.library.dir}">
<fileset dir="${ECLIPSE_HOME}/plugins" includes="org.eclipse.jdt.core_*.jar"/>
</copy>
<unzip dest="${ant.library.dir}">
<patternset includes="jdtCompilerAdapter.jar"/>
<fileset dir="${ECLIPSE_HOME}/plugins" includes="org.eclipse.jdt.core_*.jar"/>
</unzip>
</target>
<target description="compile project with Eclipse compiler" name="build-eclipse-compiler">
<property name="build.compiler" value="org.eclipse.jdt.core.JDTCompilerAdapter"/>
<antcall target="build"/>
</target>
<target name="MentionFilter">
<java classname="edu.tsinghua.el.mention.filter.MentionFilter" failonerror="true" fork="yes">
<classpath refid="EntityLinkingWeb.classpath"/>
</java>
</target>
<target name="XloreGetEntity">
<java classname="edu.tsinghua.api.xlore.XloreGetEntity" failonerror="true" fork="yes">
<classpath refid="EntityLinkingWeb.classpath"/>
</java>
</target>
</project>