From 373a964ce5b9107db243ff13dfd19a934cd7be49 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Fri, 01 Jul 2011 17:42:02 -0400 Subject: [PATCH] Documentation. Established convention for documenting settings. --- src/com/gitblit/Launcher.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/com/gitblit/Launcher.java b/src/com/gitblit/Launcher.java index 0dcb22b..7865f24 100644 --- a/src/com/gitblit/Launcher.java +++ b/src/com/gitblit/Launcher.java @@ -27,6 +27,8 @@ import java.util.Arrays; import java.util.List; +import com.gitblit.build.Build; + /** * Launch helper class that adds all jars found in the local "lib" folder and * then calls the application main. Using this technique we do not have to -- Gitblit v1.9.1