From 53e5b6630830d2dd93b536349700b3105932b985 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Fri, 13 Oct 2006 22:29:34 +0000 Subject: [PATCH] Out with obsolete file. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@52 ed5b42cb-e716-0410-a449-f6a68f950b19 --- lib/README | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 lib/README diff --git a/lib/README b/lib/README deleted file mode 100644 index ebb92aa2..00000000 --- a/lib/README +++ /dev/null @@ -1,26 +0,0 @@ -Required external libraries ---------------------------- - -The following external Java libraries (JAR files) must be placed (or symlinked) -here in the lib/ directory, unless specifically noted as optional. - -* The samskivert library: - http://samskivert.com/code/samskivert/ - -* Apache Commons libraries: collections, digester and io - http://jakarta.apache.org/commons/ - -* Megginson Technologies' XMLWriter 0.2 library: - http://www.megginson.com/Software/xml-writer-0.2.zip - -* Retroweaver libraries for creating 1.4 compatible versions: - http://retroweaver.sourceforge.net/ - -* (Optional) jMonkeyEngine 3D scene graph toolkit built on LWJGL: - http://www.jmonkeyengine.com/ - -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$