svn commit: rev 21391 - avalon/trunk/central/system/setup
| Newsgroups | gmane.comp.jakarta.avalon.cvs |
|---|---|
| Message-ID | <[email protected]> |
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>