[jboss-cvs] JBossAS SVN: r103698 - trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 8 09:33:45 EDT 2010


Author: alessio.soldano at jboss.com
Date: 2010-04-08 09:33:45 -0400 (Thu, 08 Apr 2010)
New Revision: 103698

Modified:
   trunk/build/build.xml
Log:
[JBAS-7912] Slim down jbossws.deployer


Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml	2010-04-08 12:47:23 UTC (rev 103697)
+++ trunk/build/build.xml	2010-04-08 13:33:45 UTC (rev 103698)
@@ -1660,12 +1660,27 @@
       <mapper type="flatten"/>
     </unzip>
 
+    <antcall target="install-jbossws-to-common-lib" inheritRefs="true"/>
     <antcall target="install-jbossws-to-endorsed" inheritRefs="true"/>
     <antcall target="install-jbossws-to-deploy" inheritRefs="true"/>
     <antcall target="install-jbossws-to-deployers" inheritRefs="true"/>
     <antcall target="install-jbossws-jaxrpc-deployers" inheritRefs="true"/>
   </target>
 
+  <target name="install-jbossws-to-common-lib">
+    <copy todir="${install.common.lib}" flatten="true" overwrite="true">
+      <fileset refid="sun-fi:FastInfoset:jar"/>
+      <fileset refid="jboss.jaxbintros:jboss-jaxb-intros:jar"/>
+      <fileset refid="org.jboss.ws.native:jbossws-native-core:jar"/>
+      <fileset refid="org.codehaus.jettison:jettison:jar"/>
+      <fileset refid="org.jboss.netty:netty:jar"/>
+      <fileset refid="org.apache.ws.policy:wscommons-policy:jar"/>
+      <fileset refid="wsdl4j:wsdl4j:jar"/>
+      <fileset refid="org.apache:xmlsec:jar"/>
+      <mapper refid="remove-versions" />
+    </copy>
+  </target>
+
   <target name="install-jbossws-to-endorsed">
     <!-- Endorse JBossWS jars on JDK1.6 and above -->
     <copy todir="${install.lib}/endorsed" flatten="true" overwrite="true">
@@ -1689,16 +1704,8 @@
     <unzip dest="${install.all.deployers}/jbossws.deployer" 
              src="${webservices.module.output}/jboss-as-webservices-jbossws-jboss60-deployer.zip"/>
     <copy todir="${install.all.deployers}/jbossws.deployer" flatten="true" overwrite="true">
-      <fileset refid="sun-fi:FastInfoset:jar"/>
-      <fileset refid="jboss.jaxbintros:jboss-jaxb-intros:jar"/>
-      <fileset refid="org.jboss.ws.native:jbossws-native-core:jar"/>
       <fileset refid="org.jboss.ws.native:jbossws-native-factories:jar"/>
       <fileset refid="org.jboss.ws.native:jbossws-native-services:jar"/>
-      <fileset refid="org.codehaus.jettison:jettison:jar"/>
-      <fileset refid="org.jboss.netty:netty:jar"/>
-      <fileset refid="org.apache.ws.policy:wscommons-policy:jar"/>
-      <fileset refid="wsdl4j:wsdl4j:jar"/>
-      <fileset refid="org.apache:xmlsec:jar"/>
       <mapper refid="remove-versions" />
     </copy>
     <unzip src="${org.jboss.ws.native:jbossws-native-resources:jar}"




More information about the jboss-cvs-commits mailing list