diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-26 22:25:45 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-26 22:25:45 +0000 |
commit | 019246f0026d992e7409827de8e4d13cd59e5f04 (patch) | |
tree | f7824934444ff8d0d3eb2b904ce8d663e6c4124f /sca-java-1.x/branches/sca-java-1.6/distribution/src | |
parent | e320d6586edc59f6518776b307413ba94588a3b1 (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
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6/distribution/src')
-rw-r--r-- | sca-java-1.x/branches/sca-java-1.6/distribution/src/main/assembly/bin.xml | 4 |
1 files changed, 3 insertions, 1 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 --> |