Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Trutz2011-05-10 20:01:35 +0000
committerMatthias Sohn2011-05-12 21:48:53 +0000
commiteefbffdc758cd694c8e4c6c6c49ce62550e00b88 (patch)
treecd806caab0d7b3eff68cad05b576b89f08140f9d /org.eclipse.mylyn.github-feature/github.target
parent0d93fc473545becca69c0595289ac472afaea68f (diff)
downloadegit-github-eefbffdc758cd694c8e4c6c6c49ce62550e00b88.tar.gz
egit-github-eefbffdc758cd694c8e4c6c6c49ce62550e00b88.tar.xz
egit-github-eefbffdc758cd694c8e4c6c6c49ce62550e00b88.zip
Using HttpComponents 4.1
CQ: 5162 Change-Id: I8c251fc40b97edc414bf9e210320341ea74bf281 Signed-off-by: Christian Trutz <christian.trutz@gmail.com> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.mylyn.github-feature/github.target')
-rw-r--r--org.eclipse.mylyn.github-feature/github.target6
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.github-feature/github.target b/org.eclipse.mylyn.github-feature/github.target
index b654883b..cbe58687 100644
--- a/org.eclipse.mylyn.github-feature/github.target
+++ b/org.eclipse.mylyn.github-feature/github.target
@@ -9,6 +9,7 @@
<unit id="org.mockito" version="1.8.4.v201102171835"/>
<unit id="org.objenesis" version="1.0.0.v201006030720"/>
<unit id="org.junit" version="4.8.1.v4_8_1_v20100427-1100"/>
+<unit id="org.apache.httpcomponents.httpclient" version="4.1.0.v201101240900"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/S20110304120314/repository"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
@@ -19,6 +20,11 @@
<unit id="org.eclipse.mylyn_feature.feature.group" version="3.5.1.v20110422-0200"/>
<repository location="http://download.eclipse.org/mylyn/releases/latest/"/>
</location>
+<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.egit.feature.group" version="0.12.1"/>
+<unit id="org.eclipse.jgit.feature.group" version="0.12.1"/>
+<repository location="http://download.eclipse.org/egit/updates"/>
+</location>
</locations>
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
</target>

Back to the top