org.symbian.tools.mtw.core/META-INF/MANIFEST.MF
author Eugene Ostroukhov <eugeneo@symbian.org>
Mon, 09 Aug 2010 15:18:34 -0700
changeset 461 7a8f9fa8d278
parent 455 5da55957c779
child 463 aea4c83725d8
permissions -rw-r--r--
Project model introduction and JSDT classpath support

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mobile Tools for Web Core Plug-in
Bundle-SymbolicName: org.symbian.tools.tmw.core;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.symbian.tools.tmw.core.TMWCore
Bundle-Vendor: Symbian Foundation
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.core.resources;bundle-version="3.6.0",
 org.eclipse.core.expressions;bundle-version="3.4.200",
 org.eclipse.wst.common.project.facet.core;bundle-version="1.4.100",
 org.eclipse.wst.jsdt.core;bundle-version="1.1.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
Export-Package: org.symbian.tools.tmw.core,
 org.symbian.tools.tmw.core.projects,
 org.symbian.tools.tmw.core.runtimes,
 org.symbian.tools.tmw.core.utilities