You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by rg...@apache.org on 2010/02/06 23:08:58 UTC

svn commit: r907325 - /incubator/wookie/trunk/ant/ivysettings.xml

Author: rgardler
Date: Sat Feb  6 22:08:58 2010
New Revision: 907325

URL: http://svn.apache.org/viewvc?rev=907325&view=rev
Log:
Use default Maven repo as well as the local files provided by Wookie

Modified:
    incubator/wookie/trunk/ant/ivysettings.xml

Modified: incubator/wookie/trunk/ant/ivysettings.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/ant/ivysettings.xml?rev=907325&r1=907324&r2=907325&view=diff
==============================================================================
--- incubator/wookie/trunk/ant/ivysettings.xml (original)
+++ incubator/wookie/trunk/ant/ivysettings.xml Sat Feb  6 22:08:58 2010
@@ -1,10 +1,14 @@
 <ivysettings>
   <settings defaultResolver="wookie-chain" />
+  
   <resolvers>
-    <chain name="wookie-chain">
+    <chain name="wookie-chain">>
       <filesystem name="local">
+          <artifact pattern="${user.home}/.m2/repository/[organisation]/[module]/[revision]/[module]-[revision].[ext]" />
+      </filesystem>
+      <filesystem name="wookie-local">
         <artifact pattern="${basedir}/${ivy.repository.dir}/lib/[artifact]-[revision].[type]" />
-      </filesystem>>
+      </filesystem>
       <ibiblio name="public" m2compatible="true"/>
     </chain>
   </resolvers>