summaryrefslogtreecommitdiff
path: root/Final4/java/management/eclipse-plugin/META-INF
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2007-11-26 17:04:15 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2007-11-26 17:04:15 +0000
commit44ff34c5a5d2a4ee8976dcead0e7876c347e54c3 (patch)
tree3b6d4fd2d231d732d4d7688eacafc5a119228357 /Final4/java/management/eclipse-plugin/META-INF
parente162ae8c89bfc29293ed84d552dbb373dd1c06f3 (diff)
downloadqpid-python-44ff34c5a5d2a4ee8976dcead0e7876c347e54c3.tar.gz
Need to create yet another tag
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/tags/M2@598342 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Final4/java/management/eclipse-plugin/META-INF')
-rw-r--r--Final4/java/management/eclipse-plugin/META-INF/MANIFEST.MF13
1 files changed, 13 insertions, 0 deletions
diff --git a/Final4/java/management/eclipse-plugin/META-INF/MANIFEST.MF b/Final4/java/management/eclipse-plugin/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000..a03c35c457
--- /dev/null
+++ b/Final4/java/management/eclipse-plugin/META-INF/MANIFEST.MF
@@ -0,0 +1,13 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Qpid Management Console Plug-in
+Bundle-SymbolicName: org.apache.qpid.management.ui; singleton:=true
+Bundle-Version: 0.1.0
+Bundle-Activator: org.apache.qpid.management.ui.Activator
+Bundle-Localization: plugin
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime,
+ org.eclipse.ui.forms,
+ jmxremote.sasl
+Eclipse-LazyStart: true
+Bundle-Vendor: Apache Software Foundation