Author: thomas.diesler(a)jboss.com
Date: 2007-08-03 10:25:40 -0400 (Fri, 03 Aug 2007)
New Revision: 4177
Modified:
stack/cxf/trunk/.project
stack/cxf/trunk/ant-import/build-deploy.xml
Log:
Remove dependecy on other stacks
Modified: stack/cxf/trunk/.project
===================================================================
--- stack/cxf/trunk/.project 2007-08-03 14:25:31 UTC (rev 4176)
+++ stack/cxf/trunk/.project 2007-08-03 14:25:40 UTC (rev 4177)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>integration-xfire</name>
+ <name>stack-cxf</name>
<comment></comment>
<projects>
</projects>
Modified: stack/cxf/trunk/ant-import/build-deploy.xml
===================================================================
--- stack/cxf/trunk/ant-import/build-deploy.xml 2007-08-03 14:25:31 UTC (rev 4176)
+++ stack/cxf/trunk/ant-import/build-deploy.xml 2007-08-03 14:25:40 UTC (rev 4177)
@@ -22,8 +22,6 @@
<!-- Deploy to jboss50 -->
<target name="deploy-jboss50"
depends="jars-jboss50,undeploy-jboss50" description="Deploy jbossws/xfire
to jboss50">
- <ant antfile="${core.dir}/build.xml" target="undeploy-jboss50"
inheritall="false"/>
- <ant antfile="${int.sunri.dir}/build.xml"
target="undeploy-jboss50" inheritall="false"/>
<macro-deploy-xfire50
stacklibs="${int.xfire.dir}/output/lib"
thirdpartylibs="${int.xfire.dir}/thirdparty"/>
@@ -41,8 +39,6 @@
<!-- Deploy to jboss42 -->
<target name="deploy-jboss42"
depends="jars-jboss42,undeploy-jboss42" description="Deploy jbossws/xfire
to jboss42">
- <ant antfile="${core.dir}/build.xml" target="undeploy-jboss42"
inheritall="false"/>
- <ant antfile="${int.sunri.dir}/build.xml"
target="undeploy-jboss42" inheritall="false"/>
<macro-deploy-xfire42
stacklibs="${int.xfire.dir}/output/lib"
thirdpartylibs="${int.xfire.dir}/thirdparty"/>