diff options
author | James Moger <james.moger@gmail.com> | 2011-08-11 14:38:02 -0400 |
---|---|---|
committer | James Moger <james.moger@gmail.com> | 2011-08-11 14:38:02 -0400 |
commit | 5c70dc9c2562f40211d51b35854c50a626c9c163 (patch) | |
tree | 1ff18cf9deb85862d3bcf0c911da249c1b913207 /docs/05_building.mkd | |
parent | 64184c246a552024dda12f5ee0830ec5b3c6161f (diff) | |
download | iciql-5c70dc9c2562f40211d51b35854c50a626c9c163.tar.gz iciql-5c70dc9c2562f40211d51b35854c50a626c9c163.zip |
Documentation. Added another unmapped field case.
Diffstat (limited to 'docs/05_building.mkd')
-rw-r--r-- | docs/05_building.mkd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/05_building.mkd b/docs/05_building.mkd index cb8381e..6e6196a 100644 --- a/docs/05_building.mkd +++ b/docs/05_building.mkd @@ -9,6 +9,7 @@ Additionally, [eclipse-cs](http://eclipse-cs.sourceforge.net), [FindBugs](http:/ ### Build Dependencies (downloaded during build)
- [H2 Database](http://h2database.com) (Eclipse Public License 1.0)
+- [HSQL Database Engine](http://hsqldb.org) (BSD)
- [JUnit](http://junit.org) (Common Public License)
- [commons-net](http://commons.apache.org/net) (Apache 2.0)
- [ant-googlecode](http://code.google.com/p/ant-googlecode) (New BSD)
|