diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-11 00:16:19 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-11 00:16:19 +0000 |
commit | 9ea2cd7197a9c5fd9783970868eeae7598c7e047 (patch) | |
tree | b33e82a3e120b48098d57ea0490e701f49542e19 /java/sca/distribution/all/src | |
parent | 5abe383ca2e0ebd4b3ca50f93415c39afbaa34b7 (diff) |
Removing binding-dwr-runtime from source distribution
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743177 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/distribution/all/src')
-rw-r--r-- | java/sca/distribution/all/src/main/assembly/src.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/java/sca/distribution/all/src/main/assembly/src.xml b/java/sca/distribution/all/src/main/assembly/src.xml index 802df191e9..e2d3fc641c 100644 --- a/java/sca/distribution/all/src/main/assembly/src.xml +++ b/java/sca/distribution/all/src/main/assembly/src.xml @@ -45,7 +45,9 @@ <exclude>**/.*/**</exclude>
<exclude>**/*.log</exclude>
<exclude>**/target</exclude>
- <exclude>**/target/**/*</exclude>
+ <exclude>**/target/**/*</exclude> + <exclude>**/binding-dwr-runtime</exclude>
+ <exclude>**/binding-dwr-runtime/**/*</exclude>
<exclude>**/maven-eclipse.xml</exclude>
</excludes>
</fileSet>
|