Author: brett
Date: Wed Mar  2 17:45:39 2005
New Revision: 155995

URL: http://svn.apache.org/viewcvs?view=rev&rev=155995
Log:
use ant 1.6.2

Modified:
    jakarta/commons/proper/jelly/trunk/jelly-tags/ant/project.xml

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/ant/project.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/ant/project.xml?view=diff&r1=155994&r2=155995
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/ant/project.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/ant/project.xml Wed Mar  2 
17:45:39 2005
@@ -48,15 +48,19 @@
   
     <dependency>
       <id>ant</id>
-      <version>1.5.3-1</version>
+      <version>1.6.2</version>
     </dependency>
     
     <dependency>
-      <id>ant+optional</id>
-      <version>1.5.3-1</version>
-      <properties>
-        <gump.project>ant</gump.project>
-      </properties>
+      <groupId>ant</groupId>
+      <artifactId>ant-launcher</artifactId>
+      <version>1.6.2</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>ant</groupId>
+      <artifactId>ant-junit</artifactId>
+      <version>1.6.2</version>
     </dependency>
     
     <!-- END for compilation -->



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to