[hibernate-commits] Hibernate SVN: r14814 - annotations/trunk/ivy.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Jun 26 12:09:18 EDT 2008


Author: hardy.ferentschik
Date: 2008-06-26 12:09:18 -0400 (Thu, 26 Jun 2008)
New Revision: 14814

Modified:
   annotations/trunk/ivy/ivyconf.xml
Log:
A new local reolver for hudson (experimental)

Modified: annotations/trunk/ivy/ivyconf.xml
===================================================================
--- annotations/trunk/ivy/ivyconf.xml	2008-06-26 15:52:45 UTC (rev 14813)
+++ annotations/trunk/ivy/ivyconf.xml	2008-06-26 16:09:18 UTC (rev 14814)
@@ -12,6 +12,10 @@
                 <ivy pattern="../[module]/target/hibernate-[module]/ivy.xml"/>
                 <artifact pattern="../[module]/target/hibernate-[module]/[artifact].[ext]"/>
             </filesystem>
+            <filesystem name="hudson-local">
+                <ivy pattern="../../[module]/trunk/target/hibernate-[module]/ivy.xml"/>
+                <artifact pattern="../../[module]/trunk/target/hibernate-[module]/[artifact].[ext]"/>
+            </filesystem>            
             <filesystem name="maven-local" m2compatible="true">
                 <artifact pattern="${offline.repository.jboss.org}/[organization]/hibernate-[module]/[revision]/hibernate-[artifact]-[revision].[ext]"/>
             </filesystem>




More information about the hibernate-commits mailing list