Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Sternberg2012-11-28 15:46:27 +0000
committerRalf Sternberg2012-11-28 15:46:27 +0000
commit945de74f55862d9c3e2229349595aad146b6ae3e (patch)
tree9e59f0ff471d71b9ee497cd0f1c6355fb32e0662
parent46b0a425461b83cd3c0f557519079ae7c3449ba1 (diff)
downloadrap-945de74f55862d9c3e2229349595aad146b6ae3e.tar.gz
rap-945de74f55862d9c3e2229349595aad146b6ae3e.tar.xz
rap-945de74f55862d9c3e2229349595aad146b6ae3e.zip
Fix repository URLs for 1.3
See bug 394817: The repository URL on the 1.3 download page is invalid https://bugs.eclipse.org/bugs/show_bug.cgi?id=394817
-rw-r--r--_builds/builds-1.3.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/_builds/builds-1.3.xml b/_builds/builds-1.3.xml
index 89569ca..b3df65c 100644
--- a/_builds/builds-1.3.xml
+++ b/_builds/builds-1.3.xml
@@ -13,14 +13,14 @@
<feature id="runtime">
<name>RAP Runtime</name>
<description>based on Eclipse 3.6</description>
- <site>http://download.eclipse.org/rt/rap/1.3/runtime</site>
+ <site>http://archive.eclipse.org/rt/rap/1.3/runtime</site>
<downloadPath>/rt/rap/1.3/</downloadPath>
</feature>
<feature id="tooling">
<name>RAP Tooling</name>
<description>for use with Eclipse 3.5 and 3.6</description>
- <site>http://download.eclipse.org/rt/rap/1.3/tooling</site>
+ <site>http://archive.eclipse.org/rt/rap/1.3/tooling</site>
<downloadPath>/rt/rap/1.3/</downloadPath>
</feature>

Back to the top