summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-12-04 11:01:05 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-12-04 11:01:05 +0000
commitf2e6ead0d3f70203dffe9e2b4e2486e254e79fd0 (patch)
treefb314afcf55ffd006e36083df0c32ac728d8ce84
parent6c09053104ced5a303b59771a4a07d296a4596fe (diff)
Exclude some junk from the src distro
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723286 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--branches/sca-java-1.4/distribution/src/main/assembly/src.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/branches/sca-java-1.4/distribution/src/main/assembly/src.xml b/branches/sca-java-1.4/distribution/src/main/assembly/src.xml
index 1d04b0d421..e55433e1b3 100644
--- a/branches/sca-java-1.4/distribution/src/main/assembly/src.xml
+++ b/branches/sca-java-1.4/distribution/src/main/assembly/src.xml
@@ -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>