You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2004/06/18 01:41:51 UTC

svn commit: rev 21391 - avalon/trunk/central/system/setup

Author: mcconnell
Date: Thu Jun 17 16:41:51 2004
New Revision: 21391

Modified:
   avalon/trunk/central/system/setup/setup.xml
Log:
make cache setup semantics 100% the same as the Home task logic

Modified: avalon/trunk/central/system/setup/setup.xml
==============================================================================
--- avalon/trunk/central/system/setup/setup.xml	(original)
+++ avalon/trunk/central/system/setup/setup.xml	Thu Jun 17 16:41:51 2004
@@ -66,7 +66,7 @@
   </target>
 
   <target name="test-cache" if="avalon.home.undeclared">
-    <fail message="Cache Undeclared."/>
+    <property name="avalon.cache" value=".cache"/>
   </target>
 
   <target name="setup-proxy" if="project.proxy.declared">
@@ -76,6 +76,5 @@
 	   proxyuser="${project.proxy.user}"
 	   proxypassword="${project.proxy.password}"/>
   </target>
-
 
 </project>

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org