2008-12-05 19:24:28 +00:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
2009-06-08 14:23:59 +00:00
|
|
|
Bundle-Name: %Bundle-Name
|
2008-12-05 19:24:28 +00:00
|
|
|
Bundle-SymbolicName: org.eclipse.cdt.p2;singleton:=true
|
2009-04-29 18:58:05 +00:00
|
|
|
Bundle-Version: 1.0.0.qualifier
|
2009-04-24 05:52:56 +00:00
|
|
|
Bundle-Activator: org.eclipse.cdt.internal.p2.Activator
|
2009-06-08 14:23:59 +00:00
|
|
|
Bundle-Vendor: %Bundle-Vendor
|
|
|
|
Bundle-Localization: plugin
|
2008-12-05 19:24:28 +00:00
|
|
|
Require-Bundle: org.eclipse.core.runtime,
|
|
|
|
org.eclipse.equinox.p2.artifact.repository;bundle-version="1.0.2",
|
|
|
|
org.eclipse.equinox.p2.core;bundle-version="1.0.0",
|
|
|
|
org.eclipse.equinox.p2.metadata;bundle-version="1.0.0",
|
|
|
|
org.eclipse.equinox.p2.engine;bundle-version="1.0.1",
|
2009-04-24 05:52:56 +00:00
|
|
|
org.apache.ant;bundle-version="1.7.0",
|
2009-06-10 19:23:09 +00:00
|
|
|
org.eclipse.equinox.p2.touchpoint.natives;bundle-version="1.0.0",
|
|
|
|
org.eclipse.equinox.p2.repository;bundle-version="1.0.0"
|
2011-10-17 16:44:49 -07:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
2008-12-05 19:24:28 +00:00
|
|
|
Bundle-ActivationPolicy: lazy
|
2009-04-24 05:52:56 +00:00
|
|
|
Export-Package: org.eclipse.cdt.internal.p2,
|
|
|
|
org.eclipse.cdt.internal.p2.touchpoint.natives.actions
|