mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 18:26:01 +02:00
Fixed an invalid version constraint.
This commit is contained in:
parent
55b2de4124
commit
e540100c9f
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@ Export-Package: org.eclipse.cdt.core;native=split;mandatory:=native,
|
||||||
org.eclipse.cdt.utils;native=split;mandatory:=native,
|
org.eclipse.cdt.utils;native=split;mandatory:=native,
|
||||||
org.eclipse.cdt.utils.pty;version="5.7",
|
org.eclipse.cdt.utils.pty;version="5.7",
|
||||||
org.eclipse.cdt.utils.spawner;version="5.7"
|
org.eclipse.cdt.utils.spawner;version="5.7"
|
||||||
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.7.0,4.0.0)"
|
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.1.0,4.0.0)"
|
||||||
Bundle-ActivationPolicy: lazy
|
Bundle-ActivationPolicy: lazy
|
||||||
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
||||||
|
|
Loading…
Add table
Reference in a new issue