core/com.nokia.carbide.cpp.sysdoc.hover.dependencies/META-INF/MANIFEST.MF
author timkelly
Tue, 14 Apr 2009 10:18:48 -0500
changeset 91 2010205bb971
parent 2 d760517a8095
child 1651 c877466f96e4
permissions -rw-r--r--
deprecate public API for new one that uses progress monitor (bug 7351)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
Manifest-Version: 1.0
cawthron
parents:
diff changeset
     2
Bundle-ManifestVersion: 2
cawthron
parents:
diff changeset
     3
Bundle-Name: Developer Library Hover Plug-in Open Source Dependencies
cawthron
parents:
diff changeset
     4
Bundle-SymbolicName: com.nokia.carbide.cpp.sysdoc.hover.dependencies;singleton:=true
cawthron
parents:
diff changeset
     5
Bundle-Version: 1.0.0
cawthron
parents:
diff changeset
     6
Bundle-Vendor: Nokia
cawthron
parents:
diff changeset
     7
Bundle-RequiredExecutionEnvironment: J2SE-1.5
cawthron
parents:
diff changeset
     8
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.4.0",
cawthron
parents:
diff changeset
     9
 org.eclipse.ui;bundle-version="3.4.1",
cawthron
parents:
diff changeset
    10
 org.eclipse.jface.text;bundle-version="3.4.1"
cawthron
parents:
diff changeset
    11
Bundle-Activator: com.nokia.carbide.cpp.sysdoc.hover.dependencies.Activator
cawthron
parents:
diff changeset
    12
Export-Package: com.nokia.carbide.cpp.sysdoc.internal.hover.view
cawthron
parents:
diff changeset
    13
Bundle-ActivationPolicy: lazy