Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2013-01-07 15:29:25 +0000
committerJohn Arthorne2013-01-07 15:29:25 +0000
commitc2a52b183bfe5435c976d44fa30d0b69da199ac4 (patch)
treeb7284380a2afb0640bff1df624c102289ef49a96
parentc85a0f56959b0c5ec2c8cc6b0446cf3b542af387 (diff)
downloadrt.equinox.p2-c2a52b183bfe5435c976d44fa30d0b69da199ac4.tar.gz
rt.equinox.p2-c2a52b183bfe5435c976d44fa30d0b69da199ac4.tar.xz
rt.equinox.p2-c2a52b183bfe5435c976d44fa30d0b69da199ac4.zip
Bug 396092 - Merge in CBI patches from 4.2.2 into 4.3 (non-pom changes) for equinox.p2v20130107-152925
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/download.eclipse.platform.for.p2.migration.tests.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests/download.eclipse.platform.for.p2.migration.tests.xml b/bundles/org.eclipse.equinox.p2.tests/download.eclipse.platform.for.p2.migration.tests.xml
index 99dbc4954..18c28e5a6 100644
--- a/bundles/org.eclipse.equinox.p2.tests/download.eclipse.platform.for.p2.migration.tests.xml
+++ b/bundles/org.eclipse.equinox.p2.tests/download.eclipse.platform.for.p2.migration.tests.xml
@@ -35,9 +35,9 @@
</target>
<target name="download.for.unix" unless="isWindows">
- <get src="http://mirror.csclub.uwaterloo.ca/eclipse/eclipse/downloads/drops/R-3.7.1-201109091335/eclipse-platform-3.7.1-linux-gtk.tar.gz" dest="eclipse-indigo-platform.tar.gz" />
+ <get src="http://eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.7.2-201202080800/eclipse-platform-3.7.2-linux-gtk.tar.gz&amp;r=1" dest="eclipse-indigo-platform.tar.gz" />
</target>
<target name="download.for.windows" if="isWindows">
- <get src="http://mirror.csclub.uwaterloo.ca/eclipse/eclipse/downloads/drops/R-3.7.1-201109091335/eclipse-platform-3.7.1-win32.zip" dest="eclipse-indigo-platform.zip" />
+ <get src="http://eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.7.2-201202080800/eclipse-platform-3.7.2-win32.zip&amp;r=1" dest="eclipse-indigo-platform.zip" />
</target>
</project>

Back to the top