mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 06:45:43 +02:00
launchbar: fix url to eclipse updates
Fix the wrong URL which was braking the build. - <url>http://download.eclipse.org/eclipse/updates/4.5milestones/</url> + <url>http://download.eclipse.org/eclipse/updates/4.5/</url> Change-Id: I647301fe72432df0a347f7541605eba41bb8baa0 Signed-off-by: Rafael Peria de Sene <rpsene@br.ibm.com>
This commit is contained in:
parent
7972418551
commit
ab9ad3ffba
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -45,7 +45,7 @@
|
|||
</repository>
|
||||
<repository>
|
||||
<id>platform</id>
|
||||
<url>http://download.eclipse.org/eclipse/updates/4.5milestones/</url>
|
||||
<url>http://download.eclipse.org/eclipse/updates/4.5/</url>
|
||||
<layout>p2</layout>
|
||||
</repository>
|
||||
<repository>
|
||||
|
|
Loading…
Add table
Reference in a new issue