diff options
| author | Bhupendra Bhusman Bhardwaj <bhupendrab@apache.org> | 2007-04-09 11:02:08 +0000 |
|---|---|---|
| committer | Bhupendra Bhusman Bhardwaj <bhupendrab@apache.org> | 2007-04-09 11:02:08 +0000 |
| commit | da5b82c87e2487c1e3beb9260bad5b8e39f1639f (patch) | |
| tree | 44bbcf544f7944efe880852ca97c7dfcfc868266 /java/distribution/src | |
| parent | 31f506c0f30c415afe98511d0978da3c30713e1c (diff) | |
| download | qpid-python-da5b82c87e2487c1e3beb9260bad5b8e39f1639f.tar.gz | |
QPID-444 : updated the management console dependency configuration for sasl support
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@526709 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/distribution/src')
| -rw-r--r-- | java/distribution/src/main/assembly/management-eclipse-plugin.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/java/distribution/src/main/assembly/management-eclipse-plugin.xml b/java/distribution/src/main/assembly/management-eclipse-plugin.xml index 5d89c55968..98534d43d0 100644 --- a/java/distribution/src/main/assembly/management-eclipse-plugin.xml +++ b/java/distribution/src/main/assembly/management-eclipse-plugin.xml @@ -88,6 +88,13 @@ </includes> <fileMode>777</fileMode> </fileSet> + <fileSet> + <directory>../management/eclipse-plugin/src/main/resources/sasl</directory> + <outputDirectory>qpidmc/eclipse/plugins/jmxremote.optional_1.0.1/META-INF</outputDirectory> + <includes> + <include>MANIFEST.MF</include> + </includes> + </fileSet> </fileSets> <dependencySets> |
