Author: jfrederic.clere(a)jboss.com
Date: 2008-12-09 12:25:32 -0500 (Tue, 09 Dec 2008)
New Revision: 2103
Modified:
trunk/build/unix/buildbin.mod_cluster.sh
trunk/build/unix/buildbin.mod_cluster.windows.sh
Log:
Arrange location.
Modified: trunk/build/unix/buildbin.mod_cluster.sh
===================================================================
--- trunk/build/unix/buildbin.mod_cluster.sh 2008-12-09 17:23:59 UTC (rev 2102)
+++ trunk/build/unix/buildbin.mod_cluster.sh 2008-12-09 17:25:32 UTC (rev 2103)
@@ -222,7 +222,7 @@
# Also build the java part.
(cd ../mod_cluster
mvn -P dist package
- cp *-bin.* ${build_top}/output/${BUILD_TAG}
+ cp target/*-bin.* ${build_top}/output
)
Modified: trunk/build/unix/buildbin.mod_cluster.windows.sh
===================================================================
--- trunk/build/unix/buildbin.mod_cluster.windows.sh 2008-12-09 17:23:59 UTC (rev 2102)
+++ trunk/build/unix/buildbin.mod_cluster.windows.sh 2008-12-09 17:25:32 UTC (rev 2103)
@@ -74,7 +74,7 @@
# Also build the java part.
(cd ../mod_cluster
mvn -P dist package
- cp *-bin.* ${build_top}/output/${BUILD_TAG}
+ cp target/*-bin.* ${build_top}/output
)
echo "Done"
Show replies by date