Define an includable Ant XML file with our library dependencies.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@112 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2006-10-13 22:29:23 +00:00
parent 306ebf3169
commit e063e9c98a
4 changed files with 45 additions and 40 deletions
-14
View File
@@ -1,14 +0,0 @@
commons-digester.jar
commons-lang.jar
commons-logging.jar
junit-3.7.jar
narya-base.jar
narya-distrib.jar
narya-tests.jar
nenya-cast.jar
nenya-media.jar
nenya-miso.jar
nenya-rsrc.jar
retroweaver-all-1.2.2.jar
samskivert.jar
xml-writer.jar
-22
View File
@@ -1,22 +0,0 @@
Required external libraries
---------------------------
The Narya code requires the following external Java libraries (JAR files)
to be placed (or symlinked) here in the lib/ directory or in the shared
library directory specified in the build.xml file (java.libraries).
* The samskivert library:
http://samskivert.com/code/samskivert/
* Apache Commons libraries: collections, digester, io, and lang
http://jakarta.apache.org/commons/
* Megginson Technologies' XMLWriter 0.2 library:
http://www.megginson.com/Software/xml-writer-0.2.zip
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: README 3105 2004-08-27 18:38:55Z mdb $