Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2015-02-03 17:32:24 +0000
committerJeff Johnston2015-02-03 20:15:49 +0000
commita7d1bf98cacf1f979f1cdc5d9920fd32801e585f (patch)
tree6af1edda1a9f31913d14a6430d8c6d0992e2eb87
parent1aa1588e2bb2cf63cf54615782bfcfcf1340bd23 (diff)
downloadorg.eclipse.linuxtools-a7d1bf98cacf1f979f1cdc5d9920fd32801e585f.tar.gz
org.eclipse.linuxtools-a7d1bf98cacf1f979f1cdc5d9920fd32801e585f.tar.xz
org.eclipse.linuxtools-a7d1bf98cacf1f979f1cdc5d9920fd32801e585f.zip
Fix updates target to be updates-nightly-luna.
- Also fix linuxtools-e4.4 target. Change-Id: I3c093aaa58509be2440607ab11069cf2987c4b19 Reviewed-on: https://git.eclipse.org/r/41003 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
-rw-r--r--pom.xml2
-rw-r--r--releng/org.eclipse.linuxtools.target/linuxtools-e4.4.target3
2 files changed, 4 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 291df998a4..741d61073b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
</distributionManagement>
<properties>
- <mirror-repo-name>updates-nightly</mirror-repo-name>
+ <mirror-repo-name>updates-nightly-luna</mirror-repo-name>
<tycho-version>0.22.0</tycho-version>
<tycho-extras-version>0.22.0</tycho-extras-version>
<target-platform>linuxtools-e4.4</target-platform>
diff --git a/releng/org.eclipse.linuxtools.target/linuxtools-e4.4.target b/releng/org.eclipse.linuxtools.target/linuxtools-e4.4.target
index 853c07d7e5..51e8cb1283 100644
--- a/releng/org.eclipse.linuxtools.target/linuxtools-e4.4.target
+++ b/releng/org.eclipse.linuxtools.target/linuxtools-e4.4.target
@@ -21,6 +21,9 @@
<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"/>
+</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 -->
<unit id="org.eclipse.jdt.annotation" version="1.1.0.v20140129-1625"/>
<unit id="org.eclipse.jdt.core" version="0.0.0"/>

Back to the top