You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2006/11/21 16:51:14 UTC

svn commit: r477709 - /forrest/trunk/whiteboard/forrest2/core/ivyconf.xml

Author: rgardler
Date: Tue Nov 21 07:51:13 2006
New Revision: 477709

URL: http://svn.apache.org/viewvc?view=rev&rev=477709
Log:
use remote repos to resolve dependencies (Thanks to Tim for spotting this problem

Modified:
    forrest/trunk/whiteboard/forrest2/core/ivyconf.xml

Modified: forrest/trunk/whiteboard/forrest2/core/ivyconf.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest2/core/ivyconf.xml?view=diff&rev=477709&r1=477708&r2=477709
==============================================================================
--- forrest/trunk/whiteboard/forrest2/core/ivyconf.xml (original)
+++ forrest/trunk/whiteboard/forrest2/core/ivyconf.xml Tue Nov 21 07:51:13 2006
@@ -36,11 +36,9 @@
       
     <chain name="default" returnFirst="true">
       <resolver ref="local-repository"/>
-      <!-- 
       <ivyrep name="ivyrep"/>
       <ivyrep name="ivyrepsandbox"/>
       <ibiblio name="ibiblio-maven2"/>
-       -->
     </chain>
   </resolvers>
 </ivyconf>