diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-26 11:10:05 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-26 11:10:05 +0000 |
commit | bd4fdf0b97c76ea3eca74a260531b1ab04e00081 (patch) | |
tree | 55c88bf60f89474a1853caca15ddbd824fc681bd /sca-java-1.x/trunk/tutorials/store/catalog-mediation | |
parent | 1618160f4f2dbb67727df2d341c505f105aa1e2c (diff) |
Merge r1002090 Use consistent resource exclusion patterns in all build files for the Store tutorial
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027465 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk/tutorials/store/catalog-mediation')
-rw-r--r-- | sca-java-1.x/trunk/tutorials/store/catalog-mediation/build.xml | 2 | ||||
-rw-r--r-- | sca-java-1.x/trunk/tutorials/store/catalog-mediation/pom.xml | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/sca-java-1.x/trunk/tutorials/store/catalog-mediation/build.xml b/sca-java-1.x/trunk/tutorials/store/catalog-mediation/build.xml index 2049ca169a..f273790115 100644 --- a/sca-java-1.x/trunk/tutorials/store/catalog-mediation/build.xml +++ b/sca-java-1.x/trunk/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/trunk/tutorials/store/catalog-mediation/pom.xml b/sca-java-1.x/trunk/tutorials/store/catalog-mediation/pom.xml index 18642bd249..ac2bb628bf 100644 --- a/sca-java-1.x/trunk/tutorials/store/catalog-mediation/pom.xml +++ b/sca-java-1.x/trunk/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> |