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

svn commit: r1027617 - /tuscany/sca-java-1.x/trunk/distribution/src/main/assembly/src.xml

Author: nash
Date: Tue Oct 26 16:09:08 2010
New Revision: 1027617

URL: http://svn.apache.org/viewvc?rev=1027617&view=rev
Log:
Merge r1023240 Exclude unwanted files from source distribution

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

Modified: tuscany/sca-java-1.x/trunk/distribution/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/distribution/src/main/assembly/src.xml?rev=1027617&r1=1027616&r2=1027617&view=diff
==============================================================================
--- tuscany/sca-java-1.x/trunk/distribution/src/main/assembly/src.xml (original)
+++ tuscany/sca-java-1.x/trunk/distribution/src/main/assembly/src.xml Tue Oct 26 16:09:08 2010
@@ -80,6 +80,7 @@
 				<exclude>**/cobertura.ser</exclude>
 				<exclude>**/log/*.dat</exclude>
 				<exclude>**/orbtrc.*.txt</exclude>
+				<exclude>**/velocity.log*</exclude>                                
 				<exclude>bin</exclude>
 				<exclude>bin/*</exclude>
 				<exclude>**/var/journal</exclude>
@@ -88,11 +89,8 @@
 				<exclude>**/resources/dojo/**/*</exclude>
 				<exclude>**/webapp/dojo</exclude>
 				<exclude>**/webapp/dojo/**/*</exclude>
-				<exclude>velocity.log</exclude>
-				<exclude>derby.log</exclude>
 				<exclude>distribution/target-last-successful</exclude>
 				<exclude>distribution/target-last-successful/**/*</exclude>
-				<exclude>itest/velocity.log</exclude>
 				<exclude>itest/atom/work</exclude>
 				<exclude>itest/atom/work/**/*</exclude>
 				<exclude>itest/bpel/helloworld-ws/work</exclude>
@@ -109,7 +107,6 @@
 				<exclude>itest/contribution-import-export/import-wsdl/work/**/*</exclude>
 				<exclude>itest/conversations-ws/work</exclude>
 				<exclude>itest/conversations-ws/work/**/*</exclude>
-				<exclude>itest/databindings/jaxbgen/velocity.log</exclude>
 				<exclude>itest/domain/work</exclude>
 				<exclude>itest/domain/work/**/*</exclude>
 				<exclude>itest/exceptions-simple-ws/work</exclude>
@@ -120,6 +117,7 @@
 				<exclude>itest/policy/work/**/*</exclude>
 				<exclude>itest/policy-security-basicauth/work</exclude>
 				<exclude>itest/policy-security-basicauth/work/**/*</exclude>
+                <exclude>itest/policy-security-token/work/**</exclude>
 				<exclude>itest/spring/work</exclude>
 				<exclude>itest/spring/work/**/*</exclude>
 				<exclude>itest/transaction/derbydb</exclude>
@@ -150,7 +148,6 @@
 				<exclude>modules/host-tomcat/work/**/*</exclude>
 				<exclude>modules/node-impl/work</exclude>
 				<exclude>modules/node-impl/work/**/*</exclude>
-				<exclude>modules/implementation-bpel-ode/derby.log</exclude>
 				<exclude>modules/implementation-das</exclude>
 				<exclude>modules/implementation-das/**/*</exclude>
 				<exclude>modules/implementation-data</exclude>
@@ -169,6 +166,7 @@
 				<exclude>samples/callback-ws-service/work/**/*</exclude>
 				<exclude>samples/domain-webapp</exclude>
 				<exclude>samples/domain-webapp/**/*</exclude>
+                <exclude>samples/feed-aggregator/work/**</exclude>
 				<exclude>samples/helloworld-ws-deep-webapp</exclude>
 				<exclude>samples/helloworld-ws-deep-webapp/**/*</exclude>
 				<exclude>samples/helloworld-ws-deep-webapp/work</exclude>
@@ -189,6 +187,7 @@
 				<exclude>samples/helloworld-ws-service-secure/work/**/*</exclude>
 				<exclude>samples/helloworld-ws-service-webapp</exclude>
 				<exclude>samples/helloworld-ws-service-webapp/**/*</exclude>
+                <exclude>samples/holder-ws-service/work/**</exclude>
 				<exclude>samples/osgi-supplychain/.felix</exclude>
 				<exclude>samples/osgi-supplychain/.felix/**/*</exclude>
 				<exclude>samples/spi-implementation-pojo</exclude>
@@ -197,6 +196,8 @@
 				<exclude>samples/simple-callback-ws/work/**/*</exclude>
 				<exclude>samples/simple-bigbank-spring/src/main/resources/web/dojo</exclude>
 				<exclude>samples/simple-bigbank-spring/src/main/resources/web/dojo/**/*</exclude>
+                <exclude>samples/simple-bigbank-spring/work/**</exclude>
+                <exclude>samples/spring-bigbank-stockquote/work/**</exclude>
 				<exclude>demos/alert-aggregator-webapp/bin</exclude>
 				<exclude>demos/alert-aggregator-webapp/bin/**/*</exclude>
 				<exclude>demos/alert-aggregator-webapp/src/main/webapp/dojo</exclude>
@@ -209,7 +210,7 @@
 				<exclude>demos/secure-bigbank/secure-bigbank-account/src/main/resources/web/dojo/**/*</exclude>
                 <exclude>tutorials/travelsample</exclude>
                 <exclude>tutorials/travelsample/**/*</exclude>
-				<exclude>*/**/derby.log</exclude>
+				<exclude>**/derby.log</exclude>
 				<exclude>*/**/*.svg</exclude>
 				<exclude>*/**/*.ruleset</exclude>
 				<exclude>*/**/*.pmd</exclude>