aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrudolf <rudolf@d688527b-c9ab-4aba-bd8d-4036d912da1d>2005-01-17 11:24:36 +0000
committerrudolf <rudolf@d688527b-c9ab-4aba-bd8d-4036d912da1d>2005-01-17 11:24:36 +0000
commit505bcf31d079efa091300e64982a4d868a163c4b (patch)
treef53934f087c08d672098866cbfea9ab41a4964e1
parentfc8039f88f796fd55335767af53c3fed0b1f1b95 (diff)
downloadmoa-id-spss-505bcf31d079efa091300e64982a4d868a163c4b.tar.gz
moa-id-spss-505bcf31d079efa091300e64982a4d868a163c4b.tar.bz2
moa-id-spss-505bcf31d079efa091300e64982a4d868a163c4b.zip
changed version, added libraries
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@217 d688527b-c9ab-4aba-bd8d-4036d912da1d
-rw-r--r--id.server/build.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/id.server/build.xml b/id.server/build.xml
index d5e1d8033..8446dddb4 100644
--- a/id.server/build.xml
+++ b/id.server/build.xml
@@ -8,7 +8,7 @@
-->
<project name="moa.id.server" default="dist-all" basedir=".">
<property environment="env"/>
- <property name="version" value="1.2.0d05"/>
+ <property name="version" value="1.2.0d07"/>
<property name="src" value="src"/>
<property name="res" value="res"/>
<property name="data" value="data"/>
@@ -46,6 +46,8 @@
<property name="lib.servlet" value="${lib}/servlet-2.3"/>
<property name="lib.xalan" value="${lib}/xalan-j-2.2"/>
<property name="lib.xerces" value="${lib}/xerces-j-2.0.2"/>
+ <property name="lib.regexp" value="${lib}/regexp-1.3"/>
+ <property name="lib.dav4j" value="${lib}/dav4j"/>
<path id="compile.classpath">
<pathelement location="${lib.axis}/axis.jar"/>
@@ -60,6 +62,8 @@
<pathelement location="${lib.jaxen}/saxpath.jar"/>
<pathelement location="${lib.xalan}/xalan.jar"/>
<pathelement location="${lib.junit}/junit.jar"/>
+ <pathelement location="${lib.regexp}/jakarta-regexp-1.3.jar"/>
+ <pathelement location="${lib.dav4j}/dav4j.jar"/>
<fileset dir="${lib.jsse}" />
<pathelement location="${lib.commons-logging}/commons-logging-api.jar"/>
<pathelement location="${lib.commons-discovery}/commons-discovery.jar"/>
@@ -110,6 +114,7 @@
<lib dir="${lib.xalan}"/>
<lib dir="${lib.jaxp}"/>
<lib dir="${lib.log4j}"/>
+ <lib dir="${lib.regexp}"/>
<classes dir="${compile}">
<exclude name="**/proxy/**"/>
<exclude name="test/**"/>
@@ -132,6 +137,7 @@
<lib dir="${lib.jaxp}"/>
<lib dir="${lib.log4j}"/>
<lib dir="${lib.postgres-jdbc}"/>
+ <lib dir="${lib.dav4j}"/>
<classes dir="${compile}">
<exclude name="**/auth/**"/>
<exclude name="test/**"/>