[jbossws-commits] JBossWS SVN: r3526 - in branches/jbossws-2.0/integration/native: ant-import and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Sun Jun 10 12:48:55 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-06-10 12:48:55 -0400 (Sun, 10 Jun 2007)
New Revision: 3526

Modified:
   branches/jbossws-2.0/integration/native/ant-import/build-deploy.xml
   branches/jbossws-2.0/integration/native/build.xml
Log:
Fix distribution targets

Modified: branches/jbossws-2.0/integration/native/ant-import/build-deploy.xml
===================================================================
--- branches/jbossws-2.0/integration/native/ant-import/build-deploy.xml	2007-06-10 16:48:11 UTC (rev 3525)
+++ branches/jbossws-2.0/integration/native/ant-import/build-deploy.xml	2007-06-10 16:48:55 UTC (rev 3526)
@@ -13,6 +13,9 @@
 
 <project>
 
+	<import file="${int.native.dir}/ant-import/macros-deploy-native.xml"/>
+	<import file="${spi.dir}/ant-import/macros-deploy-spi.xml"/>
+  
 	<!-- ================================================================== -->
 	<!-- Deployment  JBoss50                                                -->
 	<!-- ================================================================== -->

Modified: branches/jbossws-2.0/integration/native/build.xml
===================================================================
--- branches/jbossws-2.0/integration/native/build.xml	2007-06-10 16:48:11 UTC (rev 3525)
+++ branches/jbossws-2.0/integration/native/build.xml	2007-06-10 16:48:55 UTC (rev 3526)
@@ -20,8 +20,6 @@
   <import file="${int.native.dir}/ant-import/build-release.xml"/>
   <import file="${int.native.dir}/ant-import/build-testsuite.xml"/>
   <import file="${int.native.dir}/ant-import/build-thirdparty.xml"/>
-	<import file="${int.native.dir}/ant-import/macros-deploy-native.xml"/>
-	<import file="${spi.dir}/ant-import/macros-deploy-spi.xml"/>
   
   <!-- ================================================================== -->
   <!-- Setup                                                              -->




More information about the jbossws-commits mailing list