diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-22 12:52:53 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-22 12:52:53 +0000 |
commit | 7ffe91b5dc71362ff9d16d08f4431f2877141fe1 (patch) | |
tree | d9d8bb4643946c7472698f05431c096e7d76bee8 /sca-java-1.x | |
parent | be276ab42233b65fc746ce883bbb5d3d1e38a242 (diff) |
Exclude generated eclipse project files from the source distribution
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@999921 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-java-1.x/branches/sca-java-1.6.1/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.1/distribution/src/main/assembly/src.xml b/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/assembly/src.xml index 87b8587182..754fae4918 100644 --- a/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/assembly/src.xml +++ b/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/assembly/src.xml @@ -75,6 +75,7 @@ <exclude>**/.project</exclude> <exclude>**/.wtpmodules</exclude> <exclude>**/maven-eclipse.xml</exclude> + <exclude>**/.externalToolBuilders/**</exclude> <exclude>**/surefire*</exclude> <exclude>**/cobertura.ser</exclude> <exclude>**/log/*.dat</exclude> |