diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-07-29 14:52:17 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-07-29 14:52:17 +0000 |
commit | a7fc6fb06c4625de4b28833de8ea37083eea30a1 (patch) | |
tree | 08b8411abd5f09bf8822cd9af4c8db6dedeada5e /branches | |
parent | bb35741258ac79cf6e304ef600671e6ae7cbf50b (diff) |
Exclude the downloaded wsdl from the zipcode-jaxws sample
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680720 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches')
-rw-r--r-- | branches/sca-java-1.3/distribution/src/main/assembly/bin.xml | 2 | ||||
-rw-r--r-- | branches/sca-java-1.3/distribution/src/main/assembly/src.xml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/branches/sca-java-1.3/distribution/src/main/assembly/bin.xml b/branches/sca-java-1.3/distribution/src/main/assembly/bin.xml index 01bc0a1e5e..b9a0103e6c 100644 --- a/branches/sca-java-1.3/distribution/src/main/assembly/bin.xml +++ b/branches/sca-java-1.3/distribution/src/main/assembly/bin.xml @@ -175,6 +175,8 @@ <exclude>helloworld-ws-deep-webapp/target/sample-helloworld-ws-deep-webapp.war</exclude> <exclude>helloworld-ws-sdo-webapp/target/sample-helloworld-ws-sdo-webapp.war</exclude> <exclude>helloworld-ws-service-webapp/target/sample-helloworld-ws-service-webapp.war</exclude> + <exclude>zipcode-jaxws/src/main/resources/wsdl</exclude> + <exclude>zipcode-jaxws/src/main/resources/wsdl/**/*</exclude> </excludes> </fileSet> <!-- Add all the demos to the demos directory --> diff --git a/branches/sca-java-1.3/distribution/src/main/assembly/src.xml b/branches/sca-java-1.3/distribution/src/main/assembly/src.xml index 34748f67b2..5aa805feff 100644 --- a/branches/sca-java-1.3/distribution/src/main/assembly/src.xml +++ b/branches/sca-java-1.3/distribution/src/main/assembly/src.xml @@ -178,6 +178,8 @@ <exclude>samples/spi-implementation-pojo/**/*</exclude> <exclude>samples/simple-callback-ws/work</exclude> <exclude>samples/simple-callback-ws/work/**/*</exclude> + <exclude>samples/zipcode-jaxws/src/main/resources/wsdl</exclude> + <exclude>samples/zipcode-jaxws/src/main/resources/wsdl/**/*</exclude> <exclude>demos/alert-aggregator-webapp/bin</exclude> <exclude>demos/alert-aggregator-webapp/bin/**/*</exclude> <exclude>demos/alert-aggregator-webapp/src/main/webapp/dojo</exclude> |