|
From: Michael K. <ko...@us...> - 2004-07-09 09:12:34
|
Update of /cvsroot/cobricks/cobricks2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19872 Modified Files: build.xml Log Message: Index: build.xml =================================================================== RCS file: /cvsroot/cobricks/cobricks2/build.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- build.xml 8 Jul 2004 14:19:25 -0000 1.14 +++ build.xml 9 Jul 2004 09:12:22 -0000 1.15 @@ -22,8 +22,8 @@ <property name="axis.home" value="/usr/proj/java/axis-1.1"/> <property name="xindice.home" value="/usr/proj/java/xindice-1.1"/> <property name="dist.home" value="${basedir}/dist"/> -<property name="distbin" value="${basedir}/dist/cobricks2-v0.20"/> -<property name="distsrc" value="${basedir}/dist/cobricks2-v0.20-src"/> +<property name="distbin" value="${basedir}/dist/cobricks2-v0.21"/> +<property name="distsrc" value="${basedir}/dist/cobricks2-v0.21-src"/> <property name="docs.home" value="${basedir}/docs"/> <property name="src.home" value="${basedir}/src"/> <property name="conf.home" value="${basedir}/conf"/> @@ -65,7 +65,7 @@ </fileset> <!-- Include Xindice libraries --> - <fileset dir="${xindice.home}/webapps/xindice/WEB-INF/lib"> + <fileset dir="${xindice.home}/lib"> <include name="xml*.jar"/> <exclude name="xmldb-api-sdk*.jar"/> </fileset> @@ -394,7 +394,7 @@ </copy> <copy todir="${build.home}/webapps/ROOT/WEB-INF/lib"> - <fileset dir="${xindice.home}/webapps/xindice/WEB-INF/lib"> + <fileset dir="${xindice.home}/lib"> <include name="xml*.jar" if="xindice.home"/> <exclude name="xmldb-api-sdk*"/> </fileset> |