org.chromium.debug.core/META-INF/MANIFEST.MF
author Eugene Ostroukhov <eugeneo@symbian.org>
Wed, 09 Jun 2010 14:44:32 -0700
changeset 366 715f288b552a
parent 276 f2f4a1259de8
permissions -rw-r--r--
Bug 2779 - Better naming for Application templates

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.chromium.debug.core;singleton:=true
Bundle-Version: 0.1.5.qualifier
Bundle-Activator: org.chromium.debug.core.ChromiumDebugPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.core.filesystem;bundle-version="1.2.0",
 org.eclipse.debug.ui;bundle-version="3.4.1",
 org.eclipse.ui;bundle-version="3.4.1",
 org.eclipse.jface.text;bundle-version="3.4.1",
 org.eclipse.ui.workbench.texteditor;bundle-version="3.4.1",
 org.chromium.sdk;bundle-version="0.1.5"
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: bin/,
 .
Export-Package: org.chromium.debug.core,
 org.chromium.debug.core.model,
 org.chromium.debug.core.util
Eclipse-LazyStart: true
Bundle-RequiredExecutionEnvironment: J2SE-1.5