creatorextension/com.nokia.s60tools.creator/META-INF/MANIFEST.MF
changeset 0 61163b28edca
child 25 eb17a7f7f320
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/creatorextension/com.nokia.s60tools.creator/META-INF/MANIFEST.MF	Tue Jan 12 13:17:53 2010 -0600
@@ -0,0 +1,20 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Carbide.c++ Extensions - Creator Script Editor
+Bundle-SymbolicName: com.nokia.s60tools.creator; singleton:=true
+Bundle-Version: 1.2.0
+Bundle-Activator: com.nokia.s60tools.creator.CreatorActivator
+Bundle-Vendor: Nokia
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime,
+ org.eclipse.jface.text,
+ org.eclipse.core.resources,
+ org.eclipse.ui.editors,
+ org.eclipse.ui.workbench.texteditor,
+ org.eclipse.ui.ide,
+ com.nokia.s60tools.ui,
+ com.nokia.s60tools.util,
+ com.nokia.s60tools.hticonnection;bundle-version="1.0.0";resolution:=optional,
+ com.nokia.carbide.cdt.builder;bundle-version="2.0.0"
+Bundle-ActivationPolicy: lazy
+Bundle-RequiredExecutionEnvironment: J2SE-1.5