From: Bryan T. <tho...@us...> - 2008-11-07 21:52:03
|
Update of /cvsroot/cweb/lgpl-utils In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2472 Modified Files: build.properties Log Message: modified bloom filter serialization and created a new revision. renamed the bloom filter class to avoid possible class path issues. Index: build.properties =================================================================== RCS file: /cvsroot/cweb/lgpl-utils/build.properties,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** build.properties 9 Oct 2008 13:13:20 -0000 1.2 --- build.properties 7 Nov 2008 21:51:58 -0000 1.3 *************** *** 2,4 **** build.dir=ant-build build.docs=docs ! jar.name=lgpl-utils-1.0-b3-dev.jar \ No newline at end of file --- 2,4 ---- build.dir=ant-build build.docs=docs ! jar.name=lgpl-utils-1.0-b4-dev.jar \ No newline at end of file |