summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-10-16 10:43:12 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-10-16 10:43:12 +0000
commit8b501401f9348312d815417838e9aea16ff1165e (patch)
treee924650e8fc860f291b3215b721e3f248ff08862 /sca-java-1.x/branches
parent9423c25923e23388b4841ed3f93949747c61bcc4 (diff)
Exclude unwanted files from source distribution
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1023240 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/assembly/src.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/assembly/src.xml b/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/assembly/src.xml
index 754fae4918..98adc63f23 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/assembly/src.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/assembly/src.xml
@@ -80,7 +80,7 @@
<exclude>**/cobertura.ser</exclude>
<exclude>**/log/*.dat</exclude>
<exclude>**/orbtrc.*.txt</exclude>
- <exclude>**/velocity.log.*</exclude>
+ <exclude>**/velocity.log*</exclude>
<exclude>bin</exclude>
<exclude>bin/*</exclude>
<exclude>**/var/journal</exclude>
@@ -89,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>
@@ -110,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>
@@ -121,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>
@@ -151,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>
@@ -170,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>
@@ -190,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>
@@ -198,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>
@@ -210,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>