plugins/org.symbian.tools.tmw.ui/META-INF/MANIFEST.MF
changeset 470 d4809db37847
parent 465 87920e15f8eb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/plugins/org.symbian.tools.tmw.ui/META-INF/MANIFEST.MF	Thu Aug 19 17:48:04 2010 -0700
@@ -0,0 +1,32 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Mobile Tools for Web main UI plug-in
+Bundle-SymbolicName: org.symbian.tools.tmw.ui;singleton:=true
+Bundle-Version: 1.0.0.qualifier
+Bundle-Activator: org.symbian.tools.tmw.ui.TMWCoreUI
+Bundle-Vendor: Symbian Foundation
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime,
+ org.eclipse.core.resources;bundle-version="3.6.0",
+ org.eclipse.ui.navigator;bundle-version="3.5.0",
+ org.eclipse.ui.navigator.resources;bundle-version="3.4.200",
+ org.eclipse.wst.jsdt.ui;bundle-version="1.1.0",
+ org.eclipse.wst.jsdt.core;bundle-version="1.1.0",
+ org.eclipse.ui.console;bundle-version="3.5.0",
+ org.symbian.tools.tmw.core;bundle-version="1.0.0",
+ org.eclipse.wst.common.project.facet.ui;bundle-version="1.4.100",
+ org.eclipse.core.expressions;bundle-version="3.4.200",
+ org.eclipse.core.databinding;bundle-version="1.3.100",
+ org.eclipse.ui.ide;bundle-version="3.6.0",
+ org.eclipse.core.databinding.beans;bundle-version="1.2.100",
+ org.eclipse.jface.databinding;bundle-version="1.4.0"
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-ActivationPolicy: lazy
+Bundle-ClassPath: lib/org.bluecove_2.1.1.jar,
+ .
+Export-Package: org.symbian.tools.tmw.ui,
+ org.symbian.tools.tmw.ui.deployment,
+ org.symbian.tools.tmw.ui.project
+Import-Package: org.apache.velocity;version="1.5.0",
+ org.apache.velocity.app;version="1.5.0",
+ org.apache.velocity.context;version="1.5.0"