[jboss-cvs] JBossAS SVN: r83330 - trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 22 16:40:46 EST 2009


Author: pgier
Date: 2009-01-22 16:40:46 -0500 (Thu, 22 Jan 2009)
New Revision: 83330

Modified:
   trunk/build/build.xml
Log:
Fix typo in path to ant-contrib jar.

Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml	2009-01-22 20:56:00 UTC (rev 83329)
+++ trunk/build/build.xml	2009-01-22 21:40:46 UTC (rev 83330)
@@ -32,7 +32,7 @@
   <!-- Add the antcontrib tasks -->
   <taskdef resource="net/sf/antcontrib/antcontrib.properties">
     <classpath>
-      <pathelement location="${basedir}../tools/lib/ant-contrib-1.0b3.jar"/>
+      <pathelement location="${basedir}/../tools/lib/ant-contrib-1.0b3.jar"/>
     </classpath>
   </taskdef>
   




More information about the jboss-cvs-commits mailing list