You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2010/08/16 17:25:23 UTC

svn commit: r985990 - /tuscany/sca-java-2.x/trunk/distribution/all/src/main/components/bin-samples.xml

Author: antelder
Date: Mon Aug 16 15:25:23 2010
New Revision: 985990

URL: http://svn.apache.org/viewvc?rev=985990&view=rev
Log:
Add some more excludes. There are some more needed after the sample name refactors a while ago which means the samples target\classes folders are getting incuded in the bin distro, i'm not sure why that happens though

Modified:
    tuscany/sca-java-2.x/trunk/distribution/all/src/main/components/bin-samples.xml

Modified: tuscany/sca-java-2.x/trunk/distribution/all/src/main/components/bin-samples.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/distribution/all/src/main/components/bin-samples.xml?rev=985990&r1=985989&r2=985990&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/distribution/all/src/main/components/bin-samples.xml (original)
+++ tuscany/sca-java-2.x/trunk/distribution/all/src/main/components/bin-samples.xml Mon Aug 16 15:25:23 2010
@@ -39,6 +39,8 @@
                 <exclude>**/target/dependency-maven-plugin-markers/**/*</exclude>
                 <exclude>**/target/.felix</exclude>
                 <exclude>**/target/.felix/**/*</exclude>
+                <exclude>**/target/generated-sources</exclude>
+                <exclude>**/target/generated-sources/**/*</exclude>
                 <exclude>**/target/maven-archiver</exclude>
                 <exclude>**/target/maven-archiver/**/*</exclude>
                 <exclude>**/target/maven-shared-archive-resources</exclude>
@@ -55,6 +57,8 @@
                 <exclude>**/target/war/**/*</exclude>
                 <exclude>webapps/*/target</exclude>
                 <exclude>webapps/*/target/**/*</exclude>
+                <exclude>helloworld-bpel/target/sample-helloworld-bpel</exclude>
+                <exclude>helloworld-bpel/target/sample-helloworld-bpel/**/*</exclude>
             </excludes>
         </fileSet>
     </fileSets>