Update of /cvsroot/cweb/lgpl-utils
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25575
Modified Files:
.cvsignore build.properties
Log Message:
Done. Modified InputBitStream and OutputBitStream to have ctor
variants that avoid a reflection test on the underlying stream. This
was causing approximately 5000 MethodNotFoundException instances to be
thrown per second. Introduced a new lgpl-utils jar for this change (1.1-b3).
The change will be rolled into dsiutils by its author.
Index: .cvsignore
===================================================================
RCS file: /cvsroot/cweb/lgpl-utils/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** .cvsignore 2 Oct 2008 16:51:36 -0000 1.2
--- .cvsignore 9 Oct 2008 13:13:20 -0000 1.3
***************
*** 2,3 ****
--- 2,4 ----
ant-build
lgpl-utils-1.0-b2-dev.jar
+ lgpl-utils-1.0-b3-dev.jar
Index: build.properties
===================================================================
RCS file: /cvsroot/cweb/lgpl-utils/build.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** build.properties 2 Oct 2008 16:51:36 -0000 1.1
--- build.properties 9 Oct 2008 13:13:20 -0000 1.2
***************
*** 2,4 ****
build.dir=ant-build
build.docs=docs
! jar.name=lgpl-utils-1.0-b2-dev.jar
\ No newline at end of file
--- 2,4 ----
build.dir=ant-build
build.docs=docs
! jar.name=lgpl-utils-1.0-b3-dev.jar
\ No newline at end of file
|