Author: richard.opalka(a)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">
<deployment xmlns="urn:jboss:bean-deployer:2.0">
</header>
- <fileset
file="${project.resources.directory}/as5-jbossws-native-config.xml"/>
+ <fileset
file="${project.resources.directory}/as4-jbossws-native-config.xml"/>
<footer trimleading="yes">
</deployment> </footer>
</concat>
@@ -78,7 +78,7 @@
<concat
destfile="${project.build.resources.directory}/jbossws-jboss501/jbossws.beans/META-INF/jboss-beans.xml">
<header trimleading="yes">
<deployment xmlns="urn:jboss:bean-deployer:2.0">
</header>
- <fileset
file="${project.resources.directory}/as5-jbossws-native-config.xml"/>
+ <fileset
file="${project.resources.directory}/as4-jbossws-native-config.xml"/>
<footer trimleading="yes">
</deployment> </footer>
</concat>