Author: antelder
Date: Tue Sep 18 11:05:28 2007
New Revision: 577006
URL: http://svn.apache.org/viewvc?rev=577006&view=rev
Log:
TUSCANY-1739: Distributions include some unnnecessary work files
Modified:
incubator/tuscany/branches/sca-java-1.0/distribution/src/main/assembly/bin.xml
incubator/tuscany/branches/sca-java-1.0/distribution/src/main/assembly/src.xml
Modified:
incubator/tuscany/branches/sca-java-1.0/distribution/src/main/assembly/bin.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.0/distribution/src/main/assembly/bin.xml?rev=577006&r1=577005&r2=577006&view=diff
==============================================================================
---
incubator/tuscany/branches/sca-java-1.0/distribution/src/main/assembly/bin.xml
(original)
+++
incubator/tuscany/branches/sca-java-1.0/distribution/src/main/assembly/bin.xml
Tue Sep 18 11:05:28 2007
@@ -79,9 +79,13 @@
<exclude>helloworld-dojo-webapp/src/main/webapp/dojo/**/*</exclude>
<exclude>helloworld-ws-reference/work</exclude>
<exclude>helloworld-ws-reference/work/**/*</exclude>
+ <exclude>helloworld-ws-reference-secure/work</exclude>
+ <exclude>helloworld-ws-reference-secure/work/**/*</exclude>
<exclude>helloworld-ws-service-webapp</exclude>
<exclude>helloworld-ws-service-webapp/**/*</exclude>
<exclude>helloworld-ws-service/work</exclude>
+ <exclude>helloworld-ws-service/secure/work/**/*</exclude>
+ <exclude>helloworld-ws-service/secure/work</exclude>
<exclude>helloworld-ws-service/work/**/*</exclude>
<exclude>helloworld-ws-service-webapp/target/sample-helloworld-ws-service-webapp</exclude>
<exclude>helloworld-ws-service-webapp/target/sample-helloworld-ws-service-webapp/**/*</exclude>
Modified:
incubator/tuscany/branches/sca-java-1.0/distribution/src/main/assembly/src.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.0/distribution/src/main/assembly/src.xml?rev=577006&r1=577005&r2=577006&view=diff
==============================================================================
---
incubator/tuscany/branches/sca-java-1.0/distribution/src/main/assembly/src.xml
(original)
+++
incubator/tuscany/branches/sca-java-1.0/distribution/src/main/assembly/src.xml
Tue Sep 18 11:05:28 2007
@@ -86,14 +86,23 @@
<exclude>itest/databindings/jaxbgen/velocity.log</exclude>
<exclude>itest/old</exclude>
<exclude>itest/old/**/*</exclude>
+ <exclude>itest/exceptions-simple-ws/work</exclude>
+ <exclude>itest/exceptions-simple-ws/work/**/*</exclude>
+ <exclude>itest/callablereferences/work</exclude>
+ <exclude>itest/callablereferences/work/**/*</exclude>
+ <exclude>itest/large-sdo-ws/work</exclude>
+ <exclude>itest/large-sdo-ws/work/**/*</exclude>
<exclude>itest/contribution-import-export/import-wsdl/work</exclude>
<exclude>itest/contribution-import-export/import-wsdl/work/**/*</exclude>
<exclude>itest/contribution-import-export/import-composite/work</exclude>
<exclude>itest/contribution-import-export/import-composite/work/**/*</exclude>
<exclude>modules/host-tomcat/work</exclude>
<exclude>modules/host-tomcat/work/**/*</exclude>
+ <exclude>modules/node-impl/work</exclude>
+ <exclude>modules/node-impl/work/**/*</exclude>
<exclude>modules/binding-jms</exclude>
<exclude>modules/binding-jms/**/*</exclude>
+ <exclude>modules/implementation-bpel/derby.log</exclude>
<exclude>modules/implementation-das</exclude>
<exclude>modules/implementation-das/**/*</exclude>
<exclude>modules/implementation-data</exclude>
@@ -120,10 +129,14 @@
<exclude>samples/helloworld-dojo-webapp/src/main/webapp/dojo/**/*</exclude>
<exclude>samples/helloworld-ws-reference/work</exclude>
<exclude>samples/helloworld-ws-reference/work/**/*</exclude>
+ <exclude>samples/helloworld-ws-reference-secure/work</exclude>
+
<exclude>samples/helloworld-ws-reference-secure/work/**/*</exclude>
<exclude>samples/helloworld-ws-sdo/work</exclude>
<exclude>samples/helloworld-ws-sdo/work/**/*</exclude>
<exclude>samples/helloworld-ws-service/work</exclude>
<exclude>samples/helloworld-ws-service/work/**/*</exclude>
+ <exclude>samples/helloworld-ws-service-secure/work</exclude>
+ <exclude>samples/helloworld-ws-service-secure/work/**/*</exclude>
<exclude>samples/helloworld-ws-service-webapp</exclude>
<exclude>samples/helloworld-ws-service-webapp/**/*</exclude>
<exclude>samples/osgi-supplychain/.felix</exclude>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]