From 2a7306a1d92522569a8bb6e5a7c0bcdd5cf4cfaa Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Thu, 26 May 2011 17:11:38 -0400 Subject: [PATCH] Findbugs. CodePro Audit. Checkstyle. Unit test refactoring. --- docs/00_index.mkd | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/docs/00_index.mkd b/docs/00_index.mkd index 703d8eb..e21a158 100644 --- a/docs/00_index.mkd +++ b/docs/00_index.mkd @@ -104,10 +104,14 @@ ### Other Build Dependencies - [Fancybox image viewer](http://fancybox.net) (MIT and GPL dual-licensed) +- [JSch - Java Secure Channel](http://www.jcraft.com/jsch) (BSD) +- [JUnit](http://junit.org) (Common Public License) ## Building [Eclipse](http://eclipse.org) is recommended for development as the project settings are preconfigured. +Additionally, [Google CodePro AnalytiX](http://code.google.com/javadevtools), [eclipse-cs](http://eclipse-cs.sourceforge.net), and [FindBugs](http://findbugs.sourceforge.net) are recommended development tools. + 1. Clone the git repository from [Github][gitbltsrc]. 2. Import the gitblit project into your Eclipse workspace.<br/> *There will be lots of build errors.* -- Gitblit v1.9.1