Author: alessio.soldano(a)jboss.com
Date: 2011-12-06 12:40:41 -0500 (Tue, 06 Dec 2011)
New Revision: 15359
Removed:
stack/cxf/branches/JBWS-3393/modules/resources/src/main/resources/bin/
Modified:
stack/cxf/branches/JBWS-3393/modules/dist/src/main/scripts/assembly-deploy-artifacts.xml
stack/cxf/branches/JBWS-3393/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml
Log:
Remove bin scripts, not required anymore
Modified:
stack/cxf/branches/JBWS-3393/modules/dist/src/main/scripts/assembly-deploy-artifacts.xml
===================================================================
---
stack/cxf/branches/JBWS-3393/modules/dist/src/main/scripts/assembly-deploy-artifacts.xml 2011-12-06
17:32:41 UTC (rev 15358)
+++
stack/cxf/branches/JBWS-3393/modules/dist/src/main/scripts/assembly-deploy-artifacts.xml 2011-12-06
17:40:41 UTC (rev 15359)
@@ -5,17 +5,6 @@
<format>dir</format>
</formats>
<fileSets>
- <!-- bin -->
- <fileSet>
- <directory>../resources/src/main/resources/bin</directory>
- <outputDirectory>deploy-artifacts/bin</outputDirectory>
- <includes>
- <include>wsconsume.*</include>
- <include>wsprovide.*</include>
- <include>wsrunclient.*</include>
- </includes>
- </fileSet>
-
<!-- resources -->
<fileSet>
<directory>../server/target/resources</directory>
Modified:
stack/cxf/branches/JBWS-3393/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml
===================================================================
---
stack/cxf/branches/JBWS-3393/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml 2011-12-06
17:32:41 UTC (rev 15358)
+++
stack/cxf/branches/JBWS-3393/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml 2011-12-06
17:40:41 UTC (rev 15359)
@@ -27,15 +27,6 @@
<!--
These patterns should be common for all supported containers.
-->
- <patternset id="jbossws.bin.patternset">
- <include name="**/wsconsume.bat"/>
- <include name="**/wsconsume.sh"/>
- <include name="**/wsprovide.bat"/>
- <include name="**/wsprovide.sh"/>
- <include name="**/wsrunclient.bat"/>
- <include name="**/wsrunclient.sh"/>
- </patternset>
-
<patternset id="jbossws.client.patternset">
<include name="**/asm.jar"/>
<include name="**/commons-beanutils.jar"/>
@@ -121,23 +112,6 @@
</patternset>
<!-- ================================================================== -->
- <!-- Deploy Bin -->
- <!-- ================================================================== -->
-
- <macrodef name="macro-deploy-jbossws-bin">
- <attribute name="artifactsdir"/>
- <attribute name="targetdir"/>
- <sequential>
- <mkdir dir="@{targetdir}"/>
- <copy todir="@{targetdir}" flatten="true"
overwrite="true">
- <fileset dir="@{artifactsdir}/bin">
- <patternset refid="jbossws.bin.patternset"/>
- </fileset>
- </copy>
- </sequential>
- </macrodef>
-
- <!-- ================================================================== -->
<!-- Deploy Lib -->
<!-- ================================================================== -->
@@ -409,7 +383,6 @@
</target>
<target name="deploy-jbossws-cxf"
depends="check-parameters">
- <macro-deploy-jbossws-bin targetdir="${installserver}/../../bin"
artifactsdir="${artifactsdir}"/>
<macro-deploy-jbossws-client targetdir="${installserver}/../../client"
thirdpartydir="${thirdpartydir}"/>
<macro-deploy-jbossws-lib targetdir="${installserver}/../../lib"
thirdpartydir="${thirdpartydir}"/>
<macro-deploy-jbossws-endorsed
targetdir="${installserver}/../../lib/endorsed"
thirdpartydir="${thirdpartydir}"/>
@@ -419,7 +392,6 @@
</target>
<target name="deploy-jbossws-cxf-with-jaxrpc"
depends="check-parameters">
- <macro-deploy-jbossws-bin targetdir="${installserver}/../../bin"
artifactsdir="${artifactsdir}"/>
<macro-deploy-jbossws-client targetdir="${installserver}/../../client"
thirdpartydir="${thirdpartydir}"/>
<macro-deploy-jbossws-lib targetdir="${installserver}/../../lib"
thirdpartydir="${thirdpartydir}"/>
<macro-deploy-jbossws-endorsed
targetdir="${installserver}/../../lib/endorsed"
thirdpartydir="${thirdpartydir}"/>
Show replies by date