[jboss-cvs] JBossAS SVN: r90936 - projects/jboss-osgi/trunk/hudson/hudson-home.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jul 8 10:43:10 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-07-08 10:43:10 -0400 (Wed, 08 Jul 2009)
New Revision: 90936

Modified:
   projects/jboss-osgi/trunk/hudson/hudson-home/command.sh
Log:
Revert to runtime all, because of web console

Modified: projects/jboss-osgi/trunk/hudson/hudson-home/command.sh
===================================================================
--- projects/jboss-osgi/trunk/hudson/hudson-home/command.sh	2009-07-08 14:36:05 UTC (rev 90935)
+++ projects/jboss-osgi/trunk/hudson/hudson-home/command.sh	2009-07-08 14:43:10 UTC (rev 90936)
@@ -10,22 +10,6 @@
 HUDSONDIR=$OSGIDIR/hudson
 HUDSONBIN=$HUDSONDIR/hudson-home/bin
 
-case "$FRAMEWORK" in
-  'equinox')
-    RUNTIME_SERVER=minimal
-  ;;
-  'felix')
-    RUNTIME_SERVER=all
-  ;;
-  'knopflerfish')
-    RUNTIME_SERVER=minimal
-  ;;
-  *)
-	echo "Unsupported framework: $FRAMEWORK"
-	exit 1
-  ;;
-esac
-
 case "$CONTAINER" in
   'jboss501')
     SERVER_NAME=default
@@ -68,7 +52,7 @@
     cp $HUDSONBIN/run-with-pid.sh $RUNTIME_HOME/bin/run.sh
   ;;
   'runtime')
-    SERVER_NAME=$RUNTIME_SERVER
+    SERVER_NAME=all
 	RUNTIME_HOME=$DISTRODIR/auto-install-dest/runtime
 	RUNTIME_LOG=$RUNTIME_HOME/server/$SERVER_NAME/log/server.log
   ;;




More information about the jboss-cvs-commits mailing list