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