diff options
author | Martin Oberhuber | 2017-06-11 17:18:29 +0000 |
---|---|---|
committer | Martin Oberhuber | 2017-06-11 17:18:29 +0000 |
commit | 80a8d0f508854560aab9dea0d1cf1b0dfae6dcf5 (patch) | |
tree | e09846dea207e105df103eeaf21bb581da55fcf7 | |
parent | 20d43a6182a108adf581e964e1b999c2f368adeb (diff) | |
download | org.eclipse.tcf-80a8d0f508854560aab9dea0d1cf1b0dfae6dcf5.tar.gz org.eclipse.tcf-80a8d0f508854560aab9dea0d1cf1b0dfae6dcf5.tar.xz org.eclipse.tcf-80a8d0f508854560aab9dea0d1cf1b0dfae6dcf5.zip |
Releng: Update TCF 3.8.2-juno.target for latest GSON and SWTBot
Get the eclipse-3.8.2-juno.target in sync with Tycho config.pom
for obtaining GSON-2.2.4 and latest SWTBot. Build validated with Java 7.
Change-Id: I6628cb9e042b5c7253a5db0f530d13a783abc6e2
Signed-off-by: Martin Oberhuber <mober.at+eclipse@gmail.com>
-rw-r--r-- | admin/target-defs/eclipse-3.8.2-juno.target | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/admin/target-defs/eclipse-3.8.2-juno.target b/admin/target-defs/eclipse-3.8.2-juno.target index 788fc1d72..5ed292c01 100644 --- a/admin/target-defs/eclipse-3.8.2-juno.target +++ b/admin/target-defs/eclipse-3.8.2-juno.target @@ -1,22 +1,22 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<?pde version="3.8"?><target name="Eclipse 3.8.x (Juno)" sequenceNumber="37"> +<?pde version="3.8"?><target name="Eclipse 3.8.x (Juno)" sequenceNumber="38"> <locations> <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit"> -<unit id="com.google.gson.source" version="2.1.0.v201203072145"/> -<unit id="com.google.gson" version="2.1.0.v201203072145"/> -<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20130118183705/repository"/> +<unit id="com.google.gson" version="2.2.4.v201311231704"/> +<unit id="com.google.gson.source" version="2.2.4.v201311231704"/> +<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository"/> </location> <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit"> +<unit id="org.apache.log4j" version="1.2.15.v201012070815"/> <unit id="org.apache.log4j.source" version="1.2.15.v201012070815"/> +<unit id="org.eclipse.swtbot.eclipse.feature.group" version="2.5.0.201609021837"/> +<unit id="org.eclipse.swtbot.feature.group" version="2.5.0.201609021837"/> +<unit id="org.eclipse.swtbot.forms.feature.group" version="2.5.0.201609021837"/> +<unit id="org.eclipse.swtbot.ide.feature.group" version="2.5.0.201609021837"/> <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.v201505072020"/> -<unit id="org.hamcrest.library" version="1.3.0.v201505072020"/> -<unit id="org.eclipse.swtbot.ide.feature.group" version="2.4.0.201604200752"/> -<unit id="org.eclipse.swtbot.eclipse.feature.group" version="2.4.0.201604200752"/> -<unit id="org.eclipse.swtbot.feature.group" version="2.4.0.201604200752"/> -<unit id="org.eclipse.swtbot.forms.feature.group" version="2.4.0.201604200752"/> <unit id="org.hamcrest.core.source" version="1.3.0.v201303031735"/> +<unit id="org.hamcrest.library" version="1.3.0.v201505072020"/> +<unit id="org.hamcrest.library.source" version="1.3.0.v201505072020"/> <repository location="http://download.eclipse.org/technology/swtbot/releases/latest"/> </location> <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit"> @@ -24,8 +24,8 @@ <repository location="http://download.eclipse.org/tools/cdt/releases/kepler"/> </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"/> <unit id="gnu.io.rxtx.feature.group" version="2.1.7.4_v20071016-7B57e7UAXMAAqGAGf"/> +<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> <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit"> |