[jboss-cvs] Repository SVN: r1568 - jbpm/ivy/jboss/hibernate/3.2.5.GA/ivys.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Oct 16 10:19:35 EDT 2007
Author: tom.baeyens at jboss.com
Date: 2007-10-16 10:19:34 -0400 (Tue, 16 Oct 2007)
New Revision: 1568
Modified:
jbpm/ivy/jboss/hibernate/3.2.5.GA/ivys/ivy.xml
Log:
changed hibernate configurations so that jboss j2ee became a dep of the hibernate standalone configuration
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-16 08:07:37 UTC (rev 1567)
+++ jbpm/ivy/jboss/hibernate/3.2.5.GA/ivys/ivy.xml 2007-10-16 14:19:34 UTC (rev 1568)
@@ -6,18 +6,22 @@
<info organisation="jboss" module="hibernate" revision="3.2.5.GA" />
<configurations>
- <conf name="api"/>
- <conf name="runtime" extends="api"/>
+ <conf name="standalone" extends="default"/>
+ <conf name="enterprise" extends="default"/>
+
+ <conf name="default" visibility="private"/>
</configurations>
-
+
<publications>
- <artifact name="hibernate3" conf="api" url="http://repository.jboss.com/hibernate/3.2.5.GA/lib/hibernate3.jar" />
+ <artifact name="hibernate3" url="http://repository.jboss.com/hibernate/3.2.5.GA/lib/hibernate3.jar" />
</publications>
<dependencies>
- <dependency org="apache" name="commons-logging" rev="1.0.4" 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" />
+ <dependency org="apache" name="commons-logging" rev="1.0.4" conf="default->default"/>
+ <dependency org="apache" name="commons-collections" rev="2.1.1" conf="default->default"/>
+ <dependency org="cglib" name="cglib" rev="2.1.3" conf="default->default"/>
+ <dependency org="dom4j" name="dom4j" rev="1.6.1" conf="default->default"/>
+ <dependency org="jboss" name="j2ee" rev="4.2.1.GA" conf="standalone->default" />
+
</dependencies>
</ivy-module>
More information about the jboss-cvs-commits
mailing list