Skip to content

Commit

Permalink
Fix 404 of built-editor.zip by using another mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Oct 3, 2017
1 parent 858cd75 commit 617d8f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.winery.repository.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
(1) https://www.eclipse.org/downloads/download.php?file=/orion/drops/R-8.0-201502161823/built-editor.zip&mirror_id=96 leads to an HTML page
(2) downloads.eclipse.org suffers from DDoS attacks from time to time - see https://bugs.eclipse.org/bugs/show_bug.cgi?id=515596#c73
-->
<url>http://www.mirrorservice.org/sites/download.eclipse.org/eclipseMirror/orion/drops/R-8.0-201502161823/built-editor.zip</url>
<url>http://ftp.gnome.org/mirror/eclipse.org/orion/drops/R-8.0-201502161823/built-editor.zip</url>
<outputFileName>built-editor.zip</outputFileName>
<unpack>true</unpack>
<outputDirectory>${project.basedir}/build/orion</outputDirectory>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.winery.topologymodeler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
(1) https://www.eclipse.org/downloads/download.php?file=/orion/drops/R-8.0-201502161823/built-editor.zip&amp;mirror_id=96 leads to an HTML page
(2) downloads.eclipse.org suffers from DDoS attacks from time to time - see https://bugs.eclipse.org/bugs/show_bug.cgi?id=515596#c73
-->
<url>http://www.mirrorservice.org/sites/download.eclipse.org/eclipseMirror/orion/drops/R-8.0-201502161823/built-editor.zip</url>
<url>http://ftp.gnome.org/mirror/eclipse.org/orion/drops/R-8.0-201502161823/built-editor.zip</url>
<outputFileName>built-editor.zip</outputFileName>
<unpack>true</unpack>
<outputDirectory>${project.basedir}/target/winery-topologymodeler/orion</outputDirectory>
Expand Down

0 comments on commit 617d8f5

Please sign in to comment.