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 2008/12/04 12:01:06 UTC

svn commit: r723286 - /tuscany/branches/sca-java-1.4/distribution/src/main/assembly/src.xml

Author: antelder
Date: Thu Dec  4 03:01:05 2008
New Revision: 723286

URL: http://svn.apache.org/viewvc?rev=723286&view=rev
Log:
Exclude some junk from the src distro

Modified:
    tuscany/branches/sca-java-1.4/distribution/src/main/assembly/src.xml

Modified: tuscany/branches/sca-java-1.4/distribution/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.4/distribution/src/main/assembly/src.xml?rev=723286&r1=723285&r2=723286&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.4/distribution/src/main/assembly/src.xml (original)
+++ tuscany/branches/sca-java-1.4/distribution/src/main/assembly/src.xml Thu Dec  4 03:01:05 2008
@@ -74,6 +74,7 @@
     		<exclude>**/.wtpmodules</exclude>
     		<exclude>**/surefire*</exclude>
     		<exclude>**/cobertura.ser</exclude>
+    		<exclude>**/log/*.dat</exclude>
     		<exclude>bin</exclude>
     		<exclude>bin/*</exclude>
     		<exclude>**/var/journal</exclude>
@@ -149,6 +150,8 @@
                 <exclude>samples/helloworld-jsonrpc-webapp/src/main/webapp/dojo/**/*</exclude>
                 <exclude>samples/helloworld-dojo-webapp/src/main/webapp/dojo</exclude>
                 <exclude>samples/helloworld-dojo-webapp/src/main/webapp/dojo/**/*</exclude>
+                <exclude>samples/customer-dojo-webapp/src/main/webapp/dojo</exclude>
+                <exclude>samples/customer-dojo-webapp/src/main/webapp/dojo/**/*</exclude>
                 <exclude>samples/helloworld-ws-deep-webapp</exclude>
                 <exclude>samples/helloworld-ws-deep-webapp/**/*</exclude>
                 <exclude>samples/helloworld-ws-deep-webapp/work</exclude>