svn commit: rev 21396 - in avalon/trunk/central/system: build setup

[email protected]
Newsgroups gmane.comp.jakarta.avalon.cvs
Message-ID <[email protected]>
Author: mcconnell
Date: Thu Jun 17 17:57:26 2004
New Revision: 21396

Modified:
   avalon/trunk/central/system/build/standard.xml
   avalon/trunk/central/system/setup/setup.xml
Log:
update standard clean to not call init (because we don't want plugin loading to occur as a result of a clean)

Modified: avalon/trunk/central/system/build/standard.xml
==============================================================================
--- avalon/trunk/central/system/build/standard.xml	(original)
+++ avalon/trunk/central/system/build/standard.xml	Thu Jun 17 17:57:26 2004
@@ -8,7 +8,8 @@
     <x:init/>
   </target>
 
-  <target name="clean" depends="init">
+  <target name="clean">
+    <x:info/>
     <x:clean/>
   </target>
 

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 17:57:26 2004
@@ -59,7 +59,7 @@
 
   <target name="setup-avalon-cache" unless="avalon.cache.declared">
     <property environment="ENV"/>
-    <property name="avalon.cache" value="${ENV.AVALON_HOME}"/>
+    <property name="avalon.cache" value="${ENV.AVALON_HOME}/repository"/>
     <condition property="avalon.home.undeclared" value="true">
       <contains string="${avalon.cache}" substring="{" />
     </condition>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.