summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2011-04-05 17:03:13 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2011-04-05 17:03:13 +0000
commitcccc99d4c8b440d69926a6c36154f59fb93fd7bc (patch)
treee612b318fd97f9918b9910ab811c7f7a9388d746 /sca-java-1.x
parentab82987f462b11f543a7a6feed95dd42fe02febe (diff)
Avoid copying duplicate resource files to target/classes directory
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1089138 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/site/updatesite/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/site/updatesite/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/site/updatesite/pom.xml
index 4db230e261..c6c2ace24a 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/site/updatesite/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/site/updatesite/pom.xml
@@ -59,6 +59,7 @@
<exclude>**/.*/**</exclude>
<exclude>pom.xml</exclude>
<exclude>build.*</exclude>
+ <exclude>filtered-resources/**</exclude>
<exclude>target/**</exclude>
</excludes>
</resource>