summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/distribution
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-10-26 16:09:08 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-10-26 16:09:08 +0000
commit107fb0afc8c95262bb5d54f60ff7fa0832e01769 (patch)
treee5efb5d60681dc6c7de45cfb3b11403aef5a3612 /sca-java-1.x/trunk/distribution
parent240411db756e7069b2351adae4f09eddd29b29fa (diff)
Merge r1023240 Exclude unwanted files from source distribution
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027617 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk/distribution')
-rw-r--r--sca-java-1.x/trunk/distribution/src/main/assembly/src.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/sca-java-1.x/trunk/distribution/src/main/assembly/src.xml b/sca-java-1.x/trunk/distribution/src/main/assembly/src.xml
index 8e106a293f..98adc63f23 100644
--- a/sca-java-1.x/trunk/distribution/src/main/assembly/src.xml
+++ b/sca-java-1.x/trunk/distribution/src/main/assembly/src.xml
@@ -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>