Author: jfrederic.clere(a)jboss.com
Date: 2008-12-09 11:52:00 -0500 (Tue, 09 Dec 2008)
New Revision: 2101
Modified:
trunk/build/unix/buildbin.mod_cluster.sh
trunk/build/unix/buildbin.mod_cluster.windows.sh
Log:
Put the resulting java binary in the artifacts archived directory.
Modified: trunk/build/unix/buildbin.mod_cluster.sh
===================================================================
--- trunk/build/unix/buildbin.mod_cluster.sh 2008-12-09 16:38:33 UTC (rev 2100)
+++ trunk/build/unix/buildbin.mod_cluster.sh 2008-12-09 16:52:00 UTC (rev 2101)
@@ -222,6 +222,7 @@
# Also build the java part.
(cd ../mod_cluster
mvn -P dist package
+ cp *-bin.* ${build_top}/output/${BUILD_TAG}
)
Modified: trunk/build/unix/buildbin.mod_cluster.windows.sh
===================================================================
--- trunk/build/unix/buildbin.mod_cluster.windows.sh 2008-12-09 16:38:33 UTC (rev 2100)
+++ trunk/build/unix/buildbin.mod_cluster.windows.sh 2008-12-09 16:52:00 UTC (rev 2101)
@@ -74,6 +74,7 @@
# Also build the java part.
(cd ../mod_cluster
mvn -P dist package
+ cp *-bin.* ${build_top}/output/${BUILD_TAG}
)
echo "Done"
Show replies by date