Author: antelder
Date: Fri Nov 28 04:42:17 2008
New Revision: 721459

URL: http://svn.apache.org/viewvc?rev=721459&view=rev
Log:
Exclude store tutorial prebuilt webapp

Modified:
    tuscany/branches/sca-java-1.x/distribution/src/main/assembly/bin.xml

Modified: tuscany/branches/sca-java-1.x/distribution/src/main/assembly/bin.xml
URL: 
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/distribution/src/main/assembly/bin.xml?rev=721459&r1=721458&r2=721459&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/distribution/src/main/assembly/bin.xml 
(original)
+++ tuscany/branches/sca-java-1.x/distribution/src/main/assembly/bin.xml Fri 
Nov 28 04:42:17 2008
@@ -298,10 +298,8 @@
                 <exclude>store/*/target/surefire-reports/**/*</exclude>
                 <exclude>store/*/target/maven-archiver</exclude>
                 <exclude>store/*/target/maven-archiver/**/*</exclude>
-                <exclude>store/catalog-webapp/target/war</exclude>
-                <exclude>store/catalog-webapp/target/war/**/*</exclude>
-                
<exclude>store/catalog-webapp/target/tutorial-catalog-webapp</exclude>
-                
<exclude>store/catalog-webapp/target/tutorial-catalog-webapp/**/*</exclude>
+                <exclude>store/catalog-webapp/target</exclude>
+                <exclude>store/catalog-webapp/target/**/*</exclude>
                 <exclude>store/store-db/target/cart-db/</exclude>
                 <exclude>store/store-db/target/cart-db/**/*</exclude>
                 <exclude>store/store-eu/target/cart-eu-db/</exclude>


Reply via email to