Author: heiko.braun(a)jboss.com
Date: 2008-01-08 10:00:47 -0500 (Tue, 08 Jan 2008)
New Revision: 5419
Modified:
stack/metro/trunk/build.xml
Log:
Hook metro build into main build instructions
Modified: stack/metro/trunk/build.xml
===================================================================
--- stack/metro/trunk/build.xml 2008-01-08 14:43:47 UTC (rev 5418)
+++ stack/metro/trunk/build.xml 2008-01-08 15:00:47 UTC (rev 5419)
@@ -99,7 +99,7 @@
<!--
| Build all jar files.
-->
- <target name="jars" depends="compile,jars-jboss42,jars-jboss50"
description="Builds all jar files.">
+ <target name="jars"
depends="build.metro,compile,jars-jboss42,jars-jboss50" description="Builds
all jar files.">
</target>
<target name="jars-common" depends="compile">
Show replies by date