Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Lee2013-06-11 06:59:25 +0000
committerKen Lee2013-06-11 07:32:43 +0000
commitb6e9e95bf6b985c2361ab826f0c0e31b0ee5ea82 (patch)
treeb45a77dbd3494474ee806bde1ccd12f276bfba42
parentca73bd92cdfe3b444e4e711a4f3d5e413d732482 (diff)
downloadorg.eclipse.scout.rt-b6e9e95bf6b985c2361ab826f0c0e31b0ee5ea82.tar.gz
org.eclipse.scout.rt-b6e9e95bf6b985c2361ab826f0c0e31b0ee5ea82.tar.xz
org.eclipse.scout.rt-b6e9e95bf6b985c2361ab826f0c0e31b0ee5ea82.zip
Bug 404155 - Scout 3.9 should be compatible to RAP 2.1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=404155 Updates RAP update site to RC4. Change-Id: Id71c0107a33946771becbfb0564072a6bf6d8f65 Reviewed-on: https://git.eclipse.org/r/13725 Tested-by: Hudson CI Reviewed-by: Ken Lee <kle@bsiag.com> IP-Clean: Ken Lee <kle@bsiag.com>
-rw-r--r--org.eclipse.scout.target/eclipse-3.6.target2
-rw-r--r--org.eclipse.scout.target/eclipse-3.7.target2
-rw-r--r--org.eclipse.scout.target/eclipse-3.8.target2
-rw-r--r--org.eclipse.scout.target/eclipse-3.9.target2
-rw-r--r--org.eclipse.scout.target/eclipse-staging.target2
5 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.scout.target/eclipse-3.6.target b/org.eclipse.scout.target/eclipse-3.6.target
index 00a3fd8765..793564d19a 100644
--- a/org.eclipse.scout.target/eclipse-3.6.target
+++ b/org.eclipse.scout.target/eclipse-3.6.target
@@ -82,7 +82,7 @@
<unit id="com.google.guava.source" version="12.0.0.v201212092141"/>
</location>
<location includeAllPlatforms="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
- <repository id="rap_2.1" location="http://download.eclipse.org/rt/rap/2.1/RC3-20130528-1219/"/>
+ <repository id="rap_2.1" location="http://download.eclipse.org/rt/rap/2.1/RC4-20130607-1416/"/>
<unit id="org.eclipse.rap.feature.feature.group" version="0.0.0"/>
</location>
diff --git a/org.eclipse.scout.target/eclipse-3.7.target b/org.eclipse.scout.target/eclipse-3.7.target
index 5ec54d7495..97856f8992 100644
--- a/org.eclipse.scout.target/eclipse-3.7.target
+++ b/org.eclipse.scout.target/eclipse-3.7.target
@@ -82,7 +82,7 @@
<unit id="com.google.guava.source" version="12.0.0.v201212092141"/>
</location>
<location includeAllPlatforms="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
- <repository id="rap_2.1" location="http://download.eclipse.org/rt/rap/2.1/RC3-20130528-1219/"/>
+ <repository id="rap_2.1" location="http://download.eclipse.org/rt/rap/2.1/RC4-20130607-1416/"/>
<unit id="org.eclipse.rap.feature.feature.group" version="0.0.0"/>
</location>
diff --git a/org.eclipse.scout.target/eclipse-3.8.target b/org.eclipse.scout.target/eclipse-3.8.target
index 93fdd79018..e22698a0d7 100644
--- a/org.eclipse.scout.target/eclipse-3.8.target
+++ b/org.eclipse.scout.target/eclipse-3.8.target
@@ -83,7 +83,7 @@
<unit id="com.google.guava.source" version="12.0.0.v201212092141"/>
</location>
<location includeAllPlatforms="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
- <repository id="rap_2.1" location="http://download.eclipse.org/rt/rap/2.1/RC3-20130528-1219/"/>
+ <repository id="rap_2.1" location="http://download.eclipse.org/rt/rap/2.1/RC4-20130607-1416/"/>
<unit id="org.eclipse.rap.feature.feature.group" version="0.0.0"/>
</location>
diff --git a/org.eclipse.scout.target/eclipse-3.9.target b/org.eclipse.scout.target/eclipse-3.9.target
index a353e41d40..449d9a94a9 100644
--- a/org.eclipse.scout.target/eclipse-3.9.target
+++ b/org.eclipse.scout.target/eclipse-3.9.target
@@ -82,7 +82,7 @@
<unit id="com.google.guava.source" version="12.0.0.v201212092141"/>
</location>
<location includeAllPlatforms="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
- <repository id="rap_2.1" location="http://download.eclipse.org/rt/rap/2.1/RC3-20130528-1219/"/>
+ <repository id="rap_2.1" location="http://download.eclipse.org/rt/rap/2.1/RC4-20130607-1416/"/>
<unit id="org.eclipse.rap.feature.feature.group" version="0.0.0"/>
</location>
diff --git a/org.eclipse.scout.target/eclipse-staging.target b/org.eclipse.scout.target/eclipse-staging.target
index 81f1d2dae3..01c0eb8288 100644
--- a/org.eclipse.scout.target/eclipse-staging.target
+++ b/org.eclipse.scout.target/eclipse-staging.target
@@ -82,7 +82,7 @@
<unit id="com.google.guava.source" version="12.0.0.v201212092141"/>
</location>
<location includeAllPlatforms="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
- <repository id="rap_2.1" location="http://download.eclipse.org/rt/rap/2.1/RC3-20130528-1219/"/>
+ <repository id="rap_2.1" location="http://download.eclipse.org/rt/rap/2.1/RC4-20130607-1416/"/>
<unit id="org.eclipse.rap.feature.feature.group" version="0.0.0"/>
</location>

Back to the top