summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/web-services/pom.xml
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-09-28 10:05:55 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-09-28 10:05:55 +0000
commit96b0ff36313dd40d38820f75e2513bbd8e6354e0 (patch)
treec0dd3eb17ca5e6fa069b08faaace8a09445f1203 /sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/web-services/pom.xml
parent44f6ff23f3f8cb5f51980820e89314da64d3f970 (diff)
Use consistent resource exclusion patterns in all build files for the Store tutorial
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002090 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/web-services/pom.xml')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/web-services/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/web-services/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/web-services/pom.xml
index 0332220c19..362a4d04f9 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/web-services/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/web-services/pom.xml
@@ -53,7 +53,7 @@
<exclude>**/*.java</exclude>
<exclude>**/.*/**</exclude>
<exclude>pom.xml</exclude>
- <exclude>build.xml</exclude>
+ <exclude>build*.xml</exclude>
<exclude>target/**</exclude>
</excludes>
</resource>