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/04/30 17:03:30 UTC

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

Author: antelder
Date: Fri Apr 30 15:03:30 2010
New Revision: 939700

URL: http://svn.apache.org/viewvc?rev=939700&view=rev
Log:
Simplify the sample exclusions by excluding all webapp target folder contents

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=939700&r1=939699&r2=939700&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 Fri Apr 30 15:03:30 2010
@@ -78,13 +78,7 @@
                 <exclude>*/target/surefire-osgi-reports</exclude>
                 <exclude>*/target/surefire-osgi-reports/**/*</exclude>
                 <exclude>webapps/helloworld/target/**/*</exclude>
-                <exclude>webapps/helloworld-bpel/target/**/*</exclude>
-                <exclude>webapps/helloworld-jms/target/**/*</exclude>
-                <exclude>webapps/helloworld-js-client/target/**/*</exclude>
-                <exclude>webapps/helloworld-jsf/target/**/*</exclude>
-                <exclude>webapps/helloworld-jsp/target/**/*</exclude>
-                <exclude>webapps/helloworld-servlet/target/**/*</exclude>
-                <exclude>webapps/helloworld-stripes/target/**/*</exclude>
+                <exclude>webapps/*/target/**/*</exclude>
             </excludes>
         </fileSet>
     </fileSets>