Author: mladen.turk(a)jboss.com
Date: 2008-03-27 01:42:08 -0400 (Thu, 27 Mar 2008)
New Revision: 1469
Modified:
trunk/build/daemon/buildall.bat
trunk/build/daemon/buildall.sh
Log:
Comment out the sight builds
Modified: trunk/build/daemon/buildall.bat
===================================================================
--- trunk/build/daemon/buildall.bat 2008-03-27 05:39:12 UTC (rev 1468)
+++ trunk/build/daemon/buildall.bat 2008-03-27 05:42:08 UTC (rev 1469)
@@ -49,9 +49,9 @@
call build.bat sdk x86 jboss-native -ssl -cache
call build.bat sdk x64 jboss-native -ssl -cache
call build.bat sdk i64 jboss-native -ssl -cache
+REM Uncomment for building sight
+REM call build.bat sdk x86 jboss-sight -cache
+REM call build.bat sdk x64 jboss-sight -cache
+REM call build.bat sdk i64 jboss-sight -cache
-call build.bat sdk x86 jboss-sight -cache
-call build.bat sdk x64 jboss-sight -cache
-call build.bat sdk i64 jboss-sight -cache
-
popd
Modified: trunk/build/daemon/buildall.sh
===================================================================
--- trunk/build/daemon/buildall.sh 2008-03-27 05:39:12 UTC (rev 1468)
+++ trunk/build/daemon/buildall.sh 2008-03-27 05:42:08 UTC (rev 1469)
@@ -31,5 +31,6 @@
(cd ../unix
./build.sh jboss-native -ssl -cache
./build.sh jboss-native -cache
- ./build.sh jboss-sight -cache
+ # Uncomment for building sight
+ # ./build.sh jboss-sight -cache
)
Show replies by date