Author: alessio.soldano(a)jboss.com
Date: 2010-11-27 21:21:57 -0500 (Sat, 27 Nov 2010)
New Revision: 13347
Removed:
spi/trunk/src/test/resources/smoke/tools/consume-test.xml
spi/trunk/src/test/resources/smoke/tools/provide-test.xml
Log:
[JBWS-3115] Moving ant/cmd tools to jbossws-common
Deleted: spi/trunk/src/test/resources/smoke/tools/consume-test.xml
===================================================================
--- spi/trunk/src/test/resources/smoke/tools/consume-test.xml 2010-11-28 02:20:30 UTC (rev
13346)
+++ spi/trunk/src/test/resources/smoke/tools/consume-test.xml 2010-11-28 02:21:57 UTC (rev
13347)
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
- <!--
- An example build file that used to test the WSConsume Task
- -->
-
-<project name="consume-test" basedir=".">
-
- <property name="spi.dir" value="@SPI_DIR@"/>
-
- <!-- Define the JAX-WS wsconsume task -->
- <taskdef name="wsconsume"
classname="org.jboss.wsf.spi.tools.ant.WSConsumeTask">
- <classpath>
- <pathelement location="${spi.dir}/output/lib/jbossws-spi.jar"/>
- </classpath>
- </taskdef>
-
- <target name="plainInvocation">
- <wsconsume wsdl="Service.wsdl" verbose="true"/>
- </target>
-
-</project>
\ No newline at end of file
Deleted: spi/trunk/src/test/resources/smoke/tools/provide-test.xml
===================================================================
--- spi/trunk/src/test/resources/smoke/tools/provide-test.xml 2010-11-28 02:20:30 UTC (rev
13346)
+++ spi/trunk/src/test/resources/smoke/tools/provide-test.xml 2010-11-28 02:21:57 UTC (rev
13347)
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
- An example build file that used to test the WSConsume Task
--->
-
-<project name="provide-test" basedir=".">
-
- <property name="spi.dir" value="@SPI_DIR@"/>
-
- <!-- Define the JAX-WS wsconsume task -->
- <taskdef name="wsprovide"
classname="org.jboss.wsf.spi.tools.ant.WSProvideTask">
- <classpath>
- <pathelement location="${spi.dir}/output/lib/jbossws-spi.jar"/>
- </classpath>
- </taskdef>
-
- <target name="plainInvocation">
- <wsprovide genwsdl="false"
sei="org.jboss.test.wsf.spi.smoke.tools.CalculatorBean"/>
- </target>
-
- <target name="includeWSDL">
- <wsprovide genwsdl="true"
sei="org.jboss.test.wsf.spi.smoke.tools.CalculatorBean"/>
- </target>
-
- <target name="extraClasspath">
- <wsprovide genwsdl="false"
sei="org.jboss.test.wsf.spi.smoke.tools.CalculatorBean">
- <classpath>
- <pathelement location="${spi.dir}/output/test/classes"/>
- </classpath>
- </wsprovide>
- </target>
-</project>
\ No newline at end of file
Show replies by date