Migrated samskivert into its own, sensibly organized, repository.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1774 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -0,0 +1 @@
|
||||
*.jar
|
||||
+39
@@ -0,0 +1,39 @@
|
||||
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}).
|
||||
|
||||
* Library: Jakarta Regular Expression package (org.apache.regexp)
|
||||
http://jakarta.apache.org/regexp/
|
||||
Depends: Used by various services.
|
||||
|
||||
* Library: JDBC driver
|
||||
MM MySQL driver: http://mmmysql.sourceforge.net/
|
||||
Depends: Required by com.samskivert.jdbc.*
|
||||
|
||||
* Library: WebMacro web template system
|
||||
http://www.webmacro.org/
|
||||
Depends: Required by com.samskivert.webmacro.*
|
||||
|
||||
* Library: Jakarta Commons Collections (org.apache.commons.collections)
|
||||
http://jakarta.apache.org/commons
|
||||
Depends: Required by com.samskivert.velocity.*
|
||||
|
||||
* Library: Velocity web template system
|
||||
http://jakarta.apache.org/velocity
|
||||
Depends: Required by com.samskivert.velocity.*
|
||||
|
||||
* Library: Java API for XML Processing (JAXP) 1.1
|
||||
http://java.sun.com/xml/download.html
|
||||
(Only crimson.jar and jaxp.jar are required. xalan.jar may
|
||||
safely be excluded.)
|
||||
Depends: Required by com.samskivert.xml.*
|
||||
|
||||
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.4 2001/11/05 09:18:10 mdb Exp $
|
||||
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// samskivert library - useful routines for java programs
|
||||
// Copyright (C) 2001-2006 Michael Bayne
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it
|
||||
// under the terms of the GNU Lesser General Public License as published
|
||||
// by the Free Software Foundation; either version 2.1 of the License, or
|
||||
// (at your option) any later version.
|
||||
//
|
||||
// This library is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
// Lesser General Public License for more details.
|
||||
//
|
||||
// You should have received a copy of the GNU Lesser General Public
|
||||
// License along with this library; if not, write to the Free Software
|
||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
Reference in New Issue
Block a user