Author: richard.opalka(a)jboss.com
Date: 2008-03-18 03:15:27 -0400 (Tue, 18 Mar 2008)
New Revision: 5989
Modified:
stack/metro/trunk/ant-import/build-metro.xml
Log:
fix hudson regression
Modified: stack/metro/trunk/ant-import/build-metro.xml
===================================================================
--- stack/metro/trunk/ant-import/build-metro.xml 2008-03-18 00:35:37 UTC (rev 5988)
+++ stack/metro/trunk/ant-import/build-metro.xml 2008-03-18 07:15:27 UTC (rev 5989)
@@ -79,7 +79,7 @@
<target name="build.metro" depends="check.metro"
unless="metro.build.exists">
<antcall target="checkout"/>
- <antcall target="-install.adapter"/>
+ <antcall target="install.adapter"/>
<antcall target="clean.metro"/>
<antbridge target="copy-binaries"
file="metro-build-adapter.xml"/>
<echo>*********************************</echo>
@@ -88,4 +88,4 @@
<touch file="glassfish-metro/metro.build.marker"/>
</target>
-</project>
\ No newline at end of file
+</project>