added get-group subcommand

This commit is contained in:
Sebastian Sdorra
2011-05-21 11:12:25 +02:00
parent 1bee459eb0
commit c14489b593
5 changed files with 132 additions and 0 deletions

View File

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