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/.settings | |
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/.settings')
-rw-r--r-- | org.eclipse.jgit.pgm/.settings/.api_filters | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/org.eclipse.jgit.pgm/.settings/.api_filters b/org.eclipse.jgit.pgm/.settings/.api_filters deleted file mode 100644 index 35db29c922..0000000000 --- a/org.eclipse.jgit.pgm/.settings/.api_filters +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<component id="org.eclipse.jgit.pgm" version="2"> - <resource path="src/org/eclipse/jgit/pgm/CLIText.java" type="org.eclipse.jgit.pgm.CLIText"> - <filter id="1143996420"> - <message_arguments> - <message_argument value="mergeWentWellStoppedBeforeCommitting"/> - </message_arguments> - </filter> - <filter id="1143996420"> - <message_arguments> - <message_argument value="noSuchRemoteRef"/> - </message_arguments> - </filter> - </resource> -</component> |