aboutsummaryrefslogtreecommitdiff
path: root/spss.server/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'spss.server/build.xml')
-rw-r--r--spss.server/build.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/spss.server/build.xml b/spss.server/build.xml
index 5db23e371..e8da7d9d3 100644
--- a/spss.server/build.xml
+++ b/spss.server/build.xml
@@ -36,7 +36,7 @@
<property name="dist.lib-zip" value="${dist}/lib-zip"/>
<property name="dist.src" value="${dist}/src"/>
<property name="dist.src-zip" value="${dist}/src-zip"/>
- <property name="lib.axis" value="${lib}/axis-1.0"/>
+ <property name="lib.axis" value="${lib}/axis-1.4"/>
<property name="lib.jaxp" value="${lib}/jaxp-1.2_01"/>
<property name="lib.jaxen" value="${lib}/jaxen-1.0"/>
<property name="lib.xerces" value="${lib}/xerces-j-2.4.0"/>
@@ -50,6 +50,8 @@
<property name="lib.commons-discovery" value="${lib}/commons-discovery-0.2"/>
<property name="lib.log4j" value="${lib}/log4j-1.2.7"/>
<property name="lib.idoclet" value="${lib}/iDoclet-1.0"/>
+ <property name="lib.activation" value="${lib}/tomcat-libs"/>
+ <property name="lib.mail" value="${lib}/tomcat-libs"/>
<path id="compile.classpath">
<pathelement location="${lib.axis}/axis.jar"/>
@@ -68,6 +70,8 @@
<pathelement location="${lib.commons-logging}/commons-logging-api.jar"/>
<pathelement location="${lib.commons-discovery}/commons-discovery.jar"/>
<pathelement location="${lib.servlet}/servlet-2_3-fcs-classfiles.zip"/>
+ <pathelement location="${lib.activation}/activation.jar"/>
+ <pathelement location="${lib.mail}/mail.jar"/>
<pathelement location="${lib.iaik-moa}/iaik_moa_full.jar"/>
<pathelement location="${lib.iaik-moa}/iaik_ixsil.jar"/>
<pathelement location="${lib.iaik-moa}/iaik_jce_full.jar"/>
@@ -109,6 +113,7 @@
<lib dir="${lib.log4j}"/>
<lib dir="${lib.postgres-jdbc}"/>
<lib dir="${lib.axis}"/>
+ <lib dir="${lib.activation}"/>
<lib dir="${lib.jaxen}"/>
<lib dir="${lib.iaik-moa}"
@@ -125,7 +130,7 @@
<classes file="${handbook}/conf/moa-spss/log4j.properties"/>
<webinf file="server-config.wsdd"/>
<webinf dir="${handbook}" includes="conf/**"/>
- <zipfileset file="${res}/resources/wsdl/MOA-SPSS-1.3.xsd" prefix="resources/schemas"/>
+ <zipfileset file="${res}/resources/wsdl/MOA-SPSS-1.4.xsd" prefix="resources/schemas"/>
</war>
</target>