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/10 14:17:25 UTC

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

Author: mcconnell
Date: Thu Jun 10 05:17:23 2004
New Revision: 20999

Added:
   avalon/trunk/central/system/build/reactor.xml   (contents, props changed)
Log:
Add general reactor template.

Added: avalon/trunk/central/system/build/reactor.xml
==============================================================================
--- (empty file)
+++ avalon/trunk/central/system/build/reactor.xml	Thu Jun 10 05:17:23 2004
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<project name="reactor" xmlns:x="antlib:org.apache.avalon.tools">
+
+  <x:home/>
+
+  <target name="init">
+    <x:home/>
+    <x:reactor target="init"/>
+  </target>
+
+  <target name="clean">
+    <x:home/>
+    <x:reactor target="clean"/>
+  </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="site">
+    <x:home/>
+    <x:reactor target="site"/>
+  </target>
+
+  <target name="install">
+    <x:home/>
+    <x:reactor target="install"/>
+  </target>
+
+  <target name="dist">
+    <x:home/>
+    <x:reactor target="dist"/>
+  </target>
+
+</project>
+

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