Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Grunberg2018-03-08 16:49:03 +0000
committerAlexander Kurtakov2018-03-13 12:12:00 +0000
commit3c1bd2a61a5a1b63f07e8b9d9a569173b43690ae (patch)
treea5e4b828baed24eb43c5c8a8ea304831171a3e3d
parent1c099de68d1bb68ccfb27054281b28bd97912e5d (diff)
downloadrt.equinox.p2-3c1bd2a61a5a1b63f07e8b9d9a569173b43690ae.tar.gz
rt.equinox.p2-3c1bd2a61a5a1b63f07e8b9d9a569173b43690ae.tar.xz
rt.equinox.p2-3c1bd2a61a5a1b63f07e8b9d9a569173b43690ae.zip
Bug 512323 - Add target file for building against Photon (4.8).
Change-Id: If90e85f1a54e14246bb2d60aa4674b9d8543bf7b Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
-rw-r--r--org.eclipse.equinox.p2.releng/p2-photon.target19
1 files changed, 19 insertions, 0 deletions
diff --git a/org.eclipse.equinox.p2.releng/p2-photon.target b/org.eclipse.equinox.p2.releng/p2-photon.target
new file mode 100644
index 000000000..08e27e7fb
--- /dev/null
+++ b/org.eclipse.equinox.p2.releng/p2-photon.target
@@ -0,0 +1,19 @@
+<?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.core.tests.harness" version="0.0.0"/>
+<unit id="org.eclipse.platform.sdk" version="0.0.0"/>
+<unit id="org.eclipse.test.feature.group" version="0.0.0"/>
+<repository location="http://download.eclipse.org/eclipse/updates/4.8milestones"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.tukaani.xz" version="1.8.0.v20180207-1613"/>
+<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/S20180302171354/repository"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.equinox.http" version="0.0.0"/>
+<repository location="http://download.eclipse.org/eclipse/updates/4.0"/>
+</location>
+</locations>
+</target>

Back to the top