Author: jfrederic.clere(a)jboss.com
Date: 2008-12-09 10:55:25 -0500 (Tue, 09 Dec 2008)
New Revision: 2099
Modified:
trunk/build/daemon/buildmdc.bat
trunk/build/daemon/buildmdc.sh
Log:
Build mod_cluster.
Modified: trunk/build/daemon/buildmdc.bat
===================================================================
--- trunk/build/daemon/buildmdc.bat 2008-12-09 15:33:46 UTC (rev 2098)
+++ trunk/build/daemon/buildmdc.bat 2008-12-09 15:55:25 UTC (rev 2099)
@@ -46,9 +46,9 @@
pushd %BUILD_HOME%\windows
-REM build http using rhel repos
-call build.bat sdk x86 rhel-httpd -ssl -cache
-call build.bat sdk x64 rhel-httpd -ssl -cache
-call build.bat sdk i64 rhel-httpd -ssl -cache
+REM build mod_cluster bundles.
+call build.bat sdk x86 mod_cluster -ssl -cache
+call build.bat sdk x64 mod_cluster -ssl -cache
+call build.bat sdk i64 mod_cluster -ssl -cache
popd
Modified: trunk/build/daemon/buildmdc.sh
===================================================================
--- trunk/build/daemon/buildmdc.sh 2008-12-09 15:33:46 UTC (rev 2098)
+++ trunk/build/daemon/buildmdc.sh 2008-12-09 15:55:25 UTC (rev 2099)
@@ -47,7 +47,7 @@
(cd ../unix
if $build_ssl; then
- ./build.sh rhel-httpd -ssl -cache
+ ./build.sh mod_cluster -ssl -cache
fi
- ./build.sh rhel-httpd -cache
+ ./build.sh mod_cluster -cache
)
Show replies by date