Files
narya/lib
Michael Bayne 1dfd474317 Have Narya declare its library dependencies in an includable build file and do
some kind of annoying fiddling to allow its dependencies to come either from
the build directory of its dependee or from lib/.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4423 542714f4-19e9-0310-aa3c-eee0fc999fb1
2006-10-13 22:17:06 +00:00
..
2006-07-12 17:48:01 +00:00

Required external libraries
---------------------------

The Narya code requires the following external Java libraries (JAR files) to be
placed (or symlinked) here in the lib/ directory.

* The samskivert library:
  http://samskivert.com/code/samskivert/

* Apache Commons libraries: io, and lang
  http://jakarta.apache.org/commons/

* Apache Velocity library:
  http://jakarta.apache.org/velocity/

* Retroweaver library:
  http://retroweaver.sourceforge.net/

* JUnit library:
  http://www.junit.org/

Once the jar files are in place (regardless of what they are named), the build
system will automatically include them in the compile-time classpath.

--
$Id$