Skip to content
Snippets Groups Projects
Commit f3d8a8ec authored by Saša Živkov's avatar Saša Živkov Committed by Shawn Pearce
Browse files

Externalize strings from JGit


The strings are externalized into the root resource bundles.
The resource bundles are stored under the new "resources" source
folder to get proper maven build.

Strings from tests are, in general, not externalized. Only in
cases where it was necessary to make the test pass the strings
were externalized. This was typically necessary in cases where
e.getMessage() was used in assert and the exception message was
slightly changed due to reuse of the externalized strings.

Change-Id: Ic0f29c80b9a54fcec8320d8539a3e112852a1f7b
Signed-off-by: default avatarSasa Zivkov <sasa.zivkov@sap.com>
parent 2e961989
No related branches found
No related tags found
Loading
Showing
with 221 additions and 26 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment