Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-Andre Laperle2014-09-16 21:32:45 +0000
committerMarc-Andre Laperle2014-09-17 23:27:03 +0000
commit14ab5d8e01cf7550fcaf41e1567bd244679462e7 (patch)
tree7bf8943c7fc348dbc8b654ebf678663e98a854d3
parent7d817be44ad57d0b54a8c8dae873074f23e74a02 (diff)
downloadorg.eclipse.cdt-14ab5d8e01cf7550fcaf41e1567bd244679462e7.tar.gz
org.eclipse.cdt-14ab5d8e01cf7550fcaf41e1567bd244679462e7.tar.xz
org.eclipse.cdt-14ab5d8e01cf7550fcaf41e1567bd244679462e7.zip
Fix ptp p2 update site to fix build
Change-Id: I1f32178baa27c5ff1d77852834eae1539fef5506 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/33475 Tested-by: Hudson CI Reviewed-by: Teodor Madan <teodor.madan@freescale.com> Tested-by: Teodor Madan <teodor.madan@freescale.com> Reviewed-on: https://git.eclipse.org/r/33516
-rw-r--r--releng/org.eclipse.cdt.target/cdt-e4.4.target4
-rw-r--r--releng/org.eclipse.cdt.target/cdt-staging.target4
2 files changed, 4 insertions, 4 deletions
diff --git a/releng/org.eclipse.cdt.target/cdt-e4.4.target b/releng/org.eclipse.cdt.target/cdt-e4.4.target
index 0327ab34fe0..50484386551 100644
--- a/releng/org.eclipse.cdt.target/cdt-e4.4.target
+++ b/releng/org.eclipse.cdt.target/cdt-e4.4.target
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?pde version="3.8"?><target name="cdt_e4.4" sequenceNumber="16">
+<?pde version="3.8"?><target name="cdt_e4.4" sequenceNumber="17">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.jetty.bundles.f.feature.group" version="0.0.0"/>
@@ -32,7 +32,7 @@
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.remote.feature.group" version="0.0.0"/>
-<repository location="http://download.eclipse.org/tools/ptp/builds/remote/luna/nightly/"/>
+<repository location="http://download.eclipse.org/tools/ptp/builds/remote/luna/milestones/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.license.feature.group" version="0.0.0"/>
diff --git a/releng/org.eclipse.cdt.target/cdt-staging.target b/releng/org.eclipse.cdt.target/cdt-staging.target
index 7ac2ac11cce..9e09458f3d2 100644
--- a/releng/org.eclipse.cdt.target/cdt-staging.target
+++ b/releng/org.eclipse.cdt.target/cdt-staging.target
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?pde version="3.8"?><target name="cdt_staging" sequenceNumber="6">
+<?pde version="3.8"?><target name="cdt_staging" sequenceNumber="7">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.jetty.bundles.f.feature.group" version="0.0.0"/>
@@ -30,7 +30,7 @@
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.remote.feature.group" version="0.0.0"/>
-<repository location="http://download.eclipse.org/tools/ptp/builds/remote/luna/nightly/"/>
+<repository location="http://download.eclipse.org/tools/ptp/builds/remote/luna/milestones/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.license.feature.group" version="0.0.0"/>

Back to the top