summaryrefslogtreecommitdiffstats
path: root/branches
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-05-18 08:16:09 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-05-18 08:16:09 +0000
commit27ae73b323e0797dfcbe53f88848c172c60cf415 (patch)
treea465c055a1381bd8d5078dca08a9d9d1b364b659 /branches
parentd802908c3de1fc5be17eeb87349b27869a680605 (diff)
Exclude cruft from bin distro
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775856 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.x/distribution/src/main/assembly/bin.xml7
1 files changed, 7 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 22bdce9a33..041f853c78 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
@@ -66,6 +66,7 @@
<!-- General file/folders to exclude -->
<exclude>*/.classpath</exclude>
<exclude>*/.project</exclude>
+ <exclude>**/pom.transformed.xml</exclude>
<exclude>*/.settings</exclude>
<exclude>*/.settings/**/*</exclude>
<exclude>*/.externalToolBuilders</exclude>
@@ -120,6 +121,8 @@
<exclude>feed-aggregator-webapp/target/war</exclude>
<exclude>helloworld-bpel/target</exclude>
<exclude>helloworld-bpel/target/**/*</exclude>
+ <exclude>store-webapp/target</exclude>
+ <exclude>store-webapp/target/**/*</exclude>
<exclude>helloworld-dojo-webapp/src/main/webapp/dojo</exclude>
<exclude>helloworld-dojo-webapp/src/main/webapp/dojo/**/*</exclude>
<exclude>helloworld-dojo-webapp/target/sample-helloworld-dojo-webapp</exclude>
@@ -169,6 +172,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>store-webapp/target/sample-helloworld-ws-sdo-webapp.war</exclude>
+ <exclude>store-webapp/target/sample-helloworld-ws-service-webapp.war</exclude>
<!-- Modules excluded from distribution as work is in progress... -->
<exclude>calculator2</exclude>
<exclude>calculator2/**/*</exclude>
@@ -231,6 +236,7 @@
<excludes>
<exclude>*/.classpath</exclude>
<exclude>*/.project</exclude>
+ <exclude>**/pom.transformed.xml</exclude>
<exclude>*/.settings</exclude>
<exclude>*/.settings/**/*</exclude>
<exclude>*/work</exclude>
@@ -297,6 +303,7 @@
<excludes>
<exclude>*/.classpath</exclude>
<exclude>*/.project</exclude>
+ <exclude>**/pom.transformed.xml</exclude>
<exclude>*/.settings</exclude>
<exclude>*/.settings/**/*</exclude>
<exclude>*/work</exclude>