project/com.nokia.carbide.cpp.epoc.engine.tests/META-INF/MANIFEST.MF
author timkelly
Thu, 10 Jun 2010 11:33:29 -0500
branchC3_BUILDER_WORK
changeset 1453 bd6bc4d000fd
parent 499 25d5d03df940
permissions -rw-r--r--
clean up SDK/Config tree by removing SDK Id from display (it's redundant) and also adding text that SDK location does not exist so users can see the config tree and know it won't work (not have it be hidden and users wonder why it's not there)

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tests Plug-in
Bundle-SymbolicName: com.nokia.carbide.cpp.epoc.engine.tests;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: com.nokia.carbide.cpp.epoc.engine.tests.TestsPlugin
Bundle-Vendor: Nokia
Require-Bundle: org.eclipse.core.runtime,
 com.nokia.carbide.cpp.epoc.engine,
 com.nokia.cpp.utils.core,
 com.nokia.sdt.utils,
 org.eclipse.ltk.core.refactoring,
 com.nokia.carbide.cdt.builder,
 com.nokia.carbide.cpp.project.core,
 com.nokia.carbide.cpp.sdk.core,
 org.eclipse.core.resources,
 org.eclipse.ui,
 org.junit,
 org.eclipse.cdt.core
Bundle-ActivationPolicy: lazy
Export-Package: com.nokia.carbide.cpp.epoc.engine.tests