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/20 11:19:39 UTC

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

Author: mcconnell
Date: Sun Jun 20 02:19:39 2004
New Revision: 21495

Modified:
   avalon/trunk/central/system/setup/setup.xml
Log:
remove debug traces

Modified: avalon/trunk/central/system/setup/setup.xml
==============================================================================
--- avalon/trunk/central/system/setup/setup.xml	(original)
+++ avalon/trunk/central/system/setup/setup.xml	Sun Jun 20 02:19:39 2004
@@ -44,8 +44,8 @@
   </target>
 
   <target name="setup-repository" depends="setup-cache-properties,setup-proxy">
-    <property name="tools.bar" value="${cache.tools.bars.dir}/avalon-tools.bar"/>
     <echo message="Preparing central system repository..."/>
+    <property name="tools.bar" value="${cache.tools.bars.dir}/avalon-tools.bar"/>
     <mkdir dir="${cache.tools.bars.dir}"/>
     <get src="${avalon.tools.bar.url}" usetimestamp="true"
       dest="${tools.bar}"/>
@@ -69,13 +69,11 @@
   </target>
 
   <target name="setup-avalon-cache" unless="project.main.cache.declared">
-    <echo>[setup-avalon-cache]</echo>
     <property environment="ENV"/>
     <property name="project.main.cache" value="${ENV.AVALON_HOME}/repository"/>
     <condition property="avalon.home.undeclared" value="true">
       <contains string="${project.main.cache}" substring="{" />
     </condition>
-    <echo>${avalon.home.undeclared}</echo>
   </target>
 
   <target name="test-cache" 

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