Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Sawicki2011-06-14 15:24:52 +0000
committerMatthias Sohn2011-06-14 15:24:52 +0000
commitf12336a913836b445b299e57cda40f5317a40569 (patch)
treef914d0f22c256ed38da8d69d45fd45a9174b4afd /org.eclipse.mylyn.github-feature
parentb41f70c5afd3b69b445a69119b645295aff48c1d (diff)
downloadegit-github-f12336a913836b445b299e57cda40f5317a40569.tar.gz
egit-github-f12336a913836b445b299e57cda40f5317a40569.tar.xz
egit-github-f12336a913836b445b299e57cda40f5317a40569.zip
Update EGit/JGit dependencies and target for 1.0.0
Also update dependencies to consistently allow usage starting from Galileo (3.5). Change-Id: I9832a1e2c73e6c6ad13ccf6f8e8055913a8b03dc Signed-off-by: Kevin Sawicki <kevin@github.com> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.mylyn.github-feature')
-rw-r--r--org.eclipse.mylyn.github-feature/github.target18
1 files changed, 10 insertions, 8 deletions
diff --git a/org.eclipse.mylyn.github-feature/github.target b/org.eclipse.mylyn.github-feature/github.target
index cbe58687..527fc09f 100644
--- a/org.eclipse.mylyn.github-feature/github.target
+++ b/org.eclipse.mylyn.github-feature/github.target
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.6"?>
-<target includeMode="feature" name="Mylyn GitHub Connector Target">
+<target includeMode="feature" name="Mylyn GitHub Connector Target" sequenceNumber="1">
<locations>
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.hamcrest" version="1.1.0.v20090501071000"/>
<unit id="com.google.gson" version="1.6.0.v201101131530"/>
<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"/>
+<unit id="org.objenesis" version="1.0.0.v201105211943"/>
+<unit id="org.junit" version="4.8.2.v4_8_2_v20110321-1705"/>
+<unit id="org.apache.httpcomponents.httpclient" version="4.1.0.v201103311320"/>
+<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20110523182458/repository"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.platform.sdk" version="3.6.2.M20110210-1200"/>
@@ -21,9 +21,11 @@
<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"/>
+<unit id="org.eclipse.egit.feature.group" version="1.0.0.201106090707-r"/>
+<unit id="org.eclipse.egit.source.feature.group" version="1.0.0.201106090707-r"/>
+<unit id="org.eclipse.jgit.feature.group" version="1.0.0.201106090707-r"/>
+<unit id="org.eclipse.jgit.source.feature.group" version="1.0.0.201106090707-r"/>
+<repository location="http://download.eclipse.org/egit/all"/>
</location>
</locations>
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>

Back to the top