[jbossws-commits] JBossWS SVN: r11227 - in stack/cxf/branches/jbossws-cxf-3.1.2: src/main/scripts and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Dec 9 09:31:06 EST 2009


Author: fnasser at redhat.com
Date: 2009-12-09 09:31:06 -0500 (Wed, 09 Dec 2009)
New Revision: 11227

Modified:
   stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/jbossws-tp-installer-macros.xml
   stack/cxf/branches/jbossws-cxf-3.1.2/src/main/scripts/assembly-deploy-artifacts.xml
Log:
Preserve juddi-service

Modified: stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/jbossws-tp-installer-macros.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/jbossws-tp-installer-macros.xml	2009-12-09 14:29:10 UTC (rev 11226)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/jbossws-tp-installer-macros.xml	2009-12-09 14:31:06 UTC (rev 11227)
@@ -296,7 +296,9 @@
     <macro-deploy-jbossws-server-lib51 targetdir="${installserver}/../../common/lib" thirdpartydir="${thirdpartydir}" jbossid="${jbossid}"/> <!-- Please note the "../../common" to use common server lib! -->
     <macro-deploy-jbossws-cxf51-sar targetdir="${installserver}/deploy/jbossws.sar" artifactsdir="${artifactsdir}" thirdpartydir="${thirdpartydir}" jbossid="${jbossid}"/>
     <macro-deploy-jbossws-deployers51 targetdir="${installserver}/deployers/jbossws.deployer/" artifactsdir="${artifactsdir}" thirdpartydir="${thirdpartydir}" jbossid="${jbossid}"/>
+    <!-- No need to do this until we are actually changing something in it
     <macro-deploy-juddi-sar targetdir="${installserver}/deploy/juddi-service.sar" thirdpartydir="${thirdpartydir}"/>
+    -->
   </target>
 
   <target name="check-parameters">
@@ -348,8 +350,9 @@
       <!-- delete jbossws.sar -->
       <delete dir="@{targetdir}" verbose="true"/>
       
+      <!-- No need to do this until we are actually changing something in it -->
       <!-- delete juddi-service.sar -->
-      <delete dir="@{targetdir}/../juddi-service.sar" verbose="true"/>
+      <!-- <delete dir="@{targetdir}/../juddi-service.sar" verbose="true"/> -->
       
     </sequential>
   </macrodef>

Modified: stack/cxf/branches/jbossws-cxf-3.1.2/src/main/scripts/assembly-deploy-artifacts.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/src/main/scripts/assembly-deploy-artifacts.xml	2009-12-09 14:29:10 UTC (rev 11226)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/src/main/scripts/assembly-deploy-artifacts.xml	2009-12-09 14:31:06 UTC (rev 11227)
@@ -84,6 +84,7 @@
         <includeDependencies>false</includeDependencies>
         <unpack>false</unpack>
         <dependencySets>
+          <!-- Do not include juddi-service as it has not changed
           <dependencySet>
             <outputDirectory>lib</outputDirectory>
             <outputFileNameMapping>${module.artifactId}.${module.extension}</outputFileNameMapping>
@@ -97,6 +98,7 @@
               <include>juddi:juddi:jar</include>
             </includes>
           </dependencySet>
+          -->
           <!-- [JBWS-2505] -->
           <!-- START -->
           <!--



More information about the jbossws-commits mailing list