JBossWS SVN: r5603 - stack/native/branches/jbossws-native-2.0.3.QA/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-02-06 12:37:25 -0500 (Wed, 06 Feb 2008)
New Revision: 5603
Modified:
stack/native/branches/jbossws-native-2.0.3.QA/src/main/distro/bin-dist-deploy.xml
Log:
[JBWS-1982] fix
Modified: stack/native/branches/jbossws-native-2.0.3.QA/src/main/distro/bin-dist-deploy.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.3.QA/src/main/distro/bin-dist-deploy.xml 2008-02-06 17:36:17 UTC (rev 5602)
+++ stack/native/branches/jbossws-native-2.0.3.QA/src/main/distro/bin-dist-deploy.xml 2008-02-06 17:37:25 UTC (rev 5603)
@@ -13,6 +13,10 @@
<project>
+ <!-- ================================================================== -->
+ <!-- Deployment JBoss405 -->
+ <!-- ================================================================== -->
+
<!-- Deploy jbossws/native to jboss405 -->
<target name="deploy-jboss405" depends="deploy-jboss405-ejb3,deploy-jboss405-no-ejb3" description="Deploy jbossws/native to jboss405"/>
@@ -34,6 +38,10 @@
<macro-undeploy-framework jbosshome="${jboss405.home}"/>
</target>
+ <!-- ================================================================== -->
+ <!-- Deployment JBoss421 -->
+ <!-- ================================================================== -->
+
<!-- Deploy jbossws/native to jboss421 -->
<target name="deploy-jboss421" depends="undeploy-jboss421,deploy-jboss421-endorsed" description="Deploy jbossws/native to jboss421">
<macro-deploy-native421 stacklibs="${lib.dir}" thirdpartylibs="${lib.dir}"/>
@@ -43,14 +51,16 @@
<macro-deploy-endorsed jbosshome="${jboss421.home}" stacklibs="${lib.dir}" thirdpartylibs="${lib.dir}"/>
</target>
- <target name="undeploy-jboss421" depends="prepare,undeploy-jboss421-endorsed" description="Remove jbossws/native from jboss421">
+ <target name="undeploy-jboss421" depends="prepare" description="Remove jbossws/native from jboss421">
<macro-undeploy-native421/>
<macro-undeploy-framework jbosshome="${jboss421.home}"/>
- </target>
- <target name="undeploy-jboss421-endorsed" depends="prepare" if="HAVE_JDK_1.6">
<macro-undeploy-endorsed jbosshome="${jboss421.home}"/>
</target>
+ <!-- ================================================================== -->
+ <!-- Deployment JBoss422 -->
+ <!-- ================================================================== -->
+
<!-- Deploy jbossws/native to jboss422 -->
<target name="deploy-jboss422" depends="undeploy-jboss422,deploy-jboss422-endorsed" description="Deploy jbossws/native to jboss422">
<macro-deploy-native422 stacklibs="${lib.dir}" thirdpartylibs="${lib.dir}"/>
@@ -60,14 +70,18 @@
<macro-deploy-endorsed jbosshome="${jboss422.home}" stacklibs="${lib.dir}" thirdpartylibs="${lib.dir}"/>
</target>
- <target name="undeploy-jboss422" depends="prepare,undeploy-jboss422-endorsed" description="Remove jbossws/native from jboss422">
+ <target name="undeploy-jboss422" depends="prepare" description="Remove jbossws from jboss422">
+ <macro-undeploy-cxf422/>
+ <macro-undeploy-sunri422/>
<macro-undeploy-native422/>
+ <macro-undeploy-endorsed jbosshome="${jboss422.home}"/>
<macro-undeploy-framework jbosshome="${jboss422.home}"/>
</target>
- <target name="undeploy-jboss422-endorsed" depends="prepare" if="HAVE_JDK_1.6">
- <macro-undeploy-endorsed jbosshome="${jboss422.home}"/>
- </target>
+ <!-- ================================================================== -->
+ <!-- Deployment JBoss423 -->
+ <!-- ================================================================== -->
+
<!-- Deploy jbossws/native to jboss423 -->
<target name="deploy-jboss423" depends="undeploy-jboss423,deploy-jboss423-endorsed" description="Deploy jbossws/native to jboss423">
<macro-deploy-native423 stacklibs="${lib.dir}" thirdpartylibs="${lib.dir}"/>
@@ -77,15 +91,19 @@
<macro-deploy-endorsed jbosshome="${jboss423.home}" stacklibs="${lib.dir}" thirdpartylibs="${lib.dir}"/>
</target>
- <target name="undeploy-jboss423" depends="prepare,undeploy-jboss423-endorsed" description="Remove jbossws/native from jboss423">
+ <target name="undeploy-jboss423" depends="prepare" description="Remove jbossws from jboss423">
+ <macro-undeploy-cxf423/>
+ <macro-undeploy-sunri423/>
<macro-undeploy-native423/>
+ <macro-undeploy-endorsed jbosshome="${jboss423.home}"/>
<macro-undeploy-framework jbosshome="${jboss423.home}"/>
</target>
- <target name="undeploy-jboss423-endorsed" depends="prepare" if="HAVE_JDK_1.6">
- <macro-undeploy-endorsed jbosshome="${jboss423.home}"/>
- </target>
- <!-- Deploy jbossws/native to jboss50 -->
+ <!-- ================================================================== -->
+ <!-- Deployment JBoss500 -->
+ <!-- ================================================================== -->
+
+ <!-- Deploy jbossws/native to jboss500 -->
<target name="deploy-jboss500" depends="undeploy-jboss500,deploy-jboss500-endorsed" description="Deploy jbossws/native to jboss500">
<macro-deploy-native500 stacklibs="${lib.dir}" thirdpartylibs="${lib.dir}"/>
<macro-deploy-framework thirdpartylibs="${lib.dir}" jbosshome="${jboss500.home}"/>
@@ -94,9 +112,12 @@
<macro-deploy-endorsed jbosshome="${jboss500.home}" stacklibs="${lib.dir}" thirdpartylibs="${lib.dir}"/>
</target>
- <target name="undeploy-jboss500" depends="prepare" description="Remove jbossws/native from jboss500">
+ <target name="undeploy-jboss500" depends="prepare" description="Remove jbossws from jboss500">
+ <macro-undeploy-cxf500/>
+ <macro-undeploy-sunri500/>
<macro-undeploy-native500/>
+ <macro-undeploy-endorsed jbosshome="${jboss500.home}"/>
<macro-undeploy-framework jbosshome="${jboss500.home}"/>
</target>
-</project>
\ No newline at end of file
+</project>
16 years, 11 months
JBossWS SVN: r5602 - stack/native/trunk/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-02-06 12:36:17 -0500 (Wed, 06 Feb 2008)
New Revision: 5602
Modified:
stack/native/trunk/src/main/distro/bin-dist-deploy.xml
Log:
[JBWS-1982] fix
Modified: stack/native/trunk/src/main/distro/bin-dist-deploy.xml
===================================================================
--- stack/native/trunk/src/main/distro/bin-dist-deploy.xml 2008-02-06 16:35:20 UTC (rev 5601)
+++ stack/native/trunk/src/main/distro/bin-dist-deploy.xml 2008-02-06 17:36:17 UTC (rev 5602)
@@ -13,6 +13,10 @@
<project>
+ <!-- ================================================================== -->
+ <!-- Deployment JBoss405 -->
+ <!-- ================================================================== -->
+
<!-- Deploy jbossws/native to jboss405 -->
<target name="deploy-jboss405" depends="deploy-jboss405-ejb3,deploy-jboss405-no-ejb3" description="Deploy jbossws/native to jboss405"/>
@@ -34,6 +38,10 @@
<macro-undeploy-framework jbosshome="${jboss405.home}"/>
</target>
+ <!-- ================================================================== -->
+ <!-- Deployment JBoss421 -->
+ <!-- ================================================================== -->
+
<!-- Deploy jbossws/native to jboss421 -->
<target name="deploy-jboss421" depends="undeploy-jboss421,deploy-jboss421-endorsed" description="Deploy jbossws/native to jboss421">
<macro-deploy-native421 stacklibs="${lib.dir}" thirdpartylibs="${lib.dir}"/>
@@ -43,14 +51,16 @@
<macro-deploy-endorsed jbosshome="${jboss421.home}" stacklibs="${lib.dir}" thirdpartylibs="${lib.dir}"/>
</target>
- <target name="undeploy-jboss421" depends="prepare,undeploy-jboss421-endorsed" description="Remove jbossws/native from jboss421">
+ <target name="undeploy-jboss421" depends="prepare" description="Remove jbossws/native from jboss421">
<macro-undeploy-native421/>
<macro-undeploy-framework jbosshome="${jboss421.home}"/>
- </target>
- <target name="undeploy-jboss421-endorsed" depends="prepare" if="HAVE_JDK_1.6">
<macro-undeploy-endorsed jbosshome="${jboss421.home}"/>
</target>
+ <!-- ================================================================== -->
+ <!-- Deployment JBoss422 -->
+ <!-- ================================================================== -->
+
<!-- Deploy jbossws/native to jboss422 -->
<target name="deploy-jboss422" depends="undeploy-jboss422,deploy-jboss422-endorsed" description="Deploy jbossws/native to jboss422">
<macro-deploy-native422 stacklibs="${lib.dir}" thirdpartylibs="${lib.dir}"/>
@@ -60,14 +70,18 @@
<macro-deploy-endorsed jbosshome="${jboss422.home}" stacklibs="${lib.dir}" thirdpartylibs="${lib.dir}"/>
</target>
- <target name="undeploy-jboss422" depends="prepare,undeploy-jboss422-endorsed" description="Remove jbossws/native from jboss422">
+ <target name="undeploy-jboss422" depends="prepare" description="Remove jbossws from jboss422">
+ <macro-undeploy-cxf422/>
+ <macro-undeploy-sunri422/>
<macro-undeploy-native422/>
+ <macro-undeploy-endorsed jbosshome="${jboss422.home}"/>
<macro-undeploy-framework jbosshome="${jboss422.home}"/>
</target>
- <target name="undeploy-jboss422-endorsed" depends="prepare" if="HAVE_JDK_1.6">
- <macro-undeploy-endorsed jbosshome="${jboss422.home}"/>
- </target>
+ <!-- ================================================================== -->
+ <!-- Deployment JBoss423 -->
+ <!-- ================================================================== -->
+
<!-- Deploy jbossws/native to jboss423 -->
<target name="deploy-jboss423" depends="undeploy-jboss423,deploy-jboss423-endorsed" description="Deploy jbossws/native to jboss423">
<macro-deploy-native423 stacklibs="${lib.dir}" thirdpartylibs="${lib.dir}"/>
@@ -77,15 +91,19 @@
<macro-deploy-endorsed jbosshome="${jboss423.home}" stacklibs="${lib.dir}" thirdpartylibs="${lib.dir}"/>
</target>
- <target name="undeploy-jboss423" depends="prepare,undeploy-jboss423-endorsed" description="Remove jbossws/native from jboss423">
+ <target name="undeploy-jboss423" depends="prepare" description="Remove jbossws from jboss423">
+ <macro-undeploy-cxf423/>
+ <macro-undeploy-sunri423/>
<macro-undeploy-native423/>
+ <macro-undeploy-endorsed jbosshome="${jboss423.home}"/>
<macro-undeploy-framework jbosshome="${jboss423.home}"/>
</target>
- <target name="undeploy-jboss423-endorsed" depends="prepare" if="HAVE_JDK_1.6">
- <macro-undeploy-endorsed jbosshome="${jboss423.home}"/>
- </target>
- <!-- Deploy jbossws/native to jboss50 -->
+ <!-- ================================================================== -->
+ <!-- Deployment JBoss500 -->
+ <!-- ================================================================== -->
+
+ <!-- Deploy jbossws/native to jboss500 -->
<target name="deploy-jboss500" depends="undeploy-jboss500,deploy-jboss500-endorsed" description="Deploy jbossws/native to jboss500">
<macro-deploy-native500 stacklibs="${lib.dir}" thirdpartylibs="${lib.dir}"/>
<macro-deploy-framework thirdpartylibs="${lib.dir}" jbosshome="${jboss500.home}"/>
@@ -94,9 +112,12 @@
<macro-deploy-endorsed jbosshome="${jboss500.home}" stacklibs="${lib.dir}" thirdpartylibs="${lib.dir}"/>
</target>
- <target name="undeploy-jboss500" depends="prepare" description="Remove jbossws/native from jboss500">
+ <target name="undeploy-jboss500" depends="prepare" description="Remove jbossws from jboss500">
+ <macro-undeploy-cxf500/>
+ <macro-undeploy-sunri500/>
<macro-undeploy-native500/>
+ <macro-undeploy-endorsed jbosshome="${jboss500.home}"/>
<macro-undeploy-framework jbosshome="${jboss500.home}"/>
</target>
-</project>
\ No newline at end of file
+</project>
16 years, 11 months
JBossWS SVN: r5601 - stack/native/branches/jbossws-native-2.0.3.QA/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-02-06 11:35:20 -0500 (Wed, 06 Feb 2008)
New Revision: 5601
Modified:
stack/native/branches/jbossws-native-2.0.3.QA/src/main/distro/bin-dist-build.xml
Log:
[JBWS-1982] fix
Modified: stack/native/branches/jbossws-native-2.0.3.QA/src/main/distro/bin-dist-build.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.3.QA/src/main/distro/bin-dist-build.xml 2008-02-06 16:34:30 UTC (rev 5600)
+++ stack/native/branches/jbossws-native-2.0.3.QA/src/main/distro/bin-dist-build.xml 2008-02-06 16:35:20 UTC (rev 5601)
@@ -98,8 +98,10 @@
<fail message="JDK1.5 or above is required" unless="HAVE_JDK_1.5"/>
<import file="${basedir}/build/build-deploy.xml"/>
+ <import file="${basedir}/build/macros-deploy-cxf.xml"/>
+ <import file="${basedir}/build/macros-deploy-sunri.xml"/>
+ <import file="${basedir}/build/macros-deploy-native.xml"/>
<import file="${basedir}/build/macros-deploy-framework.xml"/>
- <import file="${basedir}/build/macros-deploy-native.xml"/>
<import file="${basedir}/tests/ant-import/build-testsuite.xml"/>
<!-- ================================================================== -->
16 years, 11 months
JBossWS SVN: r5600 - stack/native/trunk/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-02-06 11:34:30 -0500 (Wed, 06 Feb 2008)
New Revision: 5600
Modified:
stack/native/trunk/src/main/distro/bin-dist-build.xml
Log:
[JBWS-1982] fix
Modified: stack/native/trunk/src/main/distro/bin-dist-build.xml
===================================================================
--- stack/native/trunk/src/main/distro/bin-dist-build.xml 2008-02-06 16:30:23 UTC (rev 5599)
+++ stack/native/trunk/src/main/distro/bin-dist-build.xml 2008-02-06 16:34:30 UTC (rev 5600)
@@ -99,8 +99,10 @@
<import file="${basedir}/build/build-deploy.xml"/>
<import file="${basedir}/build/build-project-gen.xml"/>
+ <import file="${basedir}/build/macros-deploy-cxf.xml"/>
+ <import file="${basedir}/build/macros-deploy-sunri.xml"/>
+ <import file="${basedir}/build/macros-deploy-native.xml"/>
<import file="${basedir}/build/macros-deploy-framework.xml"/>
- <import file="${basedir}/build/macros-deploy-native.xml"/>
<import file="${basedir}/tests/ant-import/build-testsuite.xml"/>
<!-- ================================================================== -->
16 years, 11 months
JBossWS SVN: r5599 - in stack/metro/trunk/src/main: etc and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-02-06 11:30:23 -0500 (Wed, 06 Feb 2008)
New Revision: 5599
Modified:
stack/metro/trunk/src/main/distro/bin-dist-build.xml
stack/metro/trunk/src/main/etc/bin-dist-build.xml
Log:
[JBWS-1982] fix
Modified: stack/metro/trunk/src/main/distro/bin-dist-build.xml
===================================================================
--- stack/metro/trunk/src/main/distro/bin-dist-build.xml 2008-02-06 16:06:14 UTC (rev 5598)
+++ stack/metro/trunk/src/main/distro/bin-dist-build.xml 2008-02-06 16:30:23 UTC (rev 5599)
@@ -74,8 +74,10 @@
<fail message="JDK1.5 or above is required" unless="HAVE_JDK_1.5"/>
<import file="${basedir}/build/build-deploy.xml"/>
+ <import file="${basedir}/build/macros-deploy-cxf.xml"/>
+ <import file="${basedir}/build/macros-deploy-sunri.xml"/>
+ <import file="${basedir}/build/macros-deploy-native.xml"/>
<import file="${basedir}/build/macros-deploy-framework.xml"/>
- <import file="${basedir}/build/macros-deploy-sunri.xml"/>
<import file="${basedir}/tests/ant-import/build-testsuite.xml"/>
<!-- ================================================================== -->
Modified: stack/metro/trunk/src/main/etc/bin-dist-build.xml
===================================================================
--- stack/metro/trunk/src/main/etc/bin-dist-build.xml 2008-02-06 16:06:14 UTC (rev 5598)
+++ stack/metro/trunk/src/main/etc/bin-dist-build.xml 2008-02-06 16:30:23 UTC (rev 5599)
@@ -52,9 +52,10 @@
<import file="${basedir}/build/build-deploy.xml"/>
<import file="${basedir}/build/build-testsuite.xml"/>
<import file="${basedir}/build/macros-deploy-spi.xml"/>
+ <import file="${basedir}/build/macros-deploy-cxf.xml"/>
+ <import file="${basedir}/build/macros-deploy-sunri.xml"/>
<import file="${basedir}/build/macros-deploy-native.xml"/>
- <import file="${basedir}/build/macros-deploy-sunri.xml"/>
- <import file="${basedir}/build/macros-deploy-xfire.xml"/>
+ <import file="${basedir}/build/macros-deploy-framework.xml"/>
<!-- ================================================================== -->
<!-- Initialization -->
16 years, 11 months
JBossWS SVN: r5598 - in stack/cxf/trunk/src/main: etc and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-02-06 11:06:14 -0500 (Wed, 06 Feb 2008)
New Revision: 5598
Modified:
stack/cxf/trunk/src/main/distro/bin-dist-build.xml
stack/cxf/trunk/src/main/etc/bin-dist-build.xml
Log:
[JBWS-1982] fix
Modified: stack/cxf/trunk/src/main/distro/bin-dist-build.xml
===================================================================
--- stack/cxf/trunk/src/main/distro/bin-dist-build.xml 2008-02-06 15:56:05 UTC (rev 5597)
+++ stack/cxf/trunk/src/main/distro/bin-dist-build.xml 2008-02-06 16:06:14 UTC (rev 5598)
@@ -73,8 +73,10 @@
<fail message="JDK1.5 or above is required" unless="HAVE_JDK_1.5"/>
<import file="${basedir}/build/build-deploy.xml"/>
+ <import file="${basedir}/build/macros-deploy-cxf.xml"/>
+ <import file="${basedir}/build/macros-deploy-sunri.xml"/>
+ <import file="${basedir}/build/macros-deploy-native.xml"/>
<import file="${basedir}/build/macros-deploy-framework.xml"/>
- <import file="${basedir}/build/macros-deploy-cxf.xml"/>
<import file="${basedir}/tests/ant-import/build-testsuite.xml"/>
<!-- ================================================================== -->
Modified: stack/cxf/trunk/src/main/etc/bin-dist-build.xml
===================================================================
--- stack/cxf/trunk/src/main/etc/bin-dist-build.xml 2008-02-06 15:56:05 UTC (rev 5597)
+++ stack/cxf/trunk/src/main/etc/bin-dist-build.xml 2008-02-06 16:06:14 UTC (rev 5598)
@@ -53,9 +53,10 @@
<import file="${basedir}/build/build-deploy.xml"/>
<import file="${basedir}/build/build-testsuite.xml"/>
<import file="${basedir}/build/macros-deploy-spi.xml"/>
+ <import file="${basedir}/build/macros-deploy-cxf.xml"/>
+ <import file="${basedir}/build/macros-deploy-sunri.xml"/>
<import file="${basedir}/build/macros-deploy-native.xml"/>
- <import file="${basedir}/build/macros-deploy-sunri.xml"/>
- <import file="${basedir}/build/macros-deploy-cxf.xml"/>
+ <import file="${basedir}/build/macros-deploy-framework.xml"/>
<!-- ================================================================== -->
<!-- Initialization -->
16 years, 11 months
JBossWS SVN: r5597 - stack/native/branches/jbossws-native-2.0.3.QA/ant-import.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-02-06 10:56:05 -0500 (Wed, 06 Feb 2008)
New Revision: 5597
Modified:
stack/native/branches/jbossws-native-2.0.3.QA/ant-import/build-bin-dist.xml
Log:
[JBWS-1982] fix
Modified: stack/native/branches/jbossws-native-2.0.3.QA/ant-import/build-bin-dist.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.3.QA/ant-import/build-bin-dist.xml 2008-02-06 15:55:21 UTC (rev 5596)
+++ stack/native/branches/jbossws-native-2.0.3.QA/ant-import/build-bin-dist.xml 2008-02-06 15:56:05 UTC (rev 5597)
@@ -47,8 +47,10 @@
<!-- build -->
<copy todir="${bindist.build.dir}">
<fileset dir="${core.dir}/ant-import">
+ <include name="macros-deploy-cxf.xml"/>
+ <include name="macros-deploy-sunri.xml"/>
+ <include name="macros-deploy-native.xml"/>
<include name="macros-deploy-framework.xml"/>
- <include name="macros-deploy-native.xml"/>
</fileset>
</copy>
16 years, 11 months
JBossWS SVN: r5596 - stack/native/trunk/ant-import.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-02-06 10:55:21 -0500 (Wed, 06 Feb 2008)
New Revision: 5596
Modified:
stack/native/trunk/ant-import/build-bin-dist.xml
Log:
[JBWS-1982] fix
Modified: stack/native/trunk/ant-import/build-bin-dist.xml
===================================================================
--- stack/native/trunk/ant-import/build-bin-dist.xml 2008-02-06 15:54:20 UTC (rev 5595)
+++ stack/native/trunk/ant-import/build-bin-dist.xml 2008-02-06 15:55:21 UTC (rev 5596)
@@ -48,8 +48,10 @@
<!-- build -->
<copy todir="${bindist.build.dir}">
<fileset dir="${core.dir}/ant-import">
+ <include name="macros-deploy-cxf.xml"/>
+ <include name="macros-deploy-sunri.xml"/>
+ <include name="macros-deploy-native.xml"/>
<include name="macros-deploy-framework.xml"/>
- <include name="macros-deploy-native.xml"/>
</fileset>
<fileset dir="${core.distro.dir}">
<include name="user-project-build.xml"/>
16 years, 11 months
JBossWS SVN: r5595 - stack/metro/trunk/ant-import.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-02-06 10:54:20 -0500 (Wed, 06 Feb 2008)
New Revision: 5595
Modified:
stack/metro/trunk/ant-import/build-bin-dist.xml
Log:
[JBWS-1982] fix
Modified: stack/metro/trunk/ant-import/build-bin-dist.xml
===================================================================
--- stack/metro/trunk/ant-import/build-bin-dist.xml 2008-02-06 15:53:26 UTC (rev 5594)
+++ stack/metro/trunk/ant-import/build-bin-dist.xml 2008-02-06 15:54:20 UTC (rev 5595)
@@ -47,8 +47,10 @@
<!-- build -->
<copy todir="${bindist.build.dir}">
<fileset dir="${sunri.dir}/ant-import">
+ <include name="macros-deploy-cxf.xml"/>
+ <include name="macros-deploy-sunri.xml"/>
+ <include name="macros-deploy-native.xml"/>
<include name="macros-deploy-framework.xml"/>
- <include name="macros-deploy-sunri.xml"/>
</fileset>
</copy>
@@ -151,4 +153,4 @@
</zip>
</target>
-</project>
\ No newline at end of file
+</project>
16 years, 11 months
JBossWS SVN: r5594 - stack/cxf/trunk/ant-import.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-02-06 10:53:26 -0500 (Wed, 06 Feb 2008)
New Revision: 5594
Modified:
stack/cxf/trunk/ant-import/build-bin-dist.xml
Log:
[JBWS-1982] fix
Modified: stack/cxf/trunk/ant-import/build-bin-dist.xml
===================================================================
--- stack/cxf/trunk/ant-import/build-bin-dist.xml 2008-02-06 15:36:11 UTC (rev 5593)
+++ stack/cxf/trunk/ant-import/build-bin-dist.xml 2008-02-06 15:53:26 UTC (rev 5594)
@@ -47,8 +47,10 @@
<!-- build -->
<copy todir="${bindist.build.dir}">
<fileset dir="${cxf.dir}/ant-import">
+ <include name="macros-deploy-cxf.xml"/>
+ <include name="macros-deploy-sunri.xml"/>
+ <include name="macros-deploy-native.xml"/>
<include name="macros-deploy-framework.xml"/>
- <include name="macros-deploy-cxf.xml"/>
</fileset>
</copy>
16 years, 11 months