diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2013-05-06 22:59:57 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2013-05-06 23:48:19 +0200 |
commit | d7cc6eb0020d5efda7b6954217c464e3a6ce58da (patch) | |
tree | 45f79d32628b61a0988820fd13c69963d0dc0c07 /org.eclipse.jgit.pgm/META-INF | |
parent | 75e1bdb3c17b58a614e469137ae2435f80fe1531 (diff) | |
download | jgit-d7cc6eb0020d5efda7b6954217c464e3a6ce58da.tar.gz jgit-d7cc6eb0020d5efda7b6954217c464e3a6ce58da.zip |
Move org.eclipse.jgit.pgm's resource bundle to internal package
Translatable texts aren't API and shouldn't require maintenance of
@since tags to prevent API warnings.
Change-Id: I228ff37f17c0e792a6bc188c463a0d19138e88ac
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.pgm/META-INF')
-rw-r--r-- | org.eclipse.jgit.pgm/META-INF/MANIFEST.MF | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.pgm/META-INF/MANIFEST.MF b/org.eclipse.jgit.pgm/META-INF/MANIFEST.MF index 48c1f4269c..a6e5e21915 100644 --- a/org.eclipse.jgit.pgm/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.pgm/META-INF/MANIFEST.MF @@ -46,6 +46,7 @@ Export-Package: org.eclipse.jgit.pgm;version="3.0.0"; org.eclipse.jgit.awtui, org.eclipse.jgit.transport", org.eclipse.jgit.pgm.debug;version="3.0.0", + org.eclipse.jgit.pgm.internal;version="3.0.0";x-friends:="org.eclipse.jgit.pgm.test,org.eclipse.jgit.test", org.eclipse.jgit.pgm.opt;version="3.0.0" Main-Class: org.eclipse.jgit.pgm.Main Implementation-Title: JGit Command Line Interface |