Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Zarna2012-03-07 17:41:45 +0000
committerTomasz Zarna2012-03-07 17:41:45 +0000
commitc638f72b41fb06e40792b8db2729899410ad4184 (patch)
treeff2553d119927c9441ee84b8259bb063a618ebfb /org.eclipse.jgit.pgm/META-INF/MANIFEST.MF
parent90d002c15fd2131b9f80fb9bb6f28bf691c00b5d (diff)
downloadjgit-c638f72b41fb06e40792b8db2729899410ad4184.tar.gz
jgit-c638f72b41fb06e40792b8db2729899410ad4184.tar.xz
jgit-c638f72b41fb06e40792b8db2729899410ad4184.zip
Export all packages from org.eclipse.jgit.pgm
Diffstat (limited to 'org.eclipse.jgit.pgm/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.jgit.pgm/META-INF/MANIFEST.MF5
1 files changed, 4 insertions, 1 deletions
diff --git a/org.eclipse.jgit.pgm/META-INF/MANIFEST.MF b/org.eclipse.jgit.pgm/META-INF/MANIFEST.MF
index e0bb07dbc6..3310ccc362 100644
--- a/org.eclipse.jgit.pgm/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.pgm/META-INF/MANIFEST.MF
@@ -39,6 +39,9 @@ Export-Package: org.eclipse.jgit.pgm;version="2.0.0";
javax.swing,
org.eclipse.jgit.pgm.opt,
org.eclipse.jgit.awtui,
- org.eclipse.jgit.transport"
+ org.eclipse.jgit.transport",
+ org.eclipse.jgit.pgm.debug;version="2.0.0",
+ org.eclipse.jgit.pgm.eclipse;version="2.0.0",
+ org.eclipse.jgit.pgm.opt;version="2.0.0"
Main-Class: org.eclipse.jgit.pgm.Main
Implementation-Title: JGit Command Line Interface

Back to the top