diff options
-rw-r--r-- | spss.server/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spss.server/build.xml b/spss.server/build.xml index ff88a7b94..668b1ab5c 100644 --- a/spss.server/build.xml +++ b/spss.server/build.xml @@ -102,6 +102,7 @@ <description>package the server war file</description> <war warfile="${dist.ws}/moa-spss.war" webxml="web.xml"> <lib dir="${lib.xalan}"/> + <lib dir="${lib.xerces}"/> <lib dir="${lib.jaxp}"/> <lib dir="${lib.log4j}"/> <lib dir="${lib.postgres-jdbc}"/> @@ -305,7 +306,6 @@ <copy todir="${dist.lib}" file="${env.MOA_COMMON_JAR}"/> <copy todir="${dist.lib}/lib"> <fileset dir="${lib.jaxp}"/> - <fileset dir="${lib.xerces}"/> <fileset dir="${lib.jaxen}"/> <fileset dir="${lib.xerces}"/> <fileset dir="${lib.xalan}"/> @@ -397,7 +397,7 @@ <copy file="${dist.ws}/moa-spss.war" toDir="${env.CATALINA_HOME}/webapps"/> <!-- copy endorsed jars --> <copy toDir="${env.CATALINA_HOME}/common/endorsed"> - <fileset dir="${dist.ws.endorsed14}"/> + <fileset dir="${dist.ws}/endorsed14"/> </copy> <!-- copy sample configuration --> <copy toDir="${env.CATALINA_HOME}/conf"> |