mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-29 03:45:35 +02:00
[terminal] Require cdt-core 5.2.0 from the CDT 7.0 release
This commit is contained in:
parent
2a0fea3959
commit
7fcae32f3f
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@
|
|||
<!--
|
||||
<import plugin="org.eclipse.tm.terminal" version="2.0.0" match="compatible"/>
|
||||
-->
|
||||
<import plugin="org.eclipse.cdt.core" version="7.0.0" match="compatible"/>
|
||||
<import plugin="org.eclipse.cdt.core" version="5.2.0" match="compatible"/>
|
||||
<import plugin="org.eclipse.core.runtime"/>
|
||||
<import plugin="org.eclipse.debug.core"/>
|
||||
<import plugin="org.eclipse.debug.ui"/>
|
||||
|
|
|
@ -7,7 +7,7 @@ Bundle-Activator: org.eclipse.tm.internal.terminal.local.LocalTerminalActivator
|
|||
Bundle-Localization: plugin
|
||||
Bundle-Vendor: %providerName
|
||||
Require-Bundle: org.eclipse.tm.terminal;bundle-version="2.0.0",
|
||||
org.eclipse.cdt.core;bundle-version="5.0.0",
|
||||
org.eclipse.cdt.core;bundle-version="5.2.0",
|
||||
org.eclipse.core.runtime,
|
||||
org.eclipse.debug.core,
|
||||
org.eclipse.debug.ui,
|
||||
|
|
Loading…
Add table
Reference in a new issue