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 2007/08/24 13:46:58 UTC

svn commit: r569358 - /incubator/tuscany/branches/sca-java-0.99/distribution/src/main/assembly/bin.xml

Author: antelder
Date: Fri Aug 24 04:46:58 2007
New Revision: 569358

URL: http://svn.apache.org/viewvc?rev=569358&view=rev
Log:
Exclude the large pre-built wars from the bin distro

Modified:
    incubator/tuscany/branches/sca-java-0.99/distribution/src/main/assembly/bin.xml

Modified: incubator/tuscany/branches/sca-java-0.99/distribution/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-0.99/distribution/src/main/assembly/bin.xml?rev=569358&r1=569357&r2=569358&view=diff
==============================================================================
--- incubator/tuscany/branches/sca-java-0.99/distribution/src/main/assembly/bin.xml (original)
+++ incubator/tuscany/branches/sca-java-0.99/distribution/src/main/assembly/bin.xml Fri Aug 24 04:46:58 2007
@@ -81,16 +81,13 @@
                 <exclude>helloworld-ws-reference/work/**/*</exclude>
                 <exclude>helloworld-ws-service/work</exclude>
                 <exclude>helloworld-ws-service/work/**/*</exclude>
-                <exclude>helloworld-ws-service-webapp/target/sample-helloworld-webapp</exclude>
-                <exclude>helloworld-ws-service-webapp/target/sample-helloworld-webapp/**/*</exclude>
+                <exclude>helloworld-ws-service-webapp/target/**/*</exclude>
                 <exclude>helloworld-ws-sdo/work</exclude>
                 <exclude>helloworld-ws-sdo/work/**/*</exclude>
-                <exclude>helloworld-ws-sdo-webapp/target/sample-helloworld-webapp</exclude>
-                <exclude>helloworld-ws-sdo-webapp/target/sample-helloworld-webapp/**/*</exclude>
+                <exclude>helloworld-ws-sdo-webapp/target/**/*</exclude>
                 <exclude>calculator-webapp/target/sample-calculator-webapp</exclude>
                 <exclude>calculator-webapp/target/sample-calculator-webapp/**/*</exclude>
-                <exclude>calculator-webapp-ws/target/sample-calculator-webapp-ws</exclude>
-                <exclude>calculator-webapp-ws/target/sample-calculator-webapp-ws/**/*</exclude>
+                <exclude>calculator-webapp-ws/target/**/*</exclude>
                 <exclude>chat-webapp/target/sample-chat-webapp</exclude>
                 <exclude>chat-webapp/target/sample-chat-webapp/**/*</exclude>
                 <exclude>helloworld-dojo/target/sample-helloworld-dojo</exclude>
@@ -136,16 +133,12 @@
             <excludes>
                 <exclude>alert-aggregator/src/main/webapp/dojo</exclude>
                 <exclude>alert-aggregator/src/main/webapp/dojo/**/*</exclude>
-                <exclude>alert-aggregator/target/demo-alert-aggregator</exclude>
-                <exclude>alert-aggregator/target/demo-alert-aggregator/**/*</exclude>
-                <exclude>alert-aggregator/target/sdo-source</exclude>
-                <exclude>alert-aggregator/target/sdo-source/**/*</exclude>
+                <exclude>alert-aggregator/target/**/*</exclude>
                 <exclude>helloworld-ws-sdo/work</exclude>
                 <exclude>helloworld-ws-sdo/work/**/*</exclude>
                 <exclude>bigbank-account/src/main/resources/web/dojo</exclude> 
                 <exclude>bigbank-account/src/main/resources/web/dojo/**/*</exclude>
-                <exclude>mortgage-creditcheck/target/demo-mortgage-creditcheck</exclude>
-                <exclude>mortgage-creditcheck/target/demo-mortgage-creditcheck/**/*</exclude>
+                <exclude>mortgage-creditcheck/target/**/*</exclude>
                 <exclude>*/.classpath</exclude>
                 <exclude>*/.project</exclude>
                 <exclude>*/.settings</exclude>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org