[jboss-cvs] JBossAS SVN: r90718 - branches/JBPAPP_5_0/main/src/bin.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 30 19:40:56 EDT 2009


Author: smarlow at redhat.com
Date: 2009-06-30 19:40:55 -0400 (Tue, 30 Jun 2009)
New Revision: 90718

Modified:
   branches/JBPAPP_5_0/main/src/bin/run.sh
Log:
JBPAPP-2052 Production profile for EAP 5

Modified: branches/JBPAPP_5_0/main/src/bin/run.sh
===================================================================
--- branches/JBPAPP_5_0/main/src/bin/run.sh	2009-06-30 23:04:46 UTC (rev 90717)
+++ branches/JBPAPP_5_0/main/src/bin/run.sh	2009-06-30 23:40:55 UTC (rev 90718)
@@ -11,8 +11,8 @@
 PROGNAME=`basename $0`
 GREP="grep"
 
-# Set conf if specified, else set to production
-JBOSSCONF="production"
+# Set conf if specified, else set to default
+JBOSSCONF="default"
 CONF_SPECIFIED=false 
 
 arg_count=1




More information about the jboss-cvs-commits mailing list