diff options
| author | Bhupendra Bhusman Bhardwaj <bhupendrab@apache.org> | 2006-12-06 15:43:07 +0000 |
|---|---|---|
| committer | Bhupendra Bhusman Bhardwaj <bhupendrab@apache.org> | 2006-12-06 15:43:07 +0000 |
| commit | 2875cb4d517599741c2fae4a9ca27d23e70f5aa7 (patch) | |
| tree | d77643bfaac7125e94204fee527813975594b39f /qpid/java/distribution/src/main/assembly/client-bin.xml | |
| parent | 97da5ef3adce54662157dd9d4707b2d68e16d4d4 (diff) | |
| download | qpid-python-2875cb4d517599741c2fae4a9ca27d23e70f5aa7.tar.gz | |
QPID-125
excluded the qpid management eclipse-plugin module and dependencies from bin and client distribution jars
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@483118 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/distribution/src/main/assembly/client-bin.xml')
| -rw-r--r-- | qpid/java/distribution/src/main/assembly/client-bin.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/qpid/java/distribution/src/main/assembly/client-bin.xml b/qpid/java/distribution/src/main/assembly/client-bin.xml index fe3daf176b..f89b1a39d2 100644 --- a/qpid/java/distribution/src/main/assembly/client-bin.xml +++ b/qpid/java/distribution/src/main/assembly/client-bin.xml @@ -82,6 +82,25 @@ <unpack>false</unpack> <excludes> <exclude>org.apache.qpid:qpid-distribution</exclude> + <exclude>org.apache.qpid.management:org.apache.qpid.management.ui</exclude> + <exclude>org.eclipse.core:org.eclipse.core.commands</exclude> + <exclude>org.eclipse.core:org.eclipse.core.contenttype</exclude> + <exclude>org.eclipse.core:org.eclipse.core.expressions</exclude> + <exclude>org.eclipse.core:org.eclipse.core.jobs</exclude> + <exclude>org.eclipse.core:org.eclipse.core.runtime</exclude> + <exclude>org.eclipse.core:org.eclipse.core.runtime.compatibility.auth</exclude> + <exclude>org.eclipse.core:org.eclipse.core.runtime.compatibility.registry</exclude> + <exclude>org.eclipse.equinox:org.eclipse.equinox.common</exclude> + <exclude>org.eclipse.equinox:org.eclipse.equinox.preferences</exclude> + <exclude>org.eclipse.equinox:org.eclipse.equinox.registry</exclude> + <exclude>org.eclipse.help:org.eclipse.help</exclude> + <exclude>org.eclipse.jface:org.eclipse.jface</exclude> + <exclude>org.eclipse.osgi:org.eclipse.osgi</exclude> + <exclude>org.eclipse.swt:org.eclipse.swt</exclude> + <exclude>org.eclipse.swt:org.eclipse.swt.win32.win32.x86</exclude> + <exclude>org.eclipse.ui:org.eclipse.ui</exclude> + <exclude>org.eclipse.ui:org.eclipse.ui.forms</exclude> + <exclude>org.eclipse.ui:org.eclipse.ui.workbench</exclude> </excludes> <scope>runtime</scope> </dependencySet> |
