Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Daniel2013-08-02 08:45:39 +0000
committerPascal Rapicault2013-08-07 10:20:37 +0000
commit987489fdd53ec00dfc69b668fc9d63e283eb8445 (patch)
tree7cba34b2db1a61c952007c064a749222b95f763d /org.eclipse.equinox.p2.releng
parent2cdf6f018a5ac4d615fb3ba6e01eba5d00c28f9c (diff)
downloadrt.equinox.p2-987489fdd53ec00dfc69b668fc9d63e283eb8445.tar.gz
rt.equinox.p2-987489fdd53ec00dfc69b668fc9d63e283eb8445.tar.xz
rt.equinox.p2-987489fdd53ec00dfc69b668fc9d63e283eb8445.zip
414278: update dev targets
Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=414278 Signed-off-by: Krzysztof Daniel <kdaniel@redhat.com>
Diffstat (limited to 'org.eclipse.equinox.p2.releng')
-rw-r--r--org.eclipse.equinox.p2.releng/p2-kepler.target2
-rw-r--r--org.eclipse.equinox.p2.releng/p2-luna.target13
2 files changed, 14 insertions, 1 deletions
diff --git a/org.eclipse.equinox.p2.releng/p2-kepler.target b/org.eclipse.equinox.p2.releng/p2-kepler.target
index f99baef53..0562a9b3b 100644
--- a/org.eclipse.equinox.p2.releng/p2-kepler.target
+++ b/org.eclipse.equinox.p2.releng/p2-kepler.target
@@ -5,7 +5,7 @@
<unit id="org.eclipse.platform.sdk" version="0.0.0"/>
<unit id="org.eclipse.core.tests.harness" version="0.0.0"/>
<unit id="org.eclipse.test.feature.group" version="0.0.0"/>
-<repository location="http://download.eclipse.org/eclipse/updates/4.3-I-builds/"/>
+<repository location="http://download.eclipse.org/eclipse/updates/4.3-M-builds"/>
</location>
</locations>
</target>
diff --git a/org.eclipse.equinox.p2.releng/p2-luna.target b/org.eclipse.equinox.p2.releng/p2-luna.target
new file mode 100644
index 000000000..7c13ab404
--- /dev/null
+++ b/org.eclipse.equinox.p2.releng/p2-luna.target
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?pde version="3.8"?><target name="p2 - target to develop p2" sequenceNumber="1">
+<locations>
+<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.platform.sdk" version="0.0.0"/>
+<unit id="org.eclipse.core.tests.harness" version="0.0.0"/>
+<unit id="org.eclipse.test.feature.group" version="0.0.0"/>
+<repository location="http://download.eclipse.org/eclipse/updates/4.4-I-builds"/>
+</location>
+</locations>
+</target>
+
+

Back to the top