From 22fc5e48cbe050d8485f78f6165b59e4085eaeef Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Sat, 25 Jun 2011 17:10:59 -0400 Subject: [PATCH] Moved Build classes to their own package --- 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