diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-11-28 12:27:43 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-11-28 12:27:43 +0000 |
commit | b8758ff7a1f6c78d3dd66cfad75d0e567b7bb0bb (patch) | |
tree | 1246eb16ce65a19874cb1282821f023846790144 /branches | |
parent | f3690aa7f6190520dbe1aabbbf1868eb57daf91f (diff) |
Add some sample cleanups to the bin distribution build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@721450 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches')
-rw-r--r-- | branches/sca-java-1.x/distribution/src/main/assembly/bin.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/distribution/src/main/assembly/bin.xml b/branches/sca-java-1.x/distribution/src/main/assembly/bin.xml index de26867cf1..370ebe5107 100644 --- a/branches/sca-java-1.x/distribution/src/main/assembly/bin.xml +++ b/branches/sca-java-1.x/distribution/src/main/assembly/bin.xml @@ -80,6 +80,8 @@ <exclude>*/target/classes/**/*</exclude> <exclude>*/target/dependency-maven-plugin-markers</exclude> <exclude>*/target/dependency-maven-plugin-markers/**/*</exclude> + <exclude>*/target/maven-archiver</exclude> + <exclude>*/target/maven-archiver/**/*</exclude> <exclude>*/target/test-classes</exclude> <exclude>*/target/test-classes/**/*</exclude> <exclude>*/target/surefire-reports</exclude> @@ -107,6 +109,10 @@ <exclude>callback-ws-service/work/**/*</exclude> <exclude>chat-webapp/target/sample-chat-webapp</exclude> <exclude>chat-webapp/target/sample-chat-webapp/**/*</exclude> + <exclude>customer-dojo-webapp/src/main/webapp/dojo</exclude> + <exclude>customer-dojo-webapp/src/main/webapp/dojo/**/*</exclude> + <exclude>customer-dojo-webapp/target/</exclude> + <exclude>customer-dojo-webapp/target/**/*</exclude> <exclude>domain-webapp</exclude> <exclude>domain-webapp/**/*</exclude> <exclude>feed-aggregator-webapp/target/sample-feed-aggregator-webapp</exclude> @@ -156,8 +162,12 @@ <exclude>osgi-supplychain/.felix/**/*</exclude> <exclude>osgi-supplychain/target/sample-osgi-supplychain</exclude> <exclude>osgi-supplychain/target/sample-osgi-supplychain/**/*</exclude> + <exclude>simple-bigbank-spring/src/main/resources/web/dojo</exclude> + <exclude>simple-bigbank-spring/src/main/resources/web/dojo/**/*</exclude> <exclude>simple-callback-ws/work</exclude> <exclude>simple-callback-ws/work/**/*</exclude> + <exclude>zipcode-jaxws/target/endorsed</exclude> + <exclude>zipcode-jaxws/target/endorsed/**/*</exclude> <exclude>spi-implementation-pojo</exclude> <exclude>spi-implementation-pojo/**/*</exclude> <!-- Sample war files to exclude --> @@ -272,6 +282,10 @@ <exclude>*/**/*.ruleset</exclude> <exclude>target</exclude> <exclude>target/**/*</exclude> + <exclude>store/*/target/classes</exclude> + <exclude>store/*/target/classes/**/*</exclude> + <exclude>store/*/target/maven-archiver</exclude> + <exclude>store/*/target/maven-archiver/**/*</exclude> <exclude>store/catalog-webapp/target/war</exclude> <exclude>store/catalog-webapp/target/war/**/*</exclude> <exclude>store/catalog-webapp/target/tutorial-catalog-webapp</exclude> |