From 4ee125983d17f14bb7f2859b3b7637602196f913 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 12 Jul 2006 17:42:53 +0000 Subject: [PATCH] Updated our library dependencies. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4259 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- lib/LIBS | 15 --------------- lib/README | 21 +++++++++++---------- 2 files changed, 11 insertions(+), 25 deletions(-) diff --git a/lib/LIBS b/lib/LIBS index 5e1e0b9e2..667074ef3 100644 --- a/lib/LIBS +++ b/lib/LIBS @@ -1,20 +1,5 @@ -ant.jar -commons-beanutils.jar -commons-collections.jar -commons-digester.jar commons-io.jar commons-lang.jar -commons-logging.jar -jme-awt.jar -jme-effects.jar -jme-bui.jar -jme-model.jar -jme-sound.jar -jme.jar -junit-3.7.jar -lwjgl.jar -lwjgl_util.jar retroweaver-all-1.2.2.jar samskivert.jar velocity-1.5-dev.jar -xml-writer.jar diff --git a/lib/README b/lib/README index f9276d67f..d228851cd 100644 --- a/lib/README +++ b/lib/README @@ -1,22 +1,23 @@ 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 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: collections, digester, io, and lang +* Apache Commons libraries: io, and lang http://jakarta.apache.org/commons/ -* Megginson Technologies' XMLWriter 0.2 library: - http://www.megginson.com/Software/xml-writer-0.2.zip +* Apache Velocity library: + http://jakarta.apache.org/velocity/ -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. +* Retroweaver library: + http://retroweaver.sourceforge.net/ + +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,v 1.8 2004/08/27 18:38:55 mdb Exp $ +$Id$