diff options
author | James Moger <james.moger@gitblit.com> | 2011-06-01 19:51:41 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-06-01 19:51:41 -0400 |
commit | 424fe1b372d225d65eb42e6125b24cbb982c5969 (patch) | |
tree | 587c27859ec4289268ad3e65ad74acbe72f1686f /docs | |
parent | f1720ca884bc3fa9da1288ad955e46f165aa4168 (diff) | |
download | gitblit-424fe1b372d225d65eb42e6125b24cbb982c5969.tar.gz gitblit-424fe1b372d225d65eb42e6125b24cbb982c5969.zip |
Stats -> Metrics. Docs in distribution zip. Created MetricUtils.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/00_index.mkd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/00_index.mkd b/docs/00_index.mkd index 9ad1c4e8..0211be6e 100644 --- a/docs/00_index.mkd +++ b/docs/00_index.mkd @@ -101,10 +101,10 @@ The following dependencies are automatically downloaded from the Apache Maven re - [Log4j](http://logging.apache.org/log4j) (Apache 2.0)
- [JCommander](http://jcommander.org) (Apache 2.0)
- [BouncyCastle](http://www.bouncycastle.org) (MIT/X11)
+- [JSch - Java Secure Channel](http://www.jcraft.com/jsch) (BSD)
### 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 from Source
|