Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Peria de Sene2015-06-09 17:43:16 +0000
committerWainer dos Santos Moschetta2015-06-10 12:41:26 +0000
commit1e45514b3e3009f2d5b5786c212c72e3630913cb (patch)
treefdfeaf542782fc3694fc70e931d4ba481f5969b8
parent5a86cf1d82b3139070ea874d606d7015218b990b (diff)
downloadorg.eclipse.linuxtools-stable-3.2.tar.gz
org.eclipse.linuxtools-stable-3.2.tar.xz
org.eclipse.linuxtools-stable-3.2.zip
[build] - Fix broken build target for Lunastable-3.2
Change-Id: Ic6c21a91e523d11545ed8ef705a48718b51cba52 Signed-off-by: Rafael Peria de Sene <rpsene@br.ibm.com> Reviewed-on: https://git.eclipse.org/r/49830 Tested-by: Hudson CI Reviewed-by: Wainer dos Santos Moschetta <wainersm@linux.vnet.ibm.com>
-rw-r--r--releng/org.eclipse.linuxtools.target/linuxtools-e4.4.target4
1 files changed, 2 insertions, 2 deletions
diff --git a/releng/org.eclipse.linuxtools.target/linuxtools-e4.4.target b/releng/org.eclipse.linuxtools.target/linuxtools-e4.4.target
index 698de05a19..a66b8fbc86 100644
--- a/releng/org.eclipse.linuxtools.target/linuxtools-e4.4.target
+++ b/releng/org.eclipse.linuxtools.target/linuxtools-e4.4.target
@@ -10,7 +10,7 @@
<unit id="org.apache.xerces" version="2.9.0.v201101211617"/>
<unit id="org.apache.derby" version="0.0.0"/>
<unit id="org.json" version="0.0.0"/>
-<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/S20150202203538/repository/"/>
+<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/S20150519210750/repository/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.cdt.sdk.feature.group" version="0.0.0"/>
@@ -21,7 +21,7 @@
<unit id="org.eclipse.platform.ide" version="0.0.0"/>
<unit id="org.eclipse.equinox.executable.feature.group" version="0.0.0"/>
<unit id="org.eclipse.pde.runtime" version="0.0.0"/>
-<repository location="http://download.eclipse.org/releases/maintenance"/>
+<repository location="http://download.eclipse.org/releases/luna"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<!-- Not including the whole JDT on purpose to avoid jdt.annotation 2.0.0 that requires Java 8 -->

Back to the top