summaryrefslogtreecommitdiff
path: root/java/distribution/src
diff options
context:
space:
mode:
authorBhupendra Bhusman Bhardwaj <bhupendrab@apache.org>2006-12-14 14:08:18 +0000
committerBhupendra Bhusman Bhardwaj <bhupendrab@apache.org>2006-12-14 14:08:18 +0000
commit82621d1d1167f7e985f8bb4823445f1ac7ee6132 (patch)
treef48f1490a277b5dad93afae6de404c89b0f1ee15 /java/distribution/src
parente744ff28da15455935660c55813cd242af03495e (diff)
downloadqpid-python-82621d1d1167f7e985f8bb4823445f1ac7ee6132.tar.gz
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@487216 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/distribution/src')
-rw-r--r--java/distribution/src/main/assembly/src.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/distribution/src/main/assembly/src.xml b/java/distribution/src/main/assembly/src.xml
index e0d1489ed4..b66425c3d2 100644
--- a/java/distribution/src/main/assembly/src.xml
+++ b/java/distribution/src/main/assembly/src.xml
@@ -66,7 +66,8 @@
<exclude>lib/**/*</exclude>
<exclude>**/var/journal</exclude>
<exclude>**/build.out*</exclude>
- <exclude>**/eclipse-plugin/src/bin/**</exclude>
+ <exclude>**/eclipse-plugin/bin/**</exclude>
+ <exclude>**/eclipse-plugin/plugins/**</exclude>
<exclude>**/eclipse-plugin/src/main/resources/**</exclude>
</excludes>
</fileSet>