You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by na...@apache.org on 2011/04/05 19:03:14 UTC

svn commit: r1089138 - /tuscany/sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/site/updatesite/pom.xml

Author: nash
Date: Tue Apr  5 17:03:13 2011
New Revision: 1089138

URL: http://svn.apache.org/viewvc?rev=1089138&view=rev
Log:
Avoid copying duplicate resource files to target/classes directory

Modified:
    tuscany/sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/site/updatesite/pom.xml

Modified: tuscany/sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/site/updatesite/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/site/updatesite/pom.xml?rev=1089138&r1=1089137&r2=1089138&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/site/updatesite/pom.xml (original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/site/updatesite/pom.xml Tue Apr  5 17:03:13 2011
@@ -59,6 +59,7 @@
                     <exclude>**/.*/**</exclude>
                     <exclude>pom.xml</exclude>
                     <exclude>build.*</exclude>
+                    <exclude>filtered-resources/**</exclude>
                     <exclude>target/**</exclude>
                 </excludes>
             </resource>