diff options
Diffstat (limited to 'docs/00_index.mkd')
-rw-r--r-- | 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 703d8eb4..e21a158b 100644 --- a/docs/00_index.mkd +++ b/docs/00_index.mkd @@ -104,10 +104,14 @@ The following dependencies are automatically downloaded from the Apache Maven re ### 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.*
|