[jbossws-commits] JBossWS SVN: r6743 - in stack/metro/branches/tdiesler/trunk/modules: server/src/main/resources and 1 other directories.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Apr 29 06:01:06 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-04-29 06:01:06 -0400 (Tue, 29 Apr 2008)
New Revision: 6743

Added:
   stack/metro/branches/tdiesler/trunk/modules/client/src/main/resources/META-INF/
   stack/metro/branches/tdiesler/trunk/modules/server/src/main/resources/jbossws-metro-server.jar/
Removed:
   stack/metro/branches/tdiesler/trunk/modules/client/src/main/resources/jbossws-metro-client.jar/
   stack/metro/branches/tdiesler/trunk/modules/server/src/main/resources/jbossws-metro.jar/
Modified:
   stack/metro/branches/tdiesler/trunk/modules/server/src/main/scripts/antrun-beans-config.xml
Log:


Copied: stack/metro/branches/tdiesler/trunk/modules/client/src/main/resources/META-INF (from rev 6742, stack/metro/branches/tdiesler/trunk/modules/client/src/main/resources/jbossws-metro-client.jar/META-INF)

Copied: stack/metro/branches/tdiesler/trunk/modules/server/src/main/resources/jbossws-metro-server.jar (from rev 6741, stack/metro/branches/tdiesler/trunk/modules/server/src/main/resources/jbossws-metro.jar)

Modified: stack/metro/branches/tdiesler/trunk/modules/server/src/main/scripts/antrun-beans-config.xml
===================================================================
--- stack/metro/branches/tdiesler/trunk/modules/server/src/main/scripts/antrun-beans-config.xml	2008-04-29 09:58:50 UTC (rev 6742)
+++ stack/metro/branches/tdiesler/trunk/modules/server/src/main/scripts/antrun-beans-config.xml	2008-04-29 10:01:06 UTC (rev 6743)
@@ -35,7 +35,7 @@
       <header trimleading="yes">
         &lt;deployment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:jboss:bean-deployer bean-deployer_1_0.xsd"
         xmlns="urn:jboss:bean-deployer"&gt; </header>
-      <fileset file="${project.resources.directory}/jbossws-cxf-config.xml"/>
+      <fileset file="${project.resources.directory}/jbossws-metro-config.xml"/>
       <fileset file="${project.build.resources.directory}/jbossws-jboss422/jbossws-jboss42-config.xml"/>
       <footer trimleading="yes">
         &lt;/deployment&gt; </footer>
@@ -47,7 +47,7 @@
       <header trimleading="yes">
         &lt;deployment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:jboss:bean-deployer bean-deployer_1_0.xsd"
         xmlns="urn:jboss:bean-deployer"&gt; </header>
-      <fileset file="${project.resources.directory}/jbossws-cxf-config.xml"/>
+      <fileset file="${project.resources.directory}/jbossws-metro-config.xml"/>
       <fileset file="${project.build.resources.directory}/jbossws-jboss423/jbossws-jboss42-config.xml"/>
       <footer trimleading="yes">
         &lt;/deployment&gt; </footer>
@@ -58,7 +58,7 @@
     <concat destfile="${project.build.resources.directory}/jbossws-jboss500/jbossws.beans/META-INF/jboss-beans.xml">
       <header trimleading="yes">
         &lt;deployment xmlns="urn:jboss:bean-deployer:2.0"&gt; </header>
-      <fileset file="${project.resources.directory}/jbossws-cxf-config.xml"/>
+      <fileset file="${project.resources.directory}/jbossws-metro-config.xml"/>
       <footer trimleading="yes">
         &lt;/deployment&gt; </footer>
     </concat>
@@ -68,7 +68,7 @@
     <concat destfile="${project.build.resources.directory}/jbossws-jboss501/jbossws.beans/META-INF/jboss-beans.xml">
       <header trimleading="yes">
         &lt;deployment xmlns="urn:jboss:bean-deployer:2.0"&gt; </header>
-      <fileset file="${project.resources.directory}/jbossws-cxf-config.xml"/>
+      <fileset file="${project.resources.directory}/jbossws-metro-config.xml"/>
       <footer trimleading="yes">
         &lt;/deployment&gt; </footer>
     </concat>




More information about the jbossws-commits mailing list