[jboss-cvs] JBossAS SVN: r97692 - in trunk: testsuite and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Dec 10 07:47:56 EST 2009


Author: richard.opalka at jboss.com
Date: 2009-12-10 07:47:55 -0500 (Thu, 10 Dec 2009)
New Revision: 97692

Modified:
   trunk/build/build.xml
   trunk/testsuite/build.xml
   trunk/testsuite/src/main/org/jboss/test/profileservice/test/ProfileServiceUnitTestCase.java
Log:
[JBWS-2821] refactoring jbossws console

Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml	2009-12-10 11:34:08 UTC (rev 97691)
+++ trunk/build/build.xml	2009-12-10 12:47:55 UTC (rev 97692)
@@ -1818,9 +1818,8 @@
 
   <target name="install-jbossws-to-deploy">
     <!-- Install JBossWS web console to deploy directory -->
-    <mkdir dir="${install.all.deploy}/jbossws.sar"/>
     <unzip src="${org.jboss.ws.native:jbossws-native-management:war}"
-        dest="${install.all.deploy}/jbossws.sar/jbossws-management.war"
+        dest="${install.all.deploy}/jbossws-console.war"
       />
   </target>
 

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2009-12-10 11:34:08 UTC (rev 97691)
+++ trunk/testsuite/build.xml	2009-12-10 12:47:55 UTC (rev 97692)
@@ -1995,7 +1995,7 @@
             <include name="deploy/ROOT.war/**"/>
             <include name="deploy/ejb2-timer-service.xml"/>
             <include name="deploy/hsqldb-ds.xml"/>
-            <include name="deploy/jbossws.sar/**"/>
+            <include name="deploy/jbossws-console.war/**"/>
             <include name="deploy/client-deployer-service.xml"/>
             <include name="deploy/jms-ds.xml"/>
             <include name="deploy/jms-ra.rar"/>
@@ -2054,7 +2054,7 @@
           <include name="deploy/jbossweb.sar/**"/>
           <include name="deploy/ROOT.war/**"/>
           <include name="deploy/hsqldb-ds.xml"/>
-          <include name="deploy/jbossws.sar/**"/>
+          <include name="deploy/jbossws-console.war/**"/>
           <include name="deploy/client-deployer-service.xml"/>
           <include name="deploy/jmx-invoker-service.xml"/>
           <include name="deploy/jmx-console.war/**"/>

Modified: trunk/testsuite/src/main/org/jboss/test/profileservice/test/ProfileServiceUnitTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/profileservice/test/ProfileServiceUnitTestCase.java	2009-12-10 11:34:08 UTC (rev 97691)
+++ trunk/testsuite/src/main/org/jboss/test/profileservice/test/ProfileServiceUnitTestCase.java	2009-12-10 12:47:55 UTC (rev 97692)
@@ -169,7 +169,7 @@
     		"deploy/jboss-local-jdbc.rar/",
     		"deploy/jboss-xa-jdbc.rar/",
     		"deploy/jca-jboss-beans.xml",
-    		"deploy/jbossws.sar/",
+    		"deploy/jbossws-console.war/",
          "deploy/messaging/connection-factories-service.xml",
          "deploy/messaging/destinations-service.xml",
     		"deploy/jms-ra.rar/",




More information about the jboss-cvs-commits mailing list