2008-12-05 19:25:28 +00:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: Generator Plug-in
|
|
|
|
Bundle-SymbolicName: org.eclipse.cdt.p2.generator;singleton:=true
|
2008-12-18 21:58:02 +00:00
|
|
|
Bundle-Version: 5.0.0.qualifier
|
2008-12-05 19:25:28 +00:00
|
|
|
Bundle-Activator: org.eclipse.cdt.p2.generator.Activator
|
|
|
|
Require-Bundle: org.eclipse.core.runtime,
|
2009-04-29 18:58:05 +00:00
|
|
|
org.eclipse.cdt.p2;bundle-version="1.0.0",
|
2008-12-05 19:25:28 +00:00
|
|
|
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",
|
|
|
|
org.eclipse.equinox.p2.metadata.repository;bundle-version="1.0.0",
|
2009-05-04 20:23:24 +00:00
|
|
|
org.eclipse.equinox.p2.publisher;bundle-version="1.0.0",
|
|
|
|
org.eclipse.equinox.p2.repository;bundle-version="1.0.0"
|
2008-12-05 19:25:28 +00:00
|
|
|
Bundle-ActivationPolicy: lazy
|
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|