summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-10-09 04:47:28 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-10-09 04:47:28 +0000
commit51841689d3c7528f893b41fdbdae3ebf5894d41b (patch)
tree51e98e2823d4e4b2cc9ac815cebc37c3a9af6599 /sca-java-2.x/branches
parent3359381e03093ff07894cc09d8aff03b7156adec (diff)
Updating sample assembly to remove store-webapp/target
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1006108 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/branches')
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/src/main/components/bin-samples.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/src/main/components/bin-samples.xml b/sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/src/main/components/bin-samples.xml
index 1c1bc5abfd..0d9fffde34 100644
--- a/sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/src/main/components/bin-samples.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/src/main/components/bin-samples.xml
@@ -45,6 +45,8 @@
<exclude>**/target/surefire-reports/**/*</exclude>
<exclude>**/target/surefire-osgi-reports</exclude>
<exclude>**/target/surefire-osgi-reports/**/*</exclude>
+ <exclude>store-webapp/target</exclude>
+ <exclude>store-webapp/target/**/*</exclude>
<exclude>webapps/*/target</exclude>
<exclude>webapps/*/target/**/*</exclude>
</excludes>