Created a README in the lib directory indicating which external Java

packages are needed to use samskivert.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@86 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2001-03-03 22:33:32 +00:00
parent 184f07a765
commit b52c0431b6
2 changed files with 20 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
*.jar
+19
View File
@@ -0,0 +1,19 @@
Required external libraries
---------------------------
The samskivert code requires the following external Java libraries (JAR
files) to be placed here in the lib/ directory or in the shared library
directory specified in the build.xml file (${java.libraries}).
* Jakarta Regular Expression package:
http://jakarta.apache.org/regexp/
* MM MySQL driver:
http://mmmysql.sourceforge.net/
* WebMacro web template system:
http://www.webmacro.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.