From 96a7202d755511035452f1c08ffb18a3bb6d0510 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Fri, 13 Oct 2006 22:29:46 +0000 Subject: [PATCH] Out with obsolete file. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4425 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- 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 35b303c64..000000000 --- a/lib/README +++ /dev/null @@ -1,26 +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. - -* 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$