summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-01-26 22:25:45 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-01-26 22:25:45 +0000
commit019246f0026d992e7409827de8e4d13cd59e5f04 (patch)
treef7824934444ff8d0d3eb2b904ce8d663e6c4124f
parente320d6586edc59f6518776b307413ba94588a3b1 (diff)
TUSCANY-3436 - Reverting changes to add zipcode-jaxws into build as it seems to cause intermitent errors due to issues accessing remote wsdl
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903458 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-java-1.x/branches/sca-java-1.6/distribution/src/main/assembly/bin.xml4
-rw-r--r--sca-java-1.x/branches/sca-java-1.6/samples/pom.xml2
2 files changed, 4 insertions, 2 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6/distribution/src/main/assembly/bin.xml b/sca-java-1.x/branches/sca-java-1.6/distribution/src/main/assembly/bin.xml
index fc64762716..677dc5f878 100644
--- a/sca-java-1.x/branches/sca-java-1.6/distribution/src/main/assembly/bin.xml
+++ b/sca-java-1.x/branches/sca-java-1.6/distribution/src/main/assembly/bin.xml
@@ -209,7 +209,7 @@
<exclude>helloworld-ws-reference-lean/**/*</exclude>
<exclude>spi-implementation-pojo</exclude>
<exclude>spi-implementation-pojo/**/*</exclude>
- <exclude>helloworld-jms-webapp</exclude>
+ <exclude>helloworld-jms-webapp</exclude>
<exclude>helloworld-jms-webapp/**/*</exclude>
<exclude>helloworld-jms-webapp/work</exclude>
<exclude>domain-webapp</exclude>
@@ -223,6 +223,8 @@
<exclude>helloworld-ws-deep-webapp/work/**/*</exclude>
<exclude>helloworld-ws-service-webapp</exclude>
<exclude>helloworld-ws-service-webapp/**/*</exclude>
+ <exclude>zipcode-jaxws/</exclude>
+ <exclude>zipcode-jaxws/**/*</exclude>
</excludes>
</fileSet>
<!-- Add all the demos to the demos directory -->
diff --git a/sca-java-1.x/branches/sca-java-1.6/samples/pom.xml b/sca-java-1.x/branches/sca-java-1.6/samples/pom.xml
index 6af3581f81..b9afe06e87 100644
--- a/sca-java-1.x/branches/sca-java-1.6/samples/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6/samples/pom.xml
@@ -111,7 +111,7 @@
<module>store-secure</module>
<module>supplychain</module>
<module>web-resource</module>
- <module>zipcode-jaxws</module>
+ <!--module>zipcode-jaxws</module-->
</modules>
</profile>
</profiles>