summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x
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
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')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/assets/pom.xml2
-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
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/catalog-webapp/build.xml2
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/catalog-webapp/pom.xml5
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-enterprise/pom.xml2
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-market/pom.xml2
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-mashup/pom.xml2
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-merger/pom.xml2
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-supplier/pom.xml10
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store/pom.xml2
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/warehouse-spring/build.xml2
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/warehouse-spring/pom.xml3
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/web-services/pom.xml2
14 files changed, 15 insertions, 26 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/assets/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/assets/pom.xml
index 3252816380..70a212161b 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/assets/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/assets/pom.xml
@@ -65,7 +65,7 @@
<exclude>**/*.java</exclude>
<exclude>**/.*/**</exclude>
<exclude>pom.xml</exclude>
- <exclude>build.xml</exclude>
+ <exclude>build*.xml</exclude>
<exclude>target/**</exclude>
</excludes>
</resource>
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>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/catalog-webapp/build.xml b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/catalog-webapp/build.xml
index ec0fe27f85..91d27118bd 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/catalog-webapp/build.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/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"/>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/catalog-webapp/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/catalog-webapp/pom.xml
index ea14eb4408..08d219f027 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/catalog-webapp/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/catalog-webapp/pom.xml
@@ -76,10 +76,9 @@
<exclude>**/*.java</exclude>
<exclude>**/.*/**</exclude>
<exclude>pom.xml</exclude>
- <exclude>build.xml</exclude>
- <exclude>build-dependency.xml</exclude>
- <exclude>webapp/**</exclude>
+ <exclude>build*.xml</exclude>
<exclude>target/**</exclude>
+ <exclude>webapp/**</exclude>
</excludes>
</resource>
</resources>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-enterprise/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-enterprise/pom.xml
index c86c6a8eb9..e4a84941a4 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-enterprise/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-enterprise/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>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-market/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-market/pom.xml
index bb7517963d..962d9674b5 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-market/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-market/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>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-mashup/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-mashup/pom.xml
index e24295e804..da8d7490d2 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-mashup/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-mashup/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>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-merger/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-merger/pom.xml
index b1029cb4a2..e87661f288 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-merger/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-merger/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>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-supplier/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-supplier/pom.xml
index 2e7f88a8e7..2be6371b14 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-supplier/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-supplier/pom.xml
@@ -35,14 +35,6 @@
</repository>
</repositories>
- <dependencies>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca-api</artifactId>
- <version>1.6.1-SNAPSHOT</version>
- </dependency>
- </dependencies>
-
<build>
<finalName>${artifactId}</finalName>
<sourceDirectory>${basedir}</sourceDirectory>
@@ -53,7 +45,7 @@
<exclude>**/*.java</exclude>
<exclude>**/.*/**</exclude>
<exclude>pom.xml</exclude>
- <exclude>build.xml</exclude>
+ <exclude>build*.xml</exclude>
<exclude>target/**</exclude>
</excludes>
</resource>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store/pom.xml
index 15f4665ada..1c2e805960 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store/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>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/warehouse-spring/build.xml b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/warehouse-spring/build.xml
index e70d849752..2fa88f52d4 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/warehouse-spring/build.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/warehouse-spring/build.xml
@@ -33,7 +33,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-warehouse-spring.jar" basedir="target/classes">
<manifest>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/warehouse-spring/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/warehouse-spring/pom.xml
index ac3bb5a96d..40636b5640 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/warehouse-spring/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/warehouse-spring/pom.xml
@@ -71,8 +71,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>
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>