mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-30 20:35:38 +02:00
Releng: Fix RSE terminal dependencies to correctly use TM Terminal 4.0
This commit is contained in:
parent
3af8bb8924
commit
2cb4c2ac2a
3 changed files with 7 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (c) 2005, 2012 IBM Corporation and others.
|
||||
Copyright (c) 2005, 2015 IBM Corporation and others.
|
||||
All rights reserved. This program and the accompanying materials
|
||||
are made available under the terms of the Eclipse Public License v1.0
|
||||
which accompanies this distribution, and is available at
|
||||
|
@ -12,7 +12,7 @@
|
|||
<feature
|
||||
id="org.eclipse.rse.terminals"
|
||||
label="%featureName"
|
||||
version="3.7.0.qualifier"
|
||||
version="3.8.0.qualifier"
|
||||
provider-name="%providerName"
|
||||
plugin="org.eclipse.rse.terminals.ui"
|
||||
image="eclipse_update_120.jpg"
|
||||
|
@ -33,7 +33,6 @@
|
|||
|
||||
<url>
|
||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/4.0"/>
|
||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.7"/>
|
||||
</url>
|
||||
|
||||
<requires>
|
||||
|
@ -46,7 +45,7 @@
|
|||
<import plugin="org.eclipse.rse.core" version="3.0.0" match="compatible"/>
|
||||
<import plugin="org.eclipse.rse.ui" version="3.1.0" match="compatible"/>
|
||||
<import plugin="org.eclipse.rse.connectorservice.ssh" version="2.1.0" match="compatible"/>
|
||||
<import feature="org.eclipse.tm.terminal.feature" version="4.0.0" match="compatible"/>
|
||||
<import feature="org.eclipse.tm.terminal.control.feature" version="4.0.0" match="compatible"/>
|
||||
</requires>
|
||||
|
||||
<plugin
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<feature
|
||||
id="org.eclipse.rse.terminals.source"
|
||||
label="%featureName"
|
||||
version="3.7.0.qualifier"
|
||||
version="3.8.0.qualifier"
|
||||
provider-name="%providerName"
|
||||
image="eclipse_update_120.jpg"
|
||||
license-feature="org.eclipse.license"
|
||||
|
@ -21,8 +21,7 @@
|
|||
</license>
|
||||
|
||||
<url>
|
||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.7"/>
|
||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.7"/>
|
||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/4.0"/>
|
||||
</url>
|
||||
|
||||
<plugin
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %pluginName
|
||||
Bundle-SymbolicName: org.eclipse.rse.terminals.ui;singleton:=true
|
||||
Bundle-Version: 1.2.200.qualifier
|
||||
Bundle-Version: 1.3.0.qualifier
|
||||
Bundle-Activator: org.eclipse.rse.internal.terminals.ui.Activator
|
||||
Require-Bundle: org.eclipse.core.runtime,
|
||||
org.eclipse.core.expressions,
|
||||
|
@ -12,7 +12,7 @@ Require-Bundle: org.eclipse.core.runtime,
|
|||
org.eclipse.rse.core;bundle-version="[3.0.0,4.0.0)",
|
||||
org.eclipse.rse.ui;bundle-version="[3.1.0,4.0.0)",
|
||||
org.eclipse.rse.subsystems.terminals.core;bundle-version="[1.0.0,2.0.0)",
|
||||
org.eclipse.tm.terminal;bundle-version="4.0.0"
|
||||
org.eclipse.tm.terminal.control;bundle-version="4.0.0"
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Eclipse-LazyStart: true
|
||||
Bundle-Vendor: %providerName
|
||||
|
|
Loading…
Add table
Reference in a new issue