added get-repository subcommand

This commit is contained in:
Sebastian Sdorra
2011-05-20 14:25:01 +02:00
parent bad27f8e44
commit 996e65033b
5 changed files with 112 additions and 0 deletions

View File

@@ -50,6 +50,9 @@ import java.util.ResourceBundle;
public class I18n
{
/** Field description */
public static final String REPOSITORY_NOT_FOUND = "repositoryNotFound";
/** Field description */
public static final String RESOURCE_BUNDLE = "sonia.resources.i18n";