summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2011-04-13 10:27:18 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2011-04-13 10:27:18 +0000
commit022b1049dc7c384984ed673374c3ca643d52ea79 (patch)
treebd61d5118c10794160d6377dfbcd58a6a71ef278 /sca-java-1.x
parent9e6c28806535d4766fe3b93cb49873186d098679 (diff)
Avoid copying duplicate resource files to target/classes directory
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1091730 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x')
-rw-r--r--sca-java-1.x/trunk/tools/eclipse/site/updatesite/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/sca-java-1.x/trunk/tools/eclipse/site/updatesite/pom.xml b/sca-java-1.x/trunk/tools/eclipse/site/updatesite/pom.xml
index 19dfd43c98..bba37287e5 100644
--- a/sca-java-1.x/trunk/tools/eclipse/site/updatesite/pom.xml
+++ b/sca-java-1.x/trunk/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>