[PATCH] Misc. updates
Daniel Rall <[email protected]> 30 Jun 2003 17:08:14 -0700
| Newsgroups | gmane.comp.db.village.devel |
|---|---|
| Message-ID | <[email protected]> |
* .cvsignore Ignore the bin/ directory which is created by the Ant build. * README.txt Updated URL to Ant web site. * docs/ChangeLog.txt Noted John's recent BLOB type change to CVS HEAD. Index: .cvsignore =================================================================== RCS file: .cvsignore diff -N .cvsignore --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ .cvsignore 1 Jul 2003 00:03:31 -0000 @@ -0,0 +1 @@ +bin Index: README.txt =================================================================== RCS file: /home/cvspublic/village/README.txt,v retrieving revision 1.5 diff -u -r1.5 README.txt --- README.txt 8 Aug 2001 18:15:32 -0000 1.5 +++ README.txt 1 Jul 2003 00:03:31 -0000 @@ -10,7 +10,7 @@ You can obtain the Ant source code from: - <http://jakarta.apache.org/ant/> + <http://ant.apache.org/> The build.xml file is the "code" that tells Ant what to do. The beauty of Ant is that it is entirely XML based so creating installation scripts Index: docs/ChangeLog.txt =================================================================== RCS file: /home/cvspublic/village/docs/ChangeLog.txt,v retrieving revision 1.20 diff -u -r1.20 ChangeLog.txt --- docs/ChangeLog.txt 30 Jul 2002 23:45:09 -0000 1.20 +++ docs/ChangeLog.txt 1 Jul 2003 00:03:31 -0000 @@ -1,3 +1,6 @@ +Development +- Improved handling of large data sets of the BLOB type (Jetspeed developers) + Major Release - Version 2.0 (Jon S. Stevens) - Added support for JDBC BLOB type