From e299e1e9071d02ceefa2b5154f0fd1af5cbe115e Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Sun, 17 Apr 2011 16:57:41 -0400
Subject: [PATCH] Finished history tree/blob links.

---
 src/com/gitblit/Constants.java |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/com/gitblit/Constants.java b/src/com/gitblit/Constants.java
index 186193e..75f1bad 100644
--- a/src/com/gitblit/Constants.java
+++ b/src/com/gitblit/Constants.java
@@ -5,17 +5,19 @@
 	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";
 	}

--
Gitblit v1.9.1