Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2012-12-13 00:21:23 +0000
committerMatthias Sohn2012-12-15 22:56:22 +0000
commit8eb036f4c1df2bf611f2e710406a1a6398532d45 (patch)
tree4abe6fe2c6fe8df0cb061a2d321e0dfd8cc497fe
parent0ecbf0ba7795cb8bdb004e8d04f9a75e8658a0a3 (diff)
downloadegit-8eb036f4c1df2bf611f2e710406a1a6398532d45.tar.gz
egit-8eb036f4c1df2bf611f2e710406a1a6398532d45.tar.xz
egit-8eb036f4c1df2bf611f2e710406a1a6398532d45.zip
Add apache commons compress to target platform
We use a private copy of an Orbit I-build which contains this library since no S- or R-build is available in time for releasing JGit 2.2. We will replace this with an official S- or R-build as soon as this is available. CQ: 6933 Bug: 396199 Change-Id: I706f97943b9dad75bdd0d698f168fe95d2c91ec4 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r--org.eclipse.egit.target/egit-3.7.target8
-rw-r--r--org.eclipse.egit.target/egit-4.2-staging.target8
-rw-r--r--org.eclipse.egit.target/egit-4.2.target8
3 files changed, 24 insertions, 0 deletions
diff --git a/org.eclipse.egit.target/egit-3.7.target b/org.eclipse.egit.target/egit-3.7.target
index 91006652b8..deddcbfb87 100644
--- a/org.eclipse.egit.target/egit-3.7.target
+++ b/org.eclipse.egit.target/egit-3.7.target
@@ -61,6 +61,14 @@
<unit id="javax.servlet.source" version="2.5.0.v201103041518"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
+ <!-- TODO replace this with an S- or better R-build as soon as a new one is available
+ we are using a private copy of an I-build since no S or R-build was available when
+ releasing jgit 2.2, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=396199 -->
+ <repository location="http://download.eclipse.org/jgit/orbit/I20121212174845/repository"/>
+ <unit id="org.apache.commons.compress" version="1.3.0.v201212111400"/>
+ <unit id="org.apache.commons.compress.source" version="1.3.0.v201212111400"/>
+ </location>
+ <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
<repository location="http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site"/>
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="0.0.0"/>
<unit id="org.eclipse.swtbot.feature.group" version="0.0.0"/>
diff --git a/org.eclipse.egit.target/egit-4.2-staging.target b/org.eclipse.egit.target/egit-4.2-staging.target
index c26f753b03..bb92410f7b 100644
--- a/org.eclipse.egit.target/egit-4.2-staging.target
+++ b/org.eclipse.egit.target/egit-4.2-staging.target
@@ -61,6 +61,14 @@
<unit id="javax.servlet.source" version="2.5.0.v201103041518"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
+ <!-- TODO replace this with an S- or better R-build as soon as a new one is available
+ we are using a private copy of an I-build since no S or R-build was available when
+ releasing jgit 2.2, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=396199 -->
+ <repository location="http://download.eclipse.org/jgit/orbit/I20121212174845/repository"/>
+ <unit id="org.apache.commons.compress" version="1.3.0.v201212111400"/>
+ <unit id="org.apache.commons.compress.source" version="1.3.0.v201212111400"/>
+ </location>
+ <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
<repository location="http://download.eclipse.org/technology/swtbot/snapshots/"/>
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="0.0.0"/>
<unit id="org.eclipse.swtbot.feature.group" version="0.0.0"/>
diff --git a/org.eclipse.egit.target/egit-4.2.target b/org.eclipse.egit.target/egit-4.2.target
index 6d7238438f..b9a7eda631 100644
--- a/org.eclipse.egit.target/egit-4.2.target
+++ b/org.eclipse.egit.target/egit-4.2.target
@@ -61,6 +61,14 @@
<unit id="javax.servlet.source" version="2.5.0.v201103041518"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
+ <!-- TODO replace this with an S- or better R-build as soon as a new one is available
+ we are using a private copy of an I-build since no S or R-build was available when
+ releasing jgit 2.2, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=396199 -->
+ <repository location="http://download.eclipse.org/jgit/orbit/I20121212174845/repository"/>
+ <unit id="org.apache.commons.compress" version="1.3.0.v201212111400"/>
+ <unit id="org.apache.commons.compress.source" version="1.3.0.v201212111400"/>
+ </location>
+ <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
<repository location="http://download.eclipse.org/technology/swtbot/snapshots/"/>
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="0.0.0"/>
<unit id="org.eclipse.swtbot.feature.group" version="0.0.0"/>

Back to the top