You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2012/08/27 12:54:51 UTC

svn commit: r1377641 - /qpid/trunk/qpid/java/ivysettings.retrieve.xml

Author: robbie
Date: Mon Aug 27 10:54:51 2012
New Revision: 1377641

URL: http://svn.apache.org/viewvc?rev=1377641&view=rev
Log:
NO-JIRA: make the default location the 'localfs' ivy resolver uses be a subdirectory of the lib dir

Modified:
    qpid/trunk/qpid/java/ivysettings.retrieve.xml

Modified: qpid/trunk/qpid/java/ivysettings.retrieve.xml
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/ivysettings.retrieve.xml?rev=1377641&r1=1377640&r2=1377641&view=diff
==============================================================================
--- qpid/trunk/qpid/java/ivysettings.retrieve.xml (original)
+++ qpid/trunk/qpid/java/ivysettings.retrieve.xml Mon Aug 27 10:54:51 2012
@@ -16,7 +16,7 @@
 -->
 <ivysettings>
   <property name="ivy.default.resolver" value="chain" override="false"/>
-  <property name="ivy.localfs.root" value="${project.root}/localfs_repo" override="false"/>
+  <property name="ivy.localfs.root" value="${project.root}/lib/localfs_repo" override="false"/>
   <property name="ivy.localfs.pattern" value="[artifact]-[revision](-[classifier]).[ext]" override="false"/>
 
   <settings defaultResolver="${ivy.default.resolver}"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org