summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/catalog-mediation
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/catalog-mediation
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 '')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/catalog-mediation/build.xml2
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/catalog-mediation/pom.xml3
2 files changed, 2 insertions, 3 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/catalog-mediation/build.xml b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/catalog-mediation/build.xml
index 2049ca169a..f273790115 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/catalog-mediation/build.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/catalog-mediation/build.xml
@@ -35,7 +35,7 @@
</classpath>
</javac>
<copy todir="target/classes">
- <fileset dir="." excludes="**/*.java, pom.xml, build.xml, build-dependency.xml, target/**"/>
+ <fileset dir="." excludes="**/*.java, **/.*/**, pom.xml, build*.xml, target/**"/>
</copy>
<jar destfile="target/tutorial-catalog-mediation.jar" basedir="target/classes">
<manifest>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/catalog-mediation/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/catalog-mediation/pom.xml
index 1e7de6b75d..e7955a638c 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/catalog-mediation/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/catalog-mediation/pom.xml
@@ -66,8 +66,7 @@
<exclude>**/*.java</exclude>
<exclude>**/.*/**</exclude>
<exclude>pom.xml</exclude>
- <exclude>build.xml</exclude>
- <exclude>build-dependency.xml</exclude>
+ <exclude>build*.xml</exclude>
<exclude>target/**</exclude>
</excludes>
</resource>