project/com.nokia.carbide.cpp.epoc.engine.tests/META-INF/MANIFEST.MF
author Ed Swartz <ed.swartz@nokia.com>
Tue, 21 Sep 2010 11:35:22 -0500
changeset 2083 8a7ea8bb2e31
parent 499 25d5d03df940
permissions -rw-r--r--
Fix bug 12139: don't launch multiple 'save indexer cache' jobs at once. Also, just in case, always ignore .cproject as a resource that can trigger rebuilding configuration data.

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