[Javamatch-cvs] javamatch license.txt,1.1.1.1,1.2
Status: Pre-Alpha
Brought to you by:
iterson
From: Walter v. I. <it...@us...> - 2004-09-20 11:19:48
|
Update of /cvsroot/javamatch/javamatch In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5607 Modified Files: license.txt Log Message: Added JDO Index: license.txt =================================================================== RCS file: /cvsroot/javamatch/javamatch/license.txt,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** license.txt 3 Sep 2004 08:21:01 -0000 1.1.1.1 --- license.txt 20 Sep 2004 11:19:39 -0000 1.2 *************** *** 2,6 **** This license can be found in docs/LGPL_License.txt ! The binary distribution does not use any external libraries. During the build process, tests are executed by JUnit. (http://www.junit.org) --- 2,9 ---- This license can be found in docs/LGPL_License.txt ! The binary distribution uses, but does not include the following library: ! - JDO API, version 1.0.1 (http://www.jcp.org/aboutJava/communityprocess/final/jsr012/) ! To use the JDOMatchEngine, you should include the JDO implementation you use ! in your classpath. During the build process, tests are executed by JUnit. (http://www.junit.org) |