summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/store/catalog-webapp/build.xml
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-10-26 11:10:05 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-10-26 11:10:05 +0000
commitbd4fdf0b97c76ea3eca74a260531b1ab04e00081 (patch)
tree55c88bf60f89474a1853caca15ddbd824fc681bd /sca-java-1.x/trunk/tutorials/store/catalog-webapp/build.xml
parent1618160f4f2dbb67727df2d341c505f105aa1e2c (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-webapp/build.xml')
-rw-r--r--sca-java-1.x/trunk/tutorials/store/catalog-webapp/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-1.x/trunk/tutorials/store/catalog-webapp/build.xml b/sca-java-1.x/trunk/tutorials/store/catalog-webapp/build.xml
index ec0fe27f85..91d27118bd 100644
--- a/sca-java-1.x/trunk/tutorials/store/catalog-webapp/build.xml
+++ b/sca-java-1.x/trunk/tutorials/store/catalog-webapp/build.xml
@@ -25,7 +25,7 @@
<target name="compile">
<mkdir dir="target/classes"/>
<copy todir="target/classes">
- <fileset dir="." excludes="pom.xml, build.xml, build-dependency.xml, webapp/**, target/**"/>
+ <fileset dir="." excludes="**/*.java, pom.xml, **/.*/**, build*.xml, target/**, webapp/**"/>
</copy>
<war destfile="target/tutorial-catalog-webapp.war" webxml="webapp/WEB-INF/web.xml">
<fileset dir="webapp"/>