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/19 00:13:18 UTC

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

Author: rgardler
Date: Sat Nov 18 15:13:17 2006
New Revision: 476654

URL: http://svn.apache.org/viewvc?view=rev&rev=476654
Log:
Use ivy.conf.dir 

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

Modified: forrest/trunk/whiteboard/forrest2/ivyconf.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest2/ivyconf.xml?view=diff&rev=476654&r1=476653&r2=476654
==============================================================================
--- forrest/trunk/whiteboard/forrest2/ivyconf.xml (original)
+++ forrest/trunk/whiteboard/forrest2/ivyconf.xml Sat Nov 18 15:13:17 2006
@@ -16,7 +16,7 @@
   limitations under the License.
 -->
 <ivyconf>
-  <property name="local.repo.dir" value="./tools/ivy/repository"/> 
+  <property name="local.repo.dir" value="${ivy.conf.dir}/tools/ivy/repository"/> 
   <property name="ibiblio-maven2-root" value="http://www.ibiblio.org/maven2/"/>
   
   <conf defaultResolver="default"/>