diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-04 11:01:05 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-04 11:01:05 +0000 |
commit | f2e6ead0d3f70203dffe9e2b4e2486e254e79fd0 (patch) | |
tree | fb314afcf55ffd006e36083df0c32ac728d8ce84 /branches/sca-java-1.4/distribution/src/main/assembly | |
parent | 6c09053104ced5a303b59771a4a07d296a4596fe (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
Diffstat (limited to 'branches/sca-java-1.4/distribution/src/main/assembly')
-rw-r--r-- | branches/sca-java-1.4/distribution/src/main/assembly/src.xml | 3 |
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> |