Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Lee2013-06-04 08:28:20 +0000
committerKen Lee2013-06-04 08:53:44 +0000
commitcdb678249bdd5c4d59f3b562fdbb8424f49ce199 (patch)
treef513b6cbbd299263911fe9a70bde8d4aa1639c1b
parentf4f19e90c0ffc756c22fe6220ae8813f5bb92b60 (diff)
downloadorg.eclipse.scout.rt-cdb678249bdd5c4d59f3b562fdbb8424f49ce199.tar.gz
org.eclipse.scout.rt-cdb678249bdd5c4d59f3b562fdbb8424f49ce199.tar.xz
org.eclipse.scout.rt-cdb678249bdd5c4d59f3b562fdbb8424f49ce199.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 RC3. Change-Id: I4b73c26f461644455cd6976e897780d6db880cce Reviewed-on: https://git.eclipse.org/r/13533 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 a57cff642f..00a3fd8765 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/RC2-20130527-1011/"/>
+ <repository id="rap_2.1" location="http://download.eclipse.org/rt/rap/2.1/RC3-20130528-1219/"/>
<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 c7071bccde..5ec54d7495 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/RC2-20130527-1011/"/>
+ <repository id="rap_2.1" location="http://download.eclipse.org/rt/rap/2.1/RC3-20130528-1219/"/>
<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 d7c1d4198c..93fdd79018 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/RC2-20130527-1011/"/>
+ <repository id="rap_2.1" location="http://download.eclipse.org/rt/rap/2.1/RC3-20130528-1219/"/>
<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 e4172ce8ef..a353e41d40 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/RC2-20130527-1011/"/>
+ <repository id="rap_2.1" location="http://download.eclipse.org/rt/rap/2.1/RC3-20130528-1219/"/>
<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 b194fdb15d..81f1d2dae3 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/RC2-20130527-1011/"/>
+ <repository id="rap_2.1" location="http://download.eclipse.org/rt/rap/2.1/RC3-20130528-1219/"/>
<unit id="org.eclipse.rap.feature.feature.group" version="0.0.0"/>
</location>

Back to the top