metadataeditor/com.nokia.s60tools.metadataeditor/META-INF/MANIFEST.MF
changeset 0 61163b28edca
child 21 a49d837532df
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/metadataeditor/com.nokia.s60tools.metadataeditor/META-INF/MANIFEST.MF	Tue Jan 12 13:17:53 2010 -0600
@@ -0,0 +1,27 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Carbide.c++ Extensions - Metadata Editor
+Bundle-SymbolicName: com.nokia.s60tools.metadataeditor; singleton:=true
+Bundle-Version: 1.1.2
+Bundle-Activator: com.nokia.s60tools.metadataeditor.MetadataEditorActivator
+Bundle-Vendor: Nokia
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime,
+ org.eclipse.jface.text,
+ org.eclipse.ui.editors,
+ org.eclipse.ui.workbench.texteditor,
+ org.eclipse.ui.ide,
+ org.eclipse.core.resources,
+ com.nokia.s60tools.util,
+ org.eclipse.help,
+ org.eclipse.core.filesystem
+Bundle-ActivationPolicy: lazy
+Export-Package: com.nokia.s60tools.metadataeditor,
+ com.nokia.s60tools.metadataeditor.common,
+ com.nokia.s60tools.metadataeditor.core,
+ com.nokia.s60tools.metadataeditor.dialogs,
+ com.nokia.s60tools.metadataeditor.editors,
+ com.nokia.s60tools.metadataeditor.util,
+ com.nokia.s60tools.metadataeditor.wizards,
+ com.nokia.s60tools.metadataeditor.xml
+Bundle-RequiredExecutionEnvironment: J2SE-1.5