You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/02/27 15:16:30 UTC

svn commit: r155624 - in forrest/trunk: main/forrest.build.xml tools/ant/lib/ant-contrib-0.6.jar tools/ant/lib/ant-contrib-1.0b2.jar

Author: crossley
Date: Sun Feb 27 06:16:28 2005
New Revision: 155624

URL: http://svn.apache.org/viewcvs?view=rev&rev=155624
Log:
Upgrade from ant-contrib-0.6 to ant-contrib-1.0b2
Gump was failing on our 'build test'
http://marc.theaimsgroup.com/?l=forrest-dev&m=110801416427153

Added:
    forrest/trunk/tools/ant/lib/ant-contrib-1.0b2.jar   (with props)
Removed:
    forrest/trunk/tools/ant/lib/ant-contrib-0.6.jar
Modified:
    forrest/trunk/main/forrest.build.xml

Modified: forrest/trunk/main/forrest.build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/forrest.build.xml?view=diff&r1=155623&r2=155624
==============================================================================
--- forrest/trunk/main/forrest.build.xml (original)
+++ forrest/trunk/main/forrest.build.xml Sun Feb 27 06:16:28 2005
@@ -65,7 +65,7 @@
       <fileset dir="${forrest.core.lib-dir}" includes="jing*.jar" />
     </classpath>
   </taskdef>
-  <taskdef resource="net/sf/antcontrib/antcontrib.properties">
+  <taskdef resource="net/sf/antcontrib/antlib.xml">
     <classpath>
       <fileset dir="${forrest.ant.lib-dir}" includes="ant-contrib-*.jar" />
     </classpath>

Added: forrest/trunk/tools/ant/lib/ant-contrib-1.0b2.jar
URL: http://svn.apache.org/viewcvs/forrest/trunk/tools/ant/lib/ant-contrib-1.0b2.jar?view=auto&rev=155624
==============================================================================
Binary file - no diff available.

Propchange: forrest/trunk/tools/ant/lib/ant-contrib-1.0b2.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream