summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/Constants.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/gitblit/Constants.java')
-rw-r--r--src/com/gitblit/Constants.java10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/com/gitblit/Constants.java b/src/com/gitblit/Constants.java
index 186193eb..75f1badb 100644
--- a/src/com/gitblit/Constants.java
+++ b/src/com/gitblit/Constants.java
@@ -5,17 +5,19 @@ public class Constants {
public final static String NAME = "Git:Blit";
public final static String VERSION = "0.0.1";
-
+
public final static String ADMIN_ROLE = "admin";
-
+
public final static String PULL_ROLE = "pull";
-
+
public final static String PUSH_ROLE = "push";
+ public final static String PROPERTIES_FILE = "gitblit.properties";
+
public static String getGitBlitVersion() {
return NAME + " v" + VERSION;
}
-
+
public static String getJGitVersion() {
return "JGit 0.11.3";
}