[jboss-cvs] JBossAS SVN: r90340 - in trunk: tools/maven/ant-tasks and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 17 12:30:16 EDT 2009


Author: pgier
Date: 2009-06-17 12:30:15 -0400 (Wed, 17 Jun 2009)
New Revision: 90340

Added:
   trunk/tools/maven/ant-tasks/maven-ant-tasks-2.1.0-SNAPSHOT.jar
Removed:
   trunk/tools/maven/ant-tasks/maven-ant-tasks-2.0.10.jar
Modified:
   trunk/build/build.xml
Log:
[JBBUILD-532] Update ant tasks to allow properties to be passed to the POM

Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml	2009-06-17 16:10:05 UTC (rev 90339)
+++ trunk/build/build.xml	2009-06-17 16:30:15 UTC (rev 90340)
@@ -27,7 +27,7 @@
     <!-- Init the maven ant tasks -->
     <!-- ================================================================== -->
 
-    <path id="maven-ant-tasks.classpath" path="../tools/maven/ant-tasks/maven-ant-tasks-2.0.10.jar" />
+    <path id="maven-ant-tasks.classpath" path="../tools/maven/ant-tasks/maven-ant-tasks-2.1.0-SNAPSHOT.jar" />
     <typedef resource="org/apache/maven/artifact/ant/antlib.xml"
              uri="antlib:org.apache.maven.artifact.ant"
              classpathref="maven-ant-tasks.classpath" />

Deleted: trunk/tools/maven/ant-tasks/maven-ant-tasks-2.0.10.jar
===================================================================
(Binary files differ)

Copied: trunk/tools/maven/ant-tasks/maven-ant-tasks-2.1.0-SNAPSHOT.jar (from rev 90250, trunk/tools/maven/ant-tasks/maven-ant-tasks-2.0.10.jar)
===================================================================
(Binary files differ)




More information about the jboss-cvs-commits mailing list