diff options
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6')
-rw-r--r-- | sca-java-1.x/branches/sca-java-1.6/distribution/src/main/assembly/bin.xml | 4 | ||||
-rw-r--r-- | sca-java-1.x/branches/sca-java-1.6/samples/pom.xml | 2 |
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> |