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