Author: lresende
Date: Tue Jan 26 22:25:45 2010
New Revision: 903458
URL: http://svn.apache.org/viewvc?rev=903458&view=rev
Log:
TUSCANY-3436 - Reverting changes to add zipcode-jaxws into build as it seems to
cause intermitent errors due to issues accessing remote wsdl
Modified:
tuscany/sca-java-1.x/branches/sca-java-1.6/distribution/src/main/assembly/bin.xml
tuscany/sca-java-1.x/branches/sca-java-1.6/samples/pom.xml
Modified:
tuscany/sca-java-1.x/branches/sca-java-1.6/distribution/src/main/assembly/bin.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6/distribution/src/main/assembly/bin.xml?rev=903458&r1=903457&r2=903458&view=diff
==============================================================================
---
tuscany/sca-java-1.x/branches/sca-java-1.6/distribution/src/main/assembly/bin.xml
(original)
+++
tuscany/sca-java-1.x/branches/sca-java-1.6/distribution/src/main/assembly/bin.xml
Tue Jan 26 22:25:45 2010
@@ -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 -->
Modified: tuscany/sca-java-1.x/branches/sca-java-1.6/samples/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6/samples/pom.xml?rev=903458&r1=903457&r2=903458&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6/samples/pom.xml (original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6/samples/pom.xml Tue Jan 26
22:25:45 2010
@@ -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>