Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Sawicki2011-05-18 18:11:34 +0000
committerKevin Sawicki2011-05-18 18:11:34 +0000
commit9e97e5bcff7b93d9247d4898281d0c59ad7e313f (patch)
tree8231a10731502725421de9d6ec19bd6df091c686 /org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
parent374b059e856e67d017bf9ac94dd1e0260198fef4 (diff)
downloadegit-github-9e97e5bcff7b93d9247d4898281d0c59ad7e313f.tar.gz
egit-github-9e97e5bcff7b93d9247d4898281d0c59ad7e313f.tar.xz
egit-github-9e97e5bcff7b93d9247d4898281d0c59ad7e313f.zip
Correct order of root internal ui package name.
Change-Id: Ic2d08fe8d584d965f6681f2e9d791f166beb066c Signed-off-by: Kevin Sawicki <kevin@github.com>
Diffstat (limited to 'org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
index 5b41bcaf..bc3c2834 100644
--- a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.mylyn.github.ui;singleton:=true
-Bundle-Activator: org.eclipse.mylyn.github.ui.internal.GitHubUi
+Bundle-Activator: org.eclipse.mylyn.internal.github.ui.GitHubUi
Bundle-Version: 0.1.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: %providerName
@@ -23,7 +23,7 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="3.5.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="0.1.0"
-Export-Package: org.eclipse.mylyn.github.ui.internal;x-internal:=true,
+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

Back to the top