diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-19 06:46:34 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-19 06:46:34 +0000 |
commit | 4ef4993c1e88329fe735ed81225a92d2184c8839 (patch) | |
tree | 0ee07dd0e7fde5f842edc8ea8512c46c02df9c31 | |
parent | 4c5d2d504e9a20ac3e21f75563e64f1a0da4ef06 (diff) |
Removing build temp file related to velocity
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900673 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | sca-java-1.x/branches/sca-java-1.6/distribution/src/main/assembly/src.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6/distribution/src/main/assembly/src.xml b/sca-java-1.x/branches/sca-java-1.6/distribution/src/main/assembly/src.xml index decb7726fc..3c0d5ead0d 100644 --- a/sca-java-1.x/branches/sca-java-1.6/distribution/src/main/assembly/src.xml +++ b/sca-java-1.x/branches/sca-java-1.6/distribution/src/main/assembly/src.xml @@ -207,6 +207,7 @@ <exclude>demos/secure-bigbank/secure-bigbank-account/src/main/resources/web/dojo</exclude> <exclude>demos/secure-bigbank/secure-bigbank-account/src/main/resources/web/dojo/**/*</exclude> <exclude>*/**/derby.log</exclude> + <exclude>*/**/velocity.log*</exclude> <exclude>*/**/*.svg</exclude> <exclude>*/**/*.ruleset</exclude> <exclude>*/**/*.pmd</exclude> |