mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
- removed version dependency so it compiles with CDT 6.0
This commit is contained in:
parent
627bbc0aed
commit
8f44d67a49
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ Require-Bundle: org.eclipse.ui,
|
|||
org.eclipse.ui.editors;bundle-version="3.5.0",
|
||||
org.eclipse.core.resources;bundle-version="3.5.0",
|
||||
org.eclipse.cdt.codan.checkers;bundle-version="1.0.0",
|
||||
org.eclipse.cdt.ui;bundle-version="5.2.0",
|
||||
org.eclipse.cdt.core;bundle-version="5.2.0"
|
||||
org.eclipse.cdt.ui,
|
||||
org.eclipse.cdt.core
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
||||
Bundle-Vendor: Eclipse CDT
|
||||
|
|
Loading…
Add table
Reference in a new issue