diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-12 08:31:41 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-12 08:31:41 +0000 |
commit | eaa74901b2e15229d3464179aa35391cf2e85169 (patch) | |
tree | 8799b4ab945f91b3867ffc4d5f563774d715f67e /java/sca/distribution/all/src | |
parent | e1ad35a0cc5d7b676da4b55ae146d194c66256cf (diff) |
Put back the dwr binding
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743654 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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/java/sca/distribution/all/src/main/assembly/src.xml b/java/sca/distribution/all/src/main/assembly/src.xml index 237ae4428d..45cc022f26 100644 --- a/java/sca/distribution/all/src/main/assembly/src.xml +++ b/java/sca/distribution/all/src/main/assembly/src.xml @@ -37,8 +37,6 @@ <exclude>**/*.log</exclude>
<exclude>**/target</exclude>
<exclude>**/target/**/*</exclude>
- <exclude>**/binding-dwr-runtime</exclude>
- <exclude>**/binding-dwr-runtime/**/*</exclude>
<exclude>**/maven-eclipse.xml</exclude>
</excludes>
</fileSet>
|