[jbossws-commits] JBossWS SVN: r4748 - stack/native/trunk/ant-import.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Oct 12 05:52:08 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-10-12 05:52:08 -0400 (Fri, 12 Oct 2007)
New Revision: 4748

Modified:
   stack/native/trunk/ant-import/build-bin-dist.xml
   stack/native/trunk/ant-import/build-deploy.xml
   stack/native/trunk/ant-import/macros-deploy-native.xml
Log:
Do not deploy jboss-xml-binding.jar

Modified: stack/native/trunk/ant-import/build-bin-dist.xml
===================================================================
--- stack/native/trunk/ant-import/build-bin-dist.xml	2007-10-12 09:25:30 UTC (rev 4747)
+++ stack/native/trunk/ant-import/build-bin-dist.xml	2007-10-12 09:52:08 UTC (rev 4748)
@@ -116,7 +116,6 @@
 				<include name="jaxb-xjc.jar"/>
 				<include name="jaxws-tools.jar"/>
 				<include name="jaxws-rt.jar"/>
-				<include name="jboss-xml-binding.jar"/>
 				<include name="juddi-service.sar"/>
 				<include name="policy.jar"/>
 				<include name="stax-api.jar"/>

Modified: stack/native/trunk/ant-import/build-deploy.xml
===================================================================
--- stack/native/trunk/ant-import/build-deploy.xml	2007-10-12 09:25:30 UTC (rev 4747)
+++ stack/native/trunk/ant-import/build-deploy.xml	2007-10-12 09:52:08 UTC (rev 4748)
@@ -28,11 +28,6 @@
 		<macro-deploy-framework
 				thirdpartylibs="${core.dir}/thirdparty"
 				jbosshome="${jboss50.home}"/>
-
-    <!-- [JBWS-1617] JAXRPC doc/literal trims empty string 
-    <copy tofile="${jboss50.home}/client/jboss-xml-binding.jar" file="${core.dir}/thirdparty/jbossxb-2.0.0-20070620.094346-1.jar" overwrite="true"/>
-		<copy tofile="${jboss50.home}/lib/jboss-xml-binding.jar" file="${core.dir}/thirdparty/jbossxb-2.0.0-20070620.094346-1.jar" overwrite="true"/>
-    -->
   </target>
   
 	<target name="deploy-jboss50-endorsed" depends="prepare" if="HAVE_JDK_1.6">
@@ -60,12 +55,6 @@
 		<macro-deploy-framework
 				thirdpartylibs="${core.dir}/thirdparty"
 				jbosshome="${jboss42.home}"/>
-
-    <!-- [JBWS-1617] JAXRPC doc/literal trims empty string 
-    <copy tofile="${jboss42.home}/client/jboss-xml-binding.jar" file="${core.dir}/thirdparty/jbossxb-1.0.0-20070620.100638-1.jar" overwrite="true"/>
-		<copy tofile="${jboss42.home}/lib/jboss-xml-binding.jar" file="${core.dir}/thirdparty/jbossxb-1.0.0-20070620.100638-1.jar" overwrite="true"/>
-    -->
-    
   </target>
   
 	<target name="deploy-jboss42-endorsed" depends="prepare" if="HAVE_JDK_1.6">

Modified: stack/native/trunk/ant-import/macros-deploy-native.xml
===================================================================
--- stack/native/trunk/ant-import/macros-deploy-native.xml	2007-10-12 09:25:30 UTC (rev 4747)
+++ stack/native/trunk/ant-import/macros-deploy-native.xml	2007-10-12 09:52:08 UTC (rev 4748)
@@ -146,7 +146,6 @@
                <include name="jaxb-xjc.jar"/>
                <include name="jaxws-tools.jar"/>
                <include name="jaxws-rt.jar"/>
-               <include name="jboss-xml-binding.jar"/>
                <include name="policy.jar"/>
                <include name="stax-ex.jar"/>
                <include name="streambuffer.jar"/>
@@ -155,11 +154,6 @@
          </copy>
 
          <!-- SERVER JARS -->
-         <copy todir="${jboss42.home}/lib" overwrite="true">
-            <fileset dir="@{thirdpartylibs}">
-               <include name="jboss-xml-binding.jar"/>
-            </fileset>
-         </copy>
          <mkdir dir="${jboss42.home}/server/${jboss.server.instance}/deploy/jbossws.sar"/>
          <unjar dest="${jboss42.home}/server/${jboss.server.instance}/deploy/jbossws.sar" src="@{stacklibs}/jbossws-native42.sar"/>
          <mkdir dir="${jboss42.home}/server/${jboss.server.instance}/deploy/juddi-service.sar"/>
@@ -249,7 +243,6 @@
                <include name="jaxb-xjc.jar"/>
                <include name="jaxws-tools.jar"/>
                <include name="jaxws-rt.jar"/>
-               <include name="jboss-xml-binding.jar"/>
                <include name="stax-api.jar"/>
                <include name="stax-ex.jar"/>
                <include name="streambuffer.jar"/>
@@ -259,12 +252,6 @@
          </copy>
 
          <!-- SERVER JARS -->
-         <copy todir="${jboss40.home}/lib" overwrite="true">
-            <fileset dir="@{thirdpartylibs}">
-               <include name="jboss-xml-binding.jar"/>
-            </fileset>
-         </copy>
-        
          <copy todir="${jboss40.home}/server/${jboss.server.instance}/lib" overwrite="true">
             <fileset dir="@{stacklibs}">
                <include name="jboss-jaxrpc.jar"/>




More information about the jbossws-commits mailing list