[jboss-cvs] Repository SVN: r1525 - in apache-ant: 1.6.5-junit and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Oct 10 08:26:10 EDT 2007


Author: bdaw
Date: 2007-10-10 08:26:10 -0400 (Wed, 10 Oct 2007)
New Revision: 1525

Added:
   apache-ant/1.6.5-junit/
   apache-ant/1.6.5-junit/component-info.xml
   apache-ant/1.6.5-junit/lib/
   apache-ant/1.6.5-junit/lib/ant-junit.jar
   apache-ant/1.6.5-junit/lib/ant-launcher.jar
   apache-ant/1.6.5-junit/lib/ant.jar
Log:
add ant version with junit jar

Added: apache-ant/1.6.5-junit/component-info.xml
===================================================================
--- apache-ant/1.6.5-junit/component-info.xml	                        (rev 0)
+++ apache-ant/1.6.5-junit/component-info.xml	2007-10-10 12:26:10 UTC (rev 1525)
@@ -0,0 +1,21 @@
+<project name="apache-ant-component-info">
+
+   <component id="apache-ant"
+              licenseType="apache-2.0"
+              version="1.6.5"
+              projectHome="http://ant.apache.org/"
+              description="Ant is a Java-based build tool"
+      >
+
+      <artifact id="ant.jar"/>
+      <artifact id="ant-junit.jar"/>
+      <artifact id="ant-launcher.jar"/>
+      <export>
+         <include input="ant.jar"/>
+         <include input="ant-junit.jar"/>
+         <include input="ant-launcher.jar"/>
+      </export>
+   </component>
+
+
+</project>

Added: apache-ant/1.6.5-junit/lib/ant-junit.jar
===================================================================
(Binary files differ)


Property changes on: apache-ant/1.6.5-junit/lib/ant-junit.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: apache-ant/1.6.5-junit/lib/ant-launcher.jar
===================================================================
(Binary files differ)


Property changes on: apache-ant/1.6.5-junit/lib/ant-launcher.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: apache-ant/1.6.5-junit/lib/ant.jar
===================================================================
(Binary files differ)


Property changes on: apache-ant/1.6.5-junit/lib/ant.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




More information about the jboss-cvs-commits mailing list