diff options
Diffstat (limited to 'src/com/gitblit/Launcher.java')
-rw-r--r-- | 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 0dcb22ba..7865f244 100644 --- a/src/com/gitblit/Launcher.java +++ b/src/com/gitblit/Launcher.java @@ -27,6 +27,8 @@ import java.util.ArrayList; 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
|