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

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Jul 3 12:59:27 EDT 2008


Author: hardy.ferentschik
Date: 2008-07-03 12:59:26 -0400 (Thu, 03 Jul 2008)
New Revision: 14847

Modified:
   commons-annotations/trunk/ivy/ivyconf.xml
Log:
Switched back to the latest approach for local resolver.

Modified: commons-annotations/trunk/ivy/ivyconf.xml
===================================================================
--- commons-annotations/trunk/ivy/ivyconf.xml	2008-07-03 15:45:35 UTC (rev 14846)
+++ commons-annotations/trunk/ivy/ivyconf.xml	2008-07-03 16:59:26 UTC (rev 14847)
@@ -9,8 +9,8 @@
         </chain>
         <chain name="rep-hibernate" returnFirst="true" latest="latest-revision">
             <filesystem name="local">
-                <ivy pattern="../[module]/target/hibernate-[module]/ivy.xml"/>
-                <artifact pattern="../[module]/target/hibernate-[module]/[artifact].[ext]"/>
+				<ivy pattern="../[module]/target/[revision]/ivy.xml"/>
+                <artifact pattern="../[module]/target/[revision]/[artifact].[ext]"/>
             </filesystem>
             <filesystem name="hudson-local">
                 <ivy pattern="../../[module]/trunk/target/hibernate-[module]/ivy.xml"/>




More information about the hibernate-commits mailing list