From 992872af8bbbc0c36106ba59938a3ca5c4aeddc9 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Sat, 25 Jun 2011 17:01:16 -0400
Subject: [PATCH] Documentation.

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

diff --git a/src/com/gitblit/Constants.java b/src/com/gitblit/Constants.java
index b674182..4375e42 100644
--- a/src/com/gitblit/Constants.java
+++ b/src/com/gitblit/Constants.java
@@ -27,15 +27,19 @@
 
 	// The build script extracts this exact line so be careful editing it
 	// and only use A-Z a-z 0-9 .-_ in the string.
-	public static final String JGIT_VERSION = "JGit 0.12.1";
+	public static final String JGIT_VERSION = "JGit 1.0.0";
 
 	public static final String ADMIN_ROLE = "#admin";
 
 	public static final String PROPERTIES_FILE = "gitblit.properties";
 
-	public static final String GIT_SERVLET_PATH = "/git/";
+	public static final String GIT_PATH = "/git/";
 
-	public static final String ZIP_SERVLET_PATH = "/zip/";
+	public static final String ZIP_PATH = "/zip/";
+
+	public static final String SYNDICATION_PATH = "/feed/";
+
+	public static final String BORDER = "***********************************************************";
 
 	public static enum AccessRestrictionType {
 		NONE, PUSH, CLONE, VIEW;

--
Gitblit v1.9.1