Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2015-02-17 12:22:21 +0000
committerUwe Stieber2015-02-17 12:22:21 +0000
commit94aee6031e96ec3fd37443850688ba955320468f (patch)
treec67f541ecee37d083af24ae96f8f31c492c7abc1
parent966ab7b1766fc3cfc5e98370140bb478a2eacf46 (diff)
downloadorg.eclipse.tcf-94aee6031e96ec3fd37443850688ba955320468f.tar.gz
org.eclipse.tcf-94aee6031e96ec3fd37443850688ba955320468f.tar.xz
org.eclipse.tcf-94aee6031e96ec3fd37443850688ba955320468f.zip
Terminals: Remove SWTBot from terminals target platform definition
-rw-r--r--terminals/terminals-eclipse-4.4.x-luna.target31
1 files changed, 9 insertions, 22 deletions
diff --git a/terminals/terminals-eclipse-4.4.x-luna.target b/terminals/terminals-eclipse-4.4.x-luna.target
index f600cf0d9..48acdfa1f 100644
--- a/terminals/terminals-eclipse-4.4.x-luna.target
+++ b/terminals/terminals-eclipse-4.4.x-luna.target
@@ -1,28 +1,23 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?pde version="3.8"?><target name="Terminals Eclipse 4.4.x (Luna)" sequenceNumber="64">
+<?pde version="3.8"?><target name="Terminals Eclipse 4.4.x (Luna)" sequenceNumber="65">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
-<unit id="org.apache.log4j.source" version="1.2.15.v201012070815"/>
-<unit id="org.hamcrest.core" version="1.3.0.v201303031735"/>
-<unit id="org.apache.log4j" version="1.2.15.v201012070815"/>
-<unit id="org.hamcrest.library.source" version="1.3.0.v201305281000"/>
-<unit id="org.hamcrest.library" version="1.3.0.v201305281000"/>
-<unit id="org.eclipse.swtbot.ide.feature.group" version="2.2.1.201402241301"/>
-<unit id="org.eclipse.swtbot.eclipse.feature.group" version="2.2.1.201402241301"/>
-<unit id="org.eclipse.swtbot.feature.group" version="2.2.1.201402241301"/>
-<unit id="org.eclipse.swtbot.forms.feature.group" version="2.2.1.201402241301"/>
-<unit id="org.hamcrest.core.source" version="1.3.0.v201303031735"/>
-<repository location="http://download.eclipse.org/technology/swtbot/releases/latest"/>
+<unit id="org.eclipse.rse.sdk.feature.group" version="3.7.0.201502160819"/>
+<repository location="http://download.eclipse.org/tm/updates/3.7milestones"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
-<unit id="org.eclipse.license.feature.group" version="1.0.1.v20140414-1359"/>
-<repository location="http://download.eclipse.org/cbi/updates/license"/>
+<unit id="org.eclipse.emf.sdk.feature.group" version="2.10.1.v20140901-1055"/>
+<repository location="http://download.eclipse.org/releases/luna"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.cdt.sdk.feature.group" version="8.5.0.201409172108"/>
<repository location="http://download.eclipse.org/tools/cdt/releases/8.5"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.license.feature.group" version="1.0.1.v20140414-1359"/>
+<repository location="http://download.eclipse.org/cbi/updates/license"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="gnu.io.rxtx.sdk.feature.group" version="2.1.7.4_v20071016-417C7DP1Bh_eEaQJBrHBHg"/>
<repository location="http://archive.eclipse.org/tm/updates/rxtx"/>
</location>
@@ -31,16 +26,8 @@
<repository location="http://download.eclipse.org/eclipse/updates/4.4"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
-<unit id="org.eclipse.emf.sdk.feature.group" version="2.10.1.v20140901-1055"/>
-<repository location="http://download.eclipse.org/releases/luna"/>
-</location>
-<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
<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