summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/itest/ws-jaxws/test-launcher/pom.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-03-24 14:27:53 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-03-24 14:27:53 +0000
commit2448703c5c38ce9838dd84b6b35c27fd0ffae71f (patch)
treecbb5c1987754539abf2d45b2990bcf810689fbc3 /sca-java-2.x/trunk/itest/ws-jaxws/test-launcher/pom.xml
parent9ff02af5853752d5758a7535bd832377f8ed94b6 (diff)
remove commented out processing
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@927072 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/itest/ws-jaxws/test-launcher/pom.xml21
1 files changed, 4 insertions, 17 deletions
diff --git a/sca-java-2.x/trunk/itest/ws-jaxws/test-launcher/pom.xml b/sca-java-2.x/trunk/itest/ws-jaxws/test-launcher/pom.xml
index 62f5352aa2..4d9a0341a8 100644
--- a/sca-java-2.x/trunk/itest/ws-jaxws/test-launcher/pom.xml
+++ b/sca-java-2.x/trunk/itest/ws-jaxws/test-launcher/pom.xml
@@ -181,29 +181,14 @@
<goal>wsimport</goal>
</goals>
<configuration>
- <packageName>org.apache.tuscany.sca.binding.ws.jaxws.provided</packageName>
+ <packageName>org.apache.tuscany.sca.binding.ws.jaxws.sca</packageName>
<wsdlDirectory>${basedir}/../java-first-contribution/target/classes</wsdlDirectory>
<wsdlFiles>
<wsdlFile>helloworld-sca.wsdl</wsdlFile>
</wsdlFiles>
<staleFile>${project.build.directory}/jaxws/stale/.wsimport1StaleFlag</staleFile>
</configuration>
- </execution>
- <!--execution>
- <id>wsimport2</id>
- <phase>process-resources</phase>
- <goals>
- <goal>wsimport</goal>
- </goals>
- <configuration>
- <packageName>org.apache.tuscany.sca.binding.ws.jaxws.external.jaxws</packageName>
- <wsdlDirectory>${basedir}/../java-first-contribution/target/classes</wsdlDirectory>
- <wsdlFiles>
- <wsdlFile>helloworld-external.wsdl</wsdlFile>
- </wsdlFiles>
- <staleFile>${project.build.directory}/jaxws/stale/.wsimport2StaleFlag</staleFile>
- </configuration>
- </execution-->
+ </execution>
<execution>
<id>wsgen1</id>
<phase>process-classes</phase>
@@ -212,6 +197,7 @@
</goals>
<configuration>
<sei>org.apache.tuscany.sca.binding.ws.jaxws.external.HelloWorldService</sei>
+ <genWsdl>true</genWsdl>
<staleFile>${project.build.directory}/jaxws/stale/.wsgen1StaleFlag</staleFile>
</configuration>
</execution>
@@ -219,6 +205,7 @@
<configuration>
<target>2.1</target>
<sourceDestDir>${project.build.directory}/jaxws-source</sourceDestDir>
+ <resourceDestDir>${project.build.directory}/jaxws-source</resourceDestDir>
<verbose>true</verbose>
<xnocompile>true</xnocompile>
</configuration>