org.symbian.tools.wrttools.product/META-INF/MANIFEST.MF
author Eugene Ostroukhov <eugeneo@symbian.org>
Thu, 19 Aug 2010 16:13:44 -0700
changeset 468 a05c6e5cc7d9
parent 425 0bed0b841487
permissions -rw-r--r--
Previewer now is TMWed (can support projects with different natures). Note: this commit does not compile. This previewer still only supports WRT libraries

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: WRT IDE Product
Bundle-SymbolicName: org.symbian.tools.wrttools.product;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.symbian.tools.wrttools.product.Activator
Bundle-Vendor: Symbian Foundation
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.wst.jsdt.ui;bundle-version="1.0.200",
 org.eclipse.search;bundle-version="3.5.0",
 org.eclipse.debug.ui;bundle-version="3.5.0",
 org.eclipse.ui.console;bundle-version="3.4.0",
 org.symbian.tools.wrttools;bundle-version="0.9.0",
 org.eclipse.wst.css.ui;bundle-version="1.0.400",
 org.eclipse.wst.html.ui;bundle-version="1.0.400",
 org.eclipse.wst.xml.ui;bundle-version="1.1.0",
 org.symbian.tools.tmw.previewer;bundle-version="0.9.0",
 org.eclipse.ui.intro
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy