diff options
author | Thanh Ha | 2012-05-29 15:24:06 -0400 |
---|---|---|
committer | Ian Bull | 2012-09-13 13:32:43 -0400 |
commit | 50f827427064fae501aaddb5e1293ff4ec843d3b (patch) | |
tree | 7919418a9828b661dae867c6892eb7fd6a4c73c5 | |
parent | d507ea1973abf3bde645bb79518b05d37085cee1 (diff) | |
download | rt.equinox.p2-50f827427064fae501aaddb5e1293ff4ec843d3b.zip rt.equinox.p2-50f827427064fae501aaddb5e1293ff4ec843d3b.tar.gz rt.equinox.p2-50f827427064fae501aaddb5e1293ff4ec843d3b.tar.xz |
Bug 380035 download pointing to non-existing urlv20120913-173243
-rw-r--r-- | bundles/org.eclipse.equinox.p2.tests/download.eclipse.platform.for.p2.migration.tests.xml | 4 |
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 99dbc49..ea3c8c2 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://mirror.csclub.uwaterloo.ca/eclipse/eclipse/downloads/drops/R-3.7.2-201202080800/eclipse-platform-3.7.2-linux-gtk.tar.gz" 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://mirror.csclub.uwaterloo.ca/eclipse/eclipse/downloads/drops/R-3.7.2-201202080800/eclipse-platform-3.7.2-win32.zip" dest="eclipse-indigo-platform.zip" /> </target> </project> |