Merge r1035254 TUSCANY-3762: Add source distribution exclusions for files generated from filtered-resources/*

git-svn-id: https://svn.apache.org/repos/asf/tuscany/sca-java-1.x/trunk@1035413 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/distribution/src/main/assembly/src.xml b/distribution/src/main/assembly/src.xml
index 30a85bc..b567910 100644
--- a/distribution/src/main/assembly/src.xml
+++ b/distribution/src/main/assembly/src.xml
@@ -208,6 +208,19 @@
 				<exclude>demos/secure-bigbank/secure-bigbank-account/src/main/resources/web/dojo/**/*</exclude>
                 <exclude>tutorials/travelsample</exclude>
                 <exclude>tutorials/travelsample/**/*</exclude>
+
+                <!-- TUSCANY-3762: Exclude the following which are generated from filtered-resources/* -->
+                <exclude>tools/eclipse/features/core/feature.xml</exclude>
+                <exclude>tools/eclipse/features/core/META-INF/**</exclude>
+                <exclude>tools/eclipse/features/core/NOTICE</exclude>
+                <exclude>tools/eclipse/plugins/core/about.ini</exclude>
+                <exclude>tools/eclipse/plugins/core/about_files/NOTICE</exclude>
+                <exclude>tools/eclipse/plugins/core/META-INF/**</exclude>
+                <exclude>tools/eclipse/plugins/core/org/**</exclude>
+                <exclude>tools/eclipse/site/updatesite/NOTICE</exclude>
+                <exclude>tools/eclipse/site/updatesite/site.xml</exclude>
+                <exclude>tools/eclipse/site/updatesite/src/**</exclude>
+
 				<exclude>**/derby.log</exclude>
 				<exclude>*/**/*.svg</exclude>
 				<exclude>*/**/*.ruleset</exclude>