Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Sawicki2011-06-14 15:24:52 +0000
committerMatthias Sohn2011-06-14 15:24:52 +0000
commitf12336a913836b445b299e57cda40f5317a40569 (patch)
treef914d0f22c256ed38da8d69d45fd45a9174b4afd
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>
-rw-r--r--org.eclipse.mylyn.github-feature/github.target18
-rw-r--r--org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF8
-rw-r--r--org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF33
3 files changed, 30 insertions, 29 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"/>
diff --git a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
index 9c520004..f60a3917 100644
--- a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
@@ -9,7 +9,7 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.mylyn.internal.github.core;x-friends:="org.eclipse.mylyn.github.ui",
org.eclipse.mylyn.internal.github.core.gist;x-friends:="org.eclipse.mylyn.github.ui",
org.eclipse.mylyn.internal.github.core.issue;x-friends:="org.eclipse.mylyn.github.ui"
-Require-Bundle: org.eclipse.core.runtime;bundle-version="3.5.0",
- org.eclipse.mylyn.tasks.core;bundle-version="3.2.0",
- org.eclipse.mylyn.commons.net;bundle-version="3.2.0",
- org.eclipse.egit.github.core;bundle-version="1.0.0"
+Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
+ org.eclipse.mylyn.tasks.core;bundle-version="[3.4.0,4.0.0)",
+ org.eclipse.mylyn.commons.net;bundle-version="[3.4.0,4.0.0)",
+ org.eclipse.egit.github.core;bundle-version="[1.0.0,1.1.0)"
diff --git a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
index 374e7799..451c259f 100644
--- a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
@@ -7,24 +7,23 @@ Bundle-Version: 1.0.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: %providerName
Bundle-Localization: plugin
-Require-Bundle: org.eclipse.core.runtime;bundle-version="3.5.0",
- org.eclipse.ui;bundle-version="3.5.0",
- org.eclipse.ui.forms;bundle-version="3.4.0",
- org.eclipse.mylyn.tasks.ui;bundle-version="3.2.0",
- org.eclipse.mylyn.github.core;bundle-version="0.1.0",
- org.eclipse.jface.text;bundle-version="3.5.0",
- org.eclipse.mylyn.commons.net;bundle-version="3.2.0",
- org.eclipse.mylyn.tasks.core,
- org.eclipse.ui.ide;bundle-version="3.5.0",
- org.eclipse.mylyn.commons.ui;bundle-version="3.4.0",
- org.eclipse.core.resources;bundle-version="3.5.0",
- org.eclipse.egit.core;bundle-version="0.12.0",
- org.eclipse.jgit;bundle-version="0.12.0",
- org.eclipse.egit.ui;bundle-version="0.12.0",
- org.eclipse.core.expressions;bundle-version="3.4.0",
- org.eclipse.egit.github.core;bundle-version="1.0.0"
+Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
+ org.eclipse.ui;bundle-version="[3.5.0,4.0.0)",
+ org.eclipse.ui.forms;bundle-version="[3.4.0,4.0.0)",
+ org.eclipse.mylyn.tasks.ui;bundle-version="[3.4.0,4.0.0)",
+ org.eclipse.mylyn.github.core;bundle-version="[1.0.0,1.1.0)",
+ org.eclipse.jface.text;bundle-version="[3.5.0,4.0.0)",
+ org.eclipse.mylyn.commons.net;bundle-version="[3.4.0,4.0.0)",
+ org.eclipse.mylyn.tasks.core;bundle-version="[3.4.0,4.0.0)",
+ org.eclipse.ui.ide;bundle-version="[3.5.0,4.0.0)",
+ org.eclipse.mylyn.commons.ui;bundle-version="[3.4.0,4.0.0)",
+ org.eclipse.core.resources;bundle-version="[3.5.0,4.0.0)",
+ org.eclipse.egit.core;bundle-version="[1.0.0,1.1.0)",
+ org.eclipse.jgit;bundle-version="[1.0.0,1.1.0)",
+ org.eclipse.egit.ui;bundle-version="[1.0.0,1.1.0)",
+ org.eclipse.core.expressions;bundle-version="[3.4.0,4.0.0)",
+ org.eclipse.egit.github.core;bundle-version="[1.0.0,1.1.0)"
Export-Package: org.eclipse.mylyn.internal.github.ui;x-internal:=true,
org.eclipse.mylyn.internal.github.ui.gist;x-internal:=true,
org.eclipse.mylyn.internal.github.ui.issue;x-internal:=true
Bundle-ActivationPolicy: lazy
-Import-Package: org.eclipse.egit.ui.internal;version="0.12.0"

Back to the top