Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2014-11-03 17:20:06 +0000
committerPascal Rapicault2014-11-03 17:20:06 +0000
commite3cb43a3e2b4862b9a02aad6664fa54c564e0b1b (patch)
treede98d1144e1c7300010d04f333faccb35c9fe2da /org.eclipse.equinox.p2.releng
parent4fd71689ad7e939e27c8f952b28c61d50f447ef4 (diff)
downloadrt.equinox.p2-e3cb43a3e2b4862b9a02aad6664fa54c564e0b1b.tar.gz
rt.equinox.p2-e3cb43a3e2b4862b9a02aad6664fa54c564e0b1b.tar.xz
rt.equinox.p2-e3cb43a3e2b4862b9a02aad6664fa54c564e0b1b.zip
Add Mars target
Diffstat (limited to 'org.eclipse.equinox.p2.releng')
-rw-r--r--org.eclipse.equinox.p2.releng/p2-mars.target13
1 files changed, 13 insertions, 0 deletions
diff --git a/org.eclipse.equinox.p2.releng/p2-mars.target b/org.eclipse.equinox.p2.releng/p2-mars.target
new file mode 100644
index 000000000..daef9fa1f
--- /dev/null
+++ b/org.eclipse.equinox.p2.releng/p2-mars.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.5-I-builds"/>
+</location>
+</locations>
+</target>
+
+

Back to the top