added archived option to modify-repository sub command

This commit is contained in:
Sebastian Sdorra
2012-04-19 21:43:13 +02:00
parent 5a98895caa
commit ff27082d82
4 changed files with 118 additions and 0 deletions

View File

@@ -58,6 +58,9 @@ public class I18n
/** Field description */
public static final String LEVEL = "level";
public static final String BOOLEAN = "boolean";
/** Field description */
public static final String OPTIONS = "options";