summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-09-27 09:52:53 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-09-27 09:52:53 +0000
commitfa2bf7b415546b613220b5f3d98ea2b7687395fa (patch)
treed4098407712f2bf2fef1553339d4a2ce9a4723c2 /sca-java-2.x
parent0abd78da7ad3d708dade1b6d5a8a50736dfffc25 (diff)
exclude "work" directories and match samples layout
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1001648 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x')
-rw-r--r--sca-java-2.x/trunk/distribution/all/src/main/components/bin-samples.xml18
1 files changed, 11 insertions, 7 deletions
diff --git a/sca-java-2.x/trunk/distribution/all/src/main/components/bin-samples.xml b/sca-java-2.x/trunk/distribution/all/src/main/components/bin-samples.xml
index ed29ad2265..53c86ac3aa 100644
--- a/sca-java-2.x/trunk/distribution/all/src/main/components/bin-samples.xml
+++ b/sca-java-2.x/trunk/distribution/all/src/main/components/bin-samples.xml
@@ -55,13 +55,17 @@
<exclude>**/target/surefire-osgi-reports/**/*</exclude>
<exclude>**/target/war</exclude>
<exclude>**/target/war/**/*</exclude>
- <exclude>webapps/*/target</exclude>
- <exclude>webapps/*/target/**/*</exclude>
- <exclude>helloworld-bpel/target/sample-helloworld-bpel</exclude>
- <exclude>helloworld-bpel/target/sample-helloworld-bpel/**/*</exclude>
- <exclude>binding-jsonrpc/contribution-calculator-webapp/target/**/*</exclude>
- <exclude>binding-jsonrpc/contribution-calculator-webapp/target</exclude>
- <exclude>binding-jsonrpc/contribution-calculator-webapp/src/main/webapp/dojo/**/*</exclude>
+ <exclude>**/target/work</exclude>
+ <exclude>**/target/work/**/*</exclude>
+ <exclude>getting-started/helloworld-webapp/*/target</exclude>
+ <exclude>getting-started/helloworld-webapp/*/target/**/*</exclude>
+ <exclude>learning-more/implementation-webapp/*/target</exclude>
+ <exclude>learning-more/implementation-webapp/*/target/**/*</exclude>
+ <exclude>learning-more/implementation-bpel/helloworld-bpel-webapp/target</exclude>
+ <exclude>learning-more/implementation-bpel/helloworld-bpel-webapp/target/**/*</exclude>
+ <exclude>learning-more/binding-jsonrpc/contribution-calculator-webapp/target/**/*</exclude>
+ <exclude>learning-more/binding-jsonrpc/contribution-calculator-webapp/target</exclude>
+ <exclude>learning-more/binding-jsonrpc/contribution-calculator-webapp/src/main/webapp/dojo/**/*</exclude>
</excludes>
</fileSet>
</fileSets>