mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-31 21:05:37 +02:00
Fix compile error with RC4.
This commit is contained in:
parent
0e124cee7f
commit
e75b811f88
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ Require-Bundle: org.eclipse.core.runtime,
|
||||||
org.eclipse.equinox.p2.metadata;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.engine;bundle-version="1.0.1",
|
||||||
org.apache.ant;bundle-version="1.7.0",
|
org.apache.ant;bundle-version="1.7.0",
|
||||||
org.eclipse.equinox.p2.touchpoint.natives;bundle-version="1.0.0"
|
org.eclipse.equinox.p2.touchpoint.natives;bundle-version="1.0.0",
|
||||||
|
org.eclipse.equinox.p2.repository;bundle-version="1.0.0"
|
||||||
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
||||||
Bundle-ActivationPolicy: lazy
|
Bundle-ActivationPolicy: lazy
|
||||||
Export-Package: org.eclipse.cdt.internal.p2,
|
Export-Package: org.eclipse.cdt.internal.p2,
|
||||||
|
|
Loading…
Add table
Reference in a new issue