Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2015-02-17 12:08:31 +0000
committerUwe Stieber2015-02-17 12:08:31 +0000
commit966ab7b1766fc3cfc5e98370140bb478a2eacf46 (patch)
tree853fd78cd2c795524e909d940f809715cf4c9bf5
parentc3ffedbdf330ffaf33bb474437dc85fdce827d44 (diff)
downloadorg.eclipse.tcf-966ab7b1766fc3cfc5e98370140bb478a2eacf46.tar.gz
org.eclipse.tcf-966ab7b1766fc3cfc5e98370140bb478a2eacf46.tar.xz
org.eclipse.tcf-966ab7b1766fc3cfc5e98370140bb478a2eacf46.zip
Terminals: Re-add lost RSE features
-rw-r--r--terminals/terminals-eclipse-4.4.x-luna.target6
1 files changed, 5 insertions, 1 deletions
diff --git a/terminals/terminals-eclipse-4.4.x-luna.target b/terminals/terminals-eclipse-4.4.x-luna.target
index 3c6446b72..f600cf0d9 100644
--- a/terminals/terminals-eclipse-4.4.x-luna.target
+++ b/terminals/terminals-eclipse-4.4.x-luna.target
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?pde version="3.8"?><target name="Eclipse 4.4.x (Luna)" sequenceNumber="63">
+<?pde version="3.8"?><target name="Terminals Eclipse 4.4.x (Luna)" sequenceNumber="64">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.apache.log4j.source" version="1.2.15.v201012070815"/>
@@ -38,5 +38,9 @@
<unit id="org.eclipse.remote.feature.group" version="1.1.1.201502102040"/>
<repository location="http://download.eclipse.org/tools/ptp/builds/remote/1.1.1"/>
</location>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.rse.sdk.feature.group" version="3.7.0.201502160819"/>
+<repository location="http://download.eclipse.org/tm/updates/3.7milestones"/>
+</location>
</locations>
</target>

Back to the top