[jboss-cvs] Repository SVN: r1527 - in jbpm/ivy: apache/commons-collections/2.1.1 and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Oct 10 11:14:45 EDT 2007


Author: tom.baeyens at jboss.com
Date: 2007-10-10 11:14:44 -0400 (Wed, 10 Oct 2007)
New Revision: 1527

Added:
   jbpm/ivy/apache/commons-collections/2.1.1/
   jbpm/ivy/apache/commons-collections/2.1.1/ivys/
   jbpm/ivy/apache/commons-collections/2.1.1/ivys/ivy.xml
Modified:
   jbpm/ivy/jboss/hibernate/3.2.5.GA/ivys/ivy.xml
Log:
changed to hibernate dependency to commons collection 2.1.1

Added: jbpm/ivy/apache/commons-collections/2.1.1/ivys/ivy.xml
===================================================================
--- jbpm/ivy/apache/commons-collections/2.1.1/ivys/ivy.xml	                        (rev 0)
+++ jbpm/ivy/apache/commons-collections/2.1.1/ivys/ivy.xml	2007-10-10 15:14:44 UTC (rev 1527)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<?xml-stylesheet type="text/xsl" href="http://ivyrep.jayasoft.org/ivy-doc.xsl"?>
+
+<ivy-module version="2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://incubator.apache.org/ivy/schemas/ivy.xsd">
+
+  <info organisation="apache" module="commons-collections" revision="2.1.1" />
+
+  <publications>
+    <artifact name="commons-collections" url="http://repository.jboss.com/maven2/commons-collections/commons-collections/2.1.1/commons-collections-2.1.1.jar" />
+  </publications>
+
+</ivy-module>

Modified: jbpm/ivy/jboss/hibernate/3.2.5.GA/ivys/ivy.xml
===================================================================
--- jbpm/ivy/jboss/hibernate/3.2.5.GA/ivys/ivy.xml	2007-10-10 12:29:30 UTC (rev 1526)
+++ jbpm/ivy/jboss/hibernate/3.2.5.GA/ivys/ivy.xml	2007-10-10 15:14:44 UTC (rev 1527)
@@ -16,7 +16,7 @@
 
   <dependencies>
     <dependency org="apache" name="commons-logging"     rev="1.0.4" conf="runtime->default" />
-    <dependency org="apache" name="commons-collections" rev="3.1"   conf="runtime->default" />
+    <dependency org="apache" name="commons-collections" rev="2.1.1" conf="runtime->default" />
     <dependency org="cglib"  name="cglib"               rev="2.1.3" conf="runtime->default" />
     <dependency org="dom4j"  name="dom4j"               rev="1.6.1" conf="runtime->default" />
   </dependencies>




More information about the jboss-cvs-commits mailing list