Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Zarna2013-02-16 23:15:10 +0000
committerTomasz Zarna2013-02-16 23:15:10 +0000
commit101a681b84dee2ec5601684af5ef4078da90b82b (patch)
tree91dfb2b24f866f1302cc31e02444feb2ccf94797 /org.eclipse.egit.ui/META-INF/MANIFEST.MF
parent507bfac0f77a8ca7179ffde0d2f9852a97162a7e (diff)
downloadegit-101a681b84dee2ec5601684af5ef4078da90b82b.tar.gz
egit-101a681b84dee2ec5601684af5ef4078da90b82b.tar.xz
egit-101a681b84dee2ec5601684af5ef4078da90b82b.zip
egit.ui bundle does not export all its packages
Diffstat (limited to 'org.eclipse.egit.ui/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.egit.ui/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.egit.ui/META-INF/MANIFEST.MF b/org.eclipse.egit.ui/META-INF/MANIFEST.MF
index a251ebc9dc..5b80231c52 100644
--- a/org.eclipse.egit.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit.ui/META-INF/MANIFEST.MF
@@ -70,6 +70,7 @@ Export-Package: org.eclipse.egit.ui;version="2.4.0",
org.eclipse.egit.ui.internal.actions;version="2.4.0";x-internal:=true,
org.eclipse.egit.ui.internal.blame;version="2.4.0";x-internal:=true,
org.eclipse.egit.ui.internal.branch;version="2.4.0";x-internal:=true,
+ org.eclipse.egit.ui.internal.clean;version="2.4.0";x-internal:=true,
org.eclipse.egit.ui.internal.clone;version="2.4.0";x-internal:=true,
org.eclipse.egit.ui.internal.commands;version="2.4.0";x-internal:=true,
org.eclipse.egit.ui.internal.commands.shared;version="2.4.0";x-internal:=true,

Back to the top