[jbossws-commits] JBossWS SVN: r8382 - stack/native/trunk/modules/core/src/main/scripts.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Oct 7 13:51:26 EDT 2008


Author: richard.opalka at jboss.com
Date: 2008-10-07 13:51:26 -0400 (Tue, 07 Oct 2008)
New Revision: 8382

Modified:
   stack/native/trunk/modules/core/src/main/scripts/antrun-beans-config.xml
Log:
[JBWS-2246][JBWS-2264][JBAS-5732] rollback

Modified: stack/native/trunk/modules/core/src/main/scripts/antrun-beans-config.xml
===================================================================
--- stack/native/trunk/modules/core/src/main/scripts/antrun-beans-config.xml	2008-10-07 17:50:39 UTC (rev 8381)
+++ stack/native/trunk/modules/core/src/main/scripts/antrun-beans-config.xml	2008-10-07 17:51:26 UTC (rev 8382)
@@ -68,7 +68,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}/as5-jbossws-native-config.xml"/>
+      <fileset file="${project.resources.directory}/as4-jbossws-native-config.xml"/>
       <footer trimleading="yes">
         &lt;/deployment&gt; </footer>
     </concat>
@@ -78,7 +78,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}/as5-jbossws-native-config.xml"/>
+      <fileset file="${project.resources.directory}/as4-jbossws-native-config.xml"/>
       <footer trimleading="yes">
         &lt;/deployment&gt; </footer>
     </concat>




More information about the jbossws-commits mailing list