Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2015-04-28 14:58:09 +0000
committerPascal Rapicault2015-04-28 16:13:48 +0000
commit9b1fa1cad604207e24f41d6affcb28aa7c011ffb (patch)
treeb0b19aadc828e96bf5705174886a894891caa50a /org.eclipse.equinox.p2.releng
parent60c11f0bbcbb5ed7ec2a7dc58625330b49b714da (diff)
downloadrt.equinox.p2-9b1fa1cad604207e24f41d6affcb28aa7c011ffb.tar.gz
rt.equinox.p2-9b1fa1cad604207e24f41d6affcb28aa7c011ffb.tar.xz
rt.equinox.p2-9b1fa1cad604207e24f41d6affcb28aa7c011ffb.zip
Bug 464614 - Use XZ as compression formats of metadata filesI20150429-0800I20150428-2000
Diffstat (limited to 'org.eclipse.equinox.p2.releng')
-rw-r--r--org.eclipse.equinox.p2.releng/p2-mars.target8
1 files changed, 5 insertions, 3 deletions
diff --git a/org.eclipse.equinox.p2.releng/p2-mars.target b/org.eclipse.equinox.p2.releng/p2-mars.target
index daef9fa1f..a4f295196 100644
--- a/org.eclipse.equinox.p2.releng/p2-mars.target
+++ b/org.eclipse.equinox.p2.releng/p2-mars.target
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?pde version="3.8"?><target name="p2 - target to develop p2" sequenceNumber="1">
+<?pde version="3.8"?><target name="p2 - target to develop p2" sequenceNumber="2">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.platform.sdk" version="0.0.0"/>
@@ -7,7 +7,9 @@
<unit id="org.eclipse.test.feature.group" version="0.0.0"/>
<repository location="http://download.eclipse.org/eclipse/updates/4.5-I-builds"/>
</location>
+<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.tukaani.xz" version="1.3.0.v201308270617"/>
+<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/S20150316021154/repository/"/>
+</location>
</locations>
</target>
-
-

Back to the top