[jbossws-commits] JBossWS SVN: r15885 - hudson/trunk/scripts.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Mar 6 09:33:39 EST 2012


Author: alessio.soldano at jboss.com
Date: 2012-03-06 09:33:39 -0500 (Tue, 06 Mar 2012)
New Revision: 15885

Modified:
   hudson/trunk/scripts/jbossws-qa.sh
Log:
Copying of default/testsuite mgmt-user.properties not required anymore


Modified: hudson/trunk/scripts/jbossws-qa.sh
===================================================================
--- hudson/trunk/scripts/jbossws-qa.sh	2012-03-06 14:08:37 UTC (rev 15884)
+++ hudson/trunk/scripts/jbossws-qa.sh	2012-03-06 14:33:39 UTC (rev 15885)
@@ -11,10 +11,6 @@
   rm -rf $WORKSPACE/jboss-as
   cp -r $JBOSS_INSTANCE $WORKSPACE/jboss-as
   export JBOSS_HOME=$WORKSPACE/jboss-as
-  if [[ $JBOSS_TARGET == jboss71* ]]; then
-    echo "Copying default mgmt-users.properties to AS..."
-    cp $STACK_DIR/etc/mgmt-users.properties $JBOSS_HOME/standalone/configuration
-  fi;
   # HACK if running cxf on AS71x, first install/update native
   if [ "$STACK_ID" = "cxf" ] && [[ $JBOSS_TARGET == jboss71* ]]; then
     echo "cxf stack with AS 71x, first installing native..."



More information about the jbossws-commits mailing list