Author: jsdelfino
Date: Fri Apr 25 17:31:41 2008
New Revision: 651746

URL: http://svn.apache.org/viewvc?rev=651746&view=rev
Log:
Added missing exclude statement to fix the issue that building multiple times 
creates a target/classes/target/classes directory in the output JARs.

Modified:
    incubator/tuscany/java/sca/tutorial/assets/pom.xml
    incubator/tuscany/java/sca/tutorial/catalog-mediation/pom.xml
    incubator/tuscany/java/sca/tutorial/catalog-webapp/pom.xml
    incubator/tuscany/java/sca/tutorial/domain/pom.xml
    incubator/tuscany/java/sca/tutorial/store-db/pom.xml
    incubator/tuscany/java/sca/tutorial/store-eu/pom.xml
    incubator/tuscany/java/sca/tutorial/store-mashup/pom.xml
    incubator/tuscany/java/sca/tutorial/store-merger/pom.xml
    incubator/tuscany/java/sca/tutorial/store-supplier/pom.xml
    incubator/tuscany/java/sca/tutorial/store/pom.xml
    incubator/tuscany/java/sca/tutorial/web-services/pom.xml

Modified: incubator/tuscany/java/sca/tutorial/assets/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/assets/pom.xml?rev=651746&r1=651745&r2=651746&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tutorial/assets/pom.xml (original)
+++ incubator/tuscany/java/sca/tutorial/assets/pom.xml Fri Apr 25 17:31:41 2008
@@ -66,6 +66,7 @@
                   <exclude>**/.*/**</exclude>
                   <exclude>pom.xml</exclude>
                   <exclude>build.xml</exclude>
+                  <exclude>target/**</exclude>
               </excludes>
           </resource>
        </resources>

Modified: incubator/tuscany/java/sca/tutorial/catalog-mediation/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/catalog-mediation/pom.xml?rev=651746&r1=651745&r2=651746&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tutorial/catalog-mediation/pom.xml (original)
+++ incubator/tuscany/java/sca/tutorial/catalog-mediation/pom.xml Fri Apr 25 
17:31:41 2008
@@ -67,6 +67,7 @@
                   <exclude>**/.*/**</exclude>
                   <exclude>pom.xml</exclude>
                   <exclude>build.xml</exclude>
+                  <exclude>target/**</exclude>
               </excludes>
           </resource>
        </resources>

Modified: incubator/tuscany/java/sca/tutorial/catalog-webapp/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/catalog-webapp/pom.xml?rev=651746&r1=651745&r2=651746&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tutorial/catalog-webapp/pom.xml (original)
+++ incubator/tuscany/java/sca/tutorial/catalog-webapp/pom.xml Fri Apr 25 
17:31:41 2008
@@ -79,6 +79,7 @@
                   <exclude>build.xml</exclude>
                   <exclude>target/**</exclude>
                   <exclude>webapp/**</exclude>
+                  <exclude>target/**</exclude>
               </excludes>
           </resource>
        </resources>

Modified: incubator/tuscany/java/sca/tutorial/domain/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/domain/pom.xml?rev=651746&r1=651745&r2=651746&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tutorial/domain/pom.xml (original)
+++ incubator/tuscany/java/sca/tutorial/domain/pom.xml Fri Apr 25 17:31:41 2008
@@ -139,6 +139,7 @@
                   <exclude>**/.*/**</exclude>
                   <exclude>pom.xml</exclude>
                   <exclude>build.xml</exclude>
+                  <exclude>target/**</exclude>
               </excludes>
           </resource>
        </resources>

Modified: incubator/tuscany/java/sca/tutorial/store-db/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/store-db/pom.xml?rev=651746&r1=651745&r2=651746&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tutorial/store-db/pom.xml (original)
+++ incubator/tuscany/java/sca/tutorial/store-db/pom.xml Fri Apr 25 17:31:41 
2008
@@ -54,6 +54,7 @@
                   <exclude>**/.*/**</exclude>
                   <exclude>pom.xml</exclude>
                   <exclude>build.xml</exclude>
+                  <exclude>target/**</exclude>
               </excludes>
           </resource>
        </resources>

Modified: incubator/tuscany/java/sca/tutorial/store-eu/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/store-eu/pom.xml?rev=651746&r1=651745&r2=651746&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tutorial/store-eu/pom.xml (original)
+++ incubator/tuscany/java/sca/tutorial/store-eu/pom.xml Fri Apr 25 17:31:41 
2008
@@ -54,6 +54,7 @@
                   <exclude>**/.*/**</exclude>
                   <exclude>pom.xml</exclude>
                   <exclude>build.xml</exclude>
+                  <exclude>target/**</exclude>
               </excludes>
           </resource>
        </resources>

Modified: incubator/tuscany/java/sca/tutorial/store-mashup/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/store-mashup/pom.xml?rev=651746&r1=651745&r2=651746&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tutorial/store-mashup/pom.xml (original)
+++ incubator/tuscany/java/sca/tutorial/store-mashup/pom.xml Fri Apr 25 
17:31:41 2008
@@ -54,6 +54,7 @@
                   <exclude>**/.*/**</exclude>
                   <exclude>pom.xml</exclude>
                   <exclude>build.xml</exclude>
+                  <exclude>target/**</exclude>
               </excludes>
           </resource>
        </resources>

Modified: incubator/tuscany/java/sca/tutorial/store-merger/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/store-merger/pom.xml?rev=651746&r1=651745&r2=651746&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tutorial/store-merger/pom.xml (original)
+++ incubator/tuscany/java/sca/tutorial/store-merger/pom.xml Fri Apr 25 
17:31:41 2008
@@ -54,6 +54,7 @@
                   <exclude>**/.*/**</exclude>
                   <exclude>pom.xml</exclude>
                   <exclude>build.xml</exclude>
+                  <exclude>target/**</exclude>
               </excludes>
           </resource>
        </resources>

Modified: incubator/tuscany/java/sca/tutorial/store-supplier/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/store-supplier/pom.xml?rev=651746&r1=651745&r2=651746&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tutorial/store-supplier/pom.xml (original)
+++ incubator/tuscany/java/sca/tutorial/store-supplier/pom.xml Fri Apr 25 
17:31:41 2008
@@ -54,6 +54,7 @@
                   <exclude>**/.*/**</exclude>
                   <exclude>pom.xml</exclude>
                   <exclude>build.xml</exclude>
+                  <exclude>target/**</exclude>
               </excludes>
           </resource>
        </resources>

Modified: incubator/tuscany/java/sca/tutorial/store/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/store/pom.xml?rev=651746&r1=651745&r2=651746&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tutorial/store/pom.xml (original)
+++ incubator/tuscany/java/sca/tutorial/store/pom.xml Fri Apr 25 17:31:41 2008
@@ -54,6 +54,7 @@
                   <exclude>**/.*/**</exclude>
                   <exclude>pom.xml</exclude>
                   <exclude>build.xml</exclude>
+                  <exclude>target/**</exclude>
               </excludes>
           </resource>
        </resources>

Modified: incubator/tuscany/java/sca/tutorial/web-services/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/web-services/pom.xml?rev=651746&r1=651745&r2=651746&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tutorial/web-services/pom.xml (original)
+++ incubator/tuscany/java/sca/tutorial/web-services/pom.xml Fri Apr 25 
17:31:41 2008
@@ -54,6 +54,7 @@
                   <exclude>**/.*/**</exclude>
                   <exclude>pom.xml</exclude>
                   <exclude>build.xml</exclude>
+                  <exclude>target/**</exclude>
               </excludes>
           </resource>
        </resources>


Reply via email to