You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2008/04/27 21:26:04 UTC

svn commit: r652005 - /incubator/tuscany/java/sca/tutorial/store-market/pom.xml

Author: jsdelfino
Date: Sun Apr 27 12:26:02 2008
New Revision: 652005

URL: http://svn.apache.org/viewvc?rev=652005&view=rev
Log:
Exclude target/ from the resources.

Modified:
    incubator/tuscany/java/sca/tutorial/store-market/pom.xml

Modified: incubator/tuscany/java/sca/tutorial/store-market/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/store-market/pom.xml?rev=652005&r1=652004&r2=652005&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tutorial/store-market/pom.xml (original)
+++ incubator/tuscany/java/sca/tutorial/store-market/pom.xml Sun Apr 27 12:26:02 2008
@@ -54,6 +54,7 @@
                   <exclude>**/.*/**</exclude>
                   <exclude>pom.xml</exclude>
                   <exclude>build.xml</exclude>
+                  <exclude>target/**</exclude>
               </excludes>
           </resource>
        </resources>