You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2010/10/09 06:47:28 UTC

svn commit: r1006108 - /tuscany/sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/src/main/components/bin-samples.xml

Author: lresende
Date: Sat Oct  9 04:47:28 2010
New Revision: 1006108

URL: http://svn.apache.org/viewvc?rev=1006108&view=rev
Log:
Updating sample assembly to remove store-webapp/target

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

Modified: tuscany/sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/src/main/components/bin-samples.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/src/main/components/bin-samples.xml?rev=1006108&r1=1006107&r2=1006108&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/src/main/components/bin-samples.xml (original)
+++ tuscany/sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/src/main/components/bin-samples.xml Sat Oct  9 04:47:28 2010
@@ -45,6 +45,8 @@
                 <exclude>**/target/surefire-reports/**/*</exclude>
                 <exclude>**/target/surefire-osgi-reports</exclude>
                 <exclude>**/target/surefire-osgi-reports/**/*</exclude>
+                <exclude>store-webapp/target</exclude>
+                <exclude>store-webapp/target/**/*</exclude>
                 <exclude>webapps/*/target</exclude>
                 <exclude>webapps/*/target/**/*</exclude>
             </excludes>