Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF6
-rw-r--r--org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF7
-rw-r--r--org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF8
-rw-r--r--org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF20
4 files changed, 27 insertions, 14 deletions
diff --git a/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF b/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF
index c9c9b9d0..95a8c0f4 100644
--- a/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF
@@ -8,11 +8,13 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: com.google.gson;version="[1.6.0,2.0.0)",
com.google.gson.reflect;version="[1.6.0,2.0.0)",
org.apache.http;version="[4.1.0,5.0.0)",
+ org.eclipse.egit.github.core;version="[1.0.0,1.1.0)",
+ org.eclipse.egit.github.core.client;version="[1.0.0,1.1.0)",
+ org.eclipse.egit.github.core.service;version="[1.0.0,1.1.0)",
org.mockito;version="[1.8.4,2.0.0)",
org.mockito.runners;version="[1.8.4,2.0.0)",
org.mockito.stubbing;version="[1.8.4,2.0.0)"
-Require-Bundle: org.eclipse.egit.github.core;bundle-version="[1.0.0,1.1.0)",
- org.junit;bundle-version="[4.8.1,5.0.0)",
+Require-Bundle: org.junit;bundle-version="[4.8.1,5.0.0)",
org.hamcrest;bundle-version="[1.1.0,2.0.0)",
org.objenesis;bundle-version="[1.0.0,2.0.0)"
Bundle-Vendor: %providerName
diff --git a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
index 0bbc0057..469f552e 100644
--- a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
@@ -11,5 +11,8 @@ Export-Package: org.eclipse.mylyn.internal.github.core;version="1.0.0";x-friends
org.eclipse.mylyn.internal.github.core.issue;version="1.0.0";x-friends:="org.eclipse.mylyn.github.ui"
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)"
+ org.eclipse.mylyn.commons.net;bundle-version="[3.4.0,4.0.0)"
+Import-Package: org.eclipse.egit.github.core;version="[1.0.0,1.1.0)",
+ org.eclipse.egit.github.core.client;version="[1.0.0,1.1.0)",
+ org.eclipse.egit.github.core.service;version="[1.0.0,1.1.0)",
+ org.eclipse.egit.github.core.util;version="[1.0.0,1.1.0)"
diff --git a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
index b6fd96dd..6ebe5447 100644
--- a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
@@ -4,9 +4,7 @@ Bundle-Name: Eclipse EGit Mylyn GitHub Tests
Bundle-SymbolicName: org.eclipse.mylyn.github.tests
Bundle-Version: 1.0.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Require-Bundle: org.eclipse.mylyn.github.core;bundle-version="[1.0.0,1.1.0)",
- org.eclipse.mylyn.github.ui;bundle-version="[1.0.0,1.1.0)",
- org.eclipse.jface.text;bundle-version="[3.5.0,4.0.0)",
+Require-Bundle: org.eclipse.jface.text;bundle-version="[3.5.0,4.0.0)",
org.eclipse.mylyn.tasks.ui;bundle-version="[3.2.0,4.0.0)",
org.eclipse.mylyn.tasks.core,
org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
@@ -14,6 +12,8 @@ Require-Bundle: org.eclipse.mylyn.github.core;bundle-version="[1.0.0,1.1.0)",
org.hamcrest;bundle-version="[1.1.0,2.0.0)",
org.objenesis;bundle-version="[1.0.0,2.0.0)"
Bundle-Vendor: Eclipse EGit
-Import-Package: org.mockito;version="[1.8.4,2.0.0)",
+Import-Package: org.eclipse.mylyn.internal.github.core;version="[1.0.0,1.1.0)",
+ org.eclipse.mylyn.internal.github.ui.issue;version="[1.0.0,1.1.0)",
+ org.mockito;version="[1.8.4,2.0.0)",
org.mockito.runners;version="[1.8.4,2.0.0)",
org.mockito.stubbing;version="[1.8.4,2.0.0)"
diff --git a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
index 5b90f41b..2b04a0d8 100644
--- a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
@@ -11,19 +11,27 @@ 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)"
+ org.eclipse.core.expressions;bundle-version="[3.4.0,4.0.0)"
Export-Package: org.eclipse.mylyn.internal.github.ui;version="1.0.0";x-internal:=true,
org.eclipse.mylyn.internal.github.ui.gist;version="1.0.0";x-internal:=true,
org.eclipse.mylyn.internal.github.ui.issue;version="1.0.0";x-internal:=true
Bundle-ActivationPolicy: lazy
+Import-Package: org.eclipse.egit.core;version="[1.0.0,1.1.0)",
+ org.eclipse.egit.core.op;version="[1.0.0,1.1.0)",
+ org.eclipse.egit.github.core;version="[1.0.0,1.1.0)",
+ org.eclipse.egit.github.core.client;version="[1.0.0,1.1.0)",
+ org.eclipse.egit.github.core.service;version="[1.0.0,1.1.0)",
+ org.eclipse.egit.github.core.util;version="[1.0.0,1.1.0)",
+ org.eclipse.egit.ui;version="[1.0.0,1.1.0)",
+ org.eclipse.egit.ui.internal;version="[1.0.0,1.1.0)",
+ org.eclipse.jgit.lib;version="[1.0.0,1.1.0)",
+ org.eclipse.jgit.transport;version="[1.0.0,1.1.0)",
+ org.eclipse.mylyn.internal.github.core;version="[1.0.0,1.1.0)",
+ org.eclipse.mylyn.internal.github.core.gist;version="[1.0.0,1.1.0)",
+ org.eclipse.mylyn.internal.github.core.issue;version="[1.0.0,1.1.0)"

Back to the top