project/com.nokia.carbide.cpp.project.core/META-INF/MANIFEST.MF
author dadubrow
Tue, 16 Jun 2009 10:37:25 -0500
changeset 251 fff928c91e29
parent 0 fb279309251b
child 1389 ce1819266def
permissions -rw-r--r--
[Bug 9230] Get parent folder of rss/aif and not top level so we can still honor the index only build mmps pref + restore and deprecate original source root method since it was API and create a new one to use with pref behavior

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Carbide Project Core Plug-in
Bundle-SymbolicName: com.nokia.carbide.cpp.project.core; singleton:=true
Bundle-Version: 2.0.0.qualifier
Bundle-Activator: com.nokia.carbide.cpp.project.core.ProjectCorePlugin
Bundle-Vendor: Nokia
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.core.resources,
 org.eclipse.swt,
 org.eclipse.ui.workbench,
 org.eclipse.cdt.core,
 com.nokia.carbide.cdt.builder,
 com.nokia.cpp.utils.core,
 com.nokia.sdt.utils,
 com.nokia.carbide.cpp.epoc.engine,
 com.nokia.carbide.cpp.sdk.core,
 com.nokia.carbide.templatewizard,
 com.nokia.carbide.updater,
 org.eclipse.cdt.managedbuilder.core,
 org.eclipse.jface,
 org.eclipse.core.filesystem,
 com.nokia.carbide.cpp.qt.core
Bundle-ActivationPolicy: lazy
Export-Package: com.nokia.carbide.cpp.internal.api.project.core,
 com.nokia.carbide.cpp.project.core
Bundle-RequiredExecutionEnvironment: J2SE-1.5