Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-07-17 08:27:44 +0000
committerAlexander Kurtakov2018-07-17 08:27:44 +0000
commita64d3bd4e3045dbd2f11d503157f51b5f4fe1f80 (patch)
tree1c6463b8f0befb3b56ad70f2d0c61e8bc8afdf6a
parent3166232af5b6ac84720875cecda93b6efd769682 (diff)
downloadrt.equinox.p2-a64d3bd4e3045dbd2f11d503157f51b5f4fe1f80.tar.gz
rt.equinox.p2-a64d3bd4e3045dbd2f11d503157f51b5f4fe1f80.tar.xz
rt.equinox.p2-a64d3bd4e3045dbd2f11d503157f51b5f4fe1f80.zip
releng: Let xz-java be fetched by the platform.sdk feature instead of
hardcoding one. Change-Id: I084e6f81dd3346fa40cf68493e27605d644d9ed6 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--org.eclipse.equinox.p2.releng/p2-photon.target4
1 files changed, 0 insertions, 4 deletions
diff --git a/org.eclipse.equinox.p2.releng/p2-photon.target b/org.eclipse.equinox.p2.releng/p2-photon.target
index 1999c4317..b779d1da8 100644
--- a/org.eclipse.equinox.p2.releng/p2-photon.target
+++ b/org.eclipse.equinox.p2.releng/p2-photon.target
@@ -8,10 +8,6 @@
<repository location="http://download.eclipse.org/eclipse/updates/4.8"/>
</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/R20180606145124/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>

Back to the top