[jbossws-commits] JBossWS SVN: r6720 - stack/cxf/trunk.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Apr 28 08:53:20 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-04-28 08:53:20 -0400 (Mon, 28 Apr 2008)
New Revision: 6720

Modified:
   stack/cxf/trunk/build.xml
Log:
Use jbossws.integration.target

Modified: stack/cxf/trunk/build.xml
===================================================================
--- stack/cxf/trunk/build.xml	2008-04-28 10:16:08 UTC (rev 6719)
+++ stack/cxf/trunk/build.xml	2008-04-28 12:53:20 UTC (rev 6720)
@@ -43,10 +43,10 @@
     <property name="version.id" value="${project.version}"/>
           
     <echo message="version.id=${version.id}"/>
-    <echo message="deploy.target=${jbossws.deploy.target}"/>
+    <echo message="integration.target=${jbossws.integration.target}"/>
     
-    <fail message="jbossws.deploy.target not set" unless="jbossws.deploy.target"/>
-    <property name="deploy.structure" value="${stack.output.dir}/deploy-${jbossws.deploy.target}"/>
+    <fail message="jbossws.integration.target not set" unless="jbossws.integration.target"/>
+    <property name="deploy.structure" value="${stack.output.dir}/deploy-${jbossws.integration.target}"/>
   </target>
   
   <!-- ================================================================== -->




More information about the jbossws-commits mailing list