Author: anil.saldhana(a)jboss.com
Date: 2011-03-23 13:06:54 -0400 (Wed, 23 Mar 2011)
New Revision: 837
Modified:
integration-tests/trunk/ant-scripts/ant-build.xml
Log:
cxf jbas6
Modified: integration-tests/trunk/ant-scripts/ant-build.xml
===================================================================
--- integration-tests/trunk/ant-scripts/ant-build.xml 2011-03-23 17:06:26 UTC (rev 836)
+++ integration-tests/trunk/ant-scripts/ant-build.xml 2011-03-23 17:06:54 UTC (rev 837)
@@ -182,4 +182,14 @@
<ant dir="${JBWS_CXF_HOME}" target="deploy-jboss510" />
</target>
+ <target name="install-jbws-cxf-jbas6">
+ <echo>Installing JBoss WS CXF Stack</echo>
+ <!-- Unzip JBoss WS CXF -->
+ <unzip src="${JBWS_CXF_ZIP}" dest="${basedir}/target"/>
+ <!-- Copy the ant.properties file that will be used by JBoss WS installation
-->
+ <copy file="${basedir}/../common-dist/jbossws/ant.properties.jbas6"
tofile="${JBWS_CXF_HOME}/ant.properties"/>
+ <!-- Invoke the installation ant target -->
+ <ant dir="${JBWS_CXF_HOME}" target="deploy-jboss600" />
+ </target>
+
</project>
Show replies by date