mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Releng: Minimum version of cdt.core is 5.6.0
This commit is contained in:
parent
71e04c4a86
commit
98c485b819
3 changed files with 3 additions and 3 deletions
|
@ -141,7 +141,7 @@
|
|||
<tm-stream>juno</tm-stream>
|
||||
<sdk-version>3.8</sdk-version>
|
||||
<platform-site>http://download.eclipse.org/eclipse/updates/${sdk-version}</platform-site>
|
||||
<cdt-site>http://download.eclipse.org/tools/cdt/releases/juno</cdt-site>
|
||||
<cdt-site>http://download.eclipse.org/tools/cdt/releases/8.4</cdt-site>
|
||||
</properties>
|
||||
</profile>
|
||||
<profile>
|
||||
|
|
|
@ -6,7 +6,7 @@ Bundle-Version: 4.0.0.qualifier
|
|||
Bundle-Activator: org.eclipse.tm.terminal.connector.local.activator.UIPlugin
|
||||
Bundle-Vendor: %providerName
|
||||
Import-Package: org.eclipse.cdt.utils.pty;mandatory:=native
|
||||
Require-Bundle: org.eclipse.cdt.core;bundle-version="5.4.1";resolution:=optional,
|
||||
Require-Bundle: org.eclipse.cdt.core;bundle-version="5.6.0";resolution:=optional,
|
||||
org.eclipse.core.expressions;bundle-version="3.4.400",
|
||||
org.eclipse.core.resources;bundle-version="3.8.1";resolution:=optional,
|
||||
org.eclipse.core.runtime;bundle-version="3.8.0",
|
||||
|
|
|
@ -7,7 +7,7 @@ Bundle-Activator: org.eclipse.tm.terminal.connector.process.activator.UIPlugin
|
|||
Bundle-Vendor: %providerName
|
||||
Import-Package: org.eclipse.cdt.utils.pty;mandatory:=native,
|
||||
org.eclipse.cdt.utils.spawner;mandatory:=native
|
||||
Require-Bundle: org.eclipse.cdt.core;bundle-version="5.4.1";resolution:=optional,
|
||||
Require-Bundle: org.eclipse.cdt.core;bundle-version="5.6.0";resolution:=optional,
|
||||
org.eclipse.core.expressions;bundle-version="3.4.400",
|
||||
org.eclipse.core.resources;bundle-version="3.8.1";resolution:=optional,
|
||||
org.eclipse.core.runtime;bundle-version="3.8.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue