Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2011-06-17 22:48:32 +0000
committerMatthias Sohn2011-06-17 22:48:32 +0000
commit1db18b1cba2333d452d603e9a75fbaf3dd7c7277 (patch)
treedc5be0df7adc3975cdbad50414f32b96aec804d6
parent2e34ed10d4cf041062a3ac95592c5d698cf14aa1 (diff)
downloadegit-github-1db18b1cba2333d452d603e9a75fbaf3dd7c7277.tar.gz
egit-github-1db18b1cba2333d452d603e9a75fbaf3dd7c7277.tar.xz
egit-github-1db18b1cba2333d452d603e9a75fbaf3dd7c7277.zip
Assign version to exported packages
Change-Id: I634e6d78058343bb82dd55efa2903234141b283a Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r--org.eclipse.egit.github.core/META-INF/MANIFEST.MF8
-rw-r--r--org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF6
-rw-r--r--org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF6
3 files changed, 10 insertions, 10 deletions
diff --git a/org.eclipse.egit.github.core/META-INF/MANIFEST.MF b/org.eclipse.egit.github.core/META-INF/MANIFEST.MF
index 995f2ea5..32599781 100644
--- a/org.eclipse.egit.github.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit.github.core/META-INF/MANIFEST.MF
@@ -23,7 +23,7 @@ Import-Package: com.google.gson;version="[1.6.0,2.0.0)",
org.apache.http.impl.conn;version="[4.1.0,5.0.0)",
org.apache.http.message;version="[4.1.0,5.0.0)",
org.apache.http.protocol;version="[4.1.0,5.0.0)"
-Export-Package: org.eclipse.egit.github.core,
- org.eclipse.egit.github.core.client,
- org.eclipse.egit.github.core.service,
- org.eclipse.egit.github.core.util
+Export-Package: org.eclipse.egit.github.core;version="1.0.0",
+ org.eclipse.egit.github.core.client;version="1.0.0",
+ org.eclipse.egit.github.core.service;version="1.0.0",
+ org.eclipse.egit.github.core.util;version="1.0.0"
diff --git a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
index f60a3917..0bbc0057 100644
--- a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
@@ -6,9 +6,9 @@ Bundle-SymbolicName: org.eclipse.mylyn.github.core;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: %providerName
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"
+Export-Package: org.eclipse.mylyn.internal.github.core;version="1.0.0";x-friends:="org.eclipse.mylyn.github.ui",
+ org.eclipse.mylyn.internal.github.core.gist;version="1.0.0";x-friends:="org.eclipse.mylyn.github.ui",
+ 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)",
diff --git a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
index 451c259f..5b90f41b 100644
--- a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
@@ -23,7 +23,7 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.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
+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

Back to the top