pier 2003/02/27 17:09:51
Modified: . build.xml
Log:
Doesn't fail build if "exclude.deprecated" is set...
Revision Changes Path
1.341 +2 -2 xml-cocoon2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/build.xml,v
retrieving revision 1.340
retrieving revision 1.341
diff -u -r1.340 -r1.341
--- build.xml 27 Feb 2003 22:42:28 -0000 1.340
+++ build.xml 28 Feb 2003 01:09:49 -0000 1.341
@@ -540,7 +540,7 @@
</copy>
<copy file="${build}/${name}.jar"
tofile="${build.webapp.lib}/${name}-${version}.jar"/>
- <copy file="${build}/${name}-deprecated.jar"
tofile="${build.webapp.lib}/${name}-${version}-deprecated.jar"/>
+ <copy file="${build}/${name}-deprecated.jar"
tofile="${build.webapp.lib}/${name}-${version}-deprecated.jar" failonerror="false"/>
<copy todir="${build.webapp.lib}">
<fileset dir="${lib}/endorsed">