diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-07 10:49:17 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-07 10:49:17 +0000 |
commit | 8d2cc7f7c1b9ebeb1b98cdd61d98d4e8fbdb0ed4 (patch) | |
tree | 65c68a17ba5e18f46306d9c1dbf55f343a54c731 /branches/sca-java-1.x/distribution/src | |
parent | 426839c7f3aaff7d0115e6e8609f07b1dc9bfce6 (diff) |
Exclude ORB trace files from distribution
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724111 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/distribution/src')
-rw-r--r-- | branches/sca-java-1.x/distribution/src/main/assembly/src.xml | 1 |
1 files changed, 1 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 fc0030a2cc..2fce461a93 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 @@ -75,6 +75,7 @@ <exclude>**/surefire*</exclude> <exclude>**/cobertura.ser</exclude> <exclude>**/log/*.dat</exclude> + <exclude>**/orbtrc.*.txt</exclude> <exclude>bin</exclude> <exclude>bin/*</exclude> <exclude>**/var/journal</exclude> |