diff options
author | Bhupendra Bhusman Bhardwaj <bhupendrab@apache.org> | 2007-01-15 11:21:13 +0000 |
---|---|---|
committer | Bhupendra Bhusman Bhardwaj <bhupendrab@apache.org> | 2007-01-15 11:21:13 +0000 |
commit | d53fcdfd308d40d391fce4d561b212a3c2a1036c (patch) | |
tree | 75886d909929ba78a899b814f0c6f36e95ea69fb | |
parent | 8c10b6b1fc6d1c9bfdba22a764a0fdeb66f8d59a (diff) | |
download | qpid-python-d53fcdfd308d40d391fce4d561b212a3c2a1036c.tar.gz |
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@496276 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | java/distribution/src/main/assembly/management-eclipse-plugin-unix.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/java/distribution/src/main/assembly/management-eclipse-plugin-unix.xml b/java/distribution/src/main/assembly/management-eclipse-plugin-unix.xml index 1bb35919bf..1318248b2a 100644 --- a/java/distribution/src/main/assembly/management-eclipse-plugin-unix.xml +++ b/java/distribution/src/main/assembly/management-eclipse-plugin-unix.xml @@ -19,11 +19,10 @@ --> <assembly> <!-- id typically identifies the "type" (src vs bin etc) of the assembly --> - <id>eclipse-plugin-unix</id> + <id>management-console-unix</id> <includeBaseDirectory>false</includeBaseDirectory> <formats> <format>tar.gz</format> - <format>zip</format> </formats> <!-- <moduleSets> |