From: <ox-...@us...> - 2003-06-12 08:15:02
|
Update of /cvsroot/sheets/sheets/lib In directory sc8-pr-cvs1:/tmp/cvs-serv9044/lib Modified Files: bootstrap-sheets.jar Log Message: 1. Improved error handling of xml document parsing (now works with Xerces even though the publicId is null and an IOException gets thrown) 2. Class starting brace is now exported on the same line as the class definition to match the Sun coding conventions 3. Added a heuristic for exporting file header fragments wherein a space is put between the package header and the imports only if the imports are separated by spaces as well. Index: bootstrap-sheets.jar =================================================================== RCS file: /cvsroot/sheets/sheets/lib/bootstrap-sheets.jar,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 Binary files /tmp/cvsRYHkws and /tmp/cvs2yIdkj differ |