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/21 22:07:58 UTC

svn commit: rev 21561 - avalon/trunk/central/system/build

Author: mcconnell
Date: Mon Jun 21 13:07:57 2004
New Revision: 21561

Modified:
   avalon/trunk/central/system/build/reactor.xml
Log:
remove redundant home calls

Modified: avalon/trunk/central/system/build/reactor.xml
==============================================================================
--- avalon/trunk/central/system/build/reactor.xml	(original)
+++ avalon/trunk/central/system/build/reactor.xml	Mon Jun 21 13:07:57 2004
@@ -12,32 +12,26 @@
   </target>
 
   <target name="prepare">
-    <x:home/>
     <x:reactor target="prepare"/>
   </target>
 
   <target name="build">
-    <x:home/>
     <x:reactor target="build"/>
   </target>
 
   <target name="package">
-    <x:home/>
     <x:reactor target="package"/>
   </target>
 
   <target name="test">
-    <x:home/>
     <x:reactor target="test"/>
   </target>
 
   <target name="install">
-    <x:home/>
     <x:reactor target="install"/>
   </target>
 
   <target name="default">
-    <x:home/>
     <x:reactor/>
   </target>
 

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