aboutsummaryrefslogtreecommitdiff
path: root/spss.server
diff options
context:
space:
mode:
Diffstat (limited to 'spss.server')
-rw-r--r--spss.server/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/spss.server/build.xml b/spss.server/build.xml
index 4121e2a5c..6bc35a7e1 100644
--- a/spss.server/build.xml
+++ b/spss.server/build.xml
@@ -118,7 +118,7 @@
<lib file="${lib.commons-discovery}/commons-discovery.jar"/>
<lib file="${env.MOA_COMMON_JAR}"/>
<classes dir="${compile}" excludes="test/**"/>
- <classes dir="${res}" excludes="resources/tools/**"/>
+ <classes dir="${res}" excludes="resources/tools/**, test/**"/>
<classes file="${handbook}/conf/moa-spss/log4j.properties"/>
<webinf file="server-config.wsdd"/>
<webinf dir="${handbook}" includes="conf/**"/>
@@ -130,7 +130,7 @@
<description>package the library jar file</description>
<jar destfile="${dist.lib}/moa-spss.jar">
<fileset dir="${compile}" excludes="test/**"/>
- <fileset dir="${res}" excludes="resources/tools/**"/>
+ <fileset dir="${res}" excludes="resources/tools/**, test/**"/>
<fileset dir="${handbook}/conf/moa-spss" includes="log4j.properties"/>
</jar>
</target>