CVSROOT: /sources/classpath Module name: classpath Changes by: Andrew John Hughes <gnu_andrew> 08/06/28 19:48:04
Modified files: . : ChangeLog tools/gnu/classpath/tools/jar: Updater.java Log message: Simplify tempfile fix so the tempfile is just created in the same directory. 2008-06-28 Andrew John Hughes <[EMAIL PROTECTED]> PR classpath/36636: * tools/gnu/classpath/tools/jar/Updater.java: (run(Main)): Check return value of renameTo, and create temporary file in same directory (as suggested by Tom Tromey). (copyFile(File,File)): Removed. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.9665&r2=1.9666 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/jar/Updater.java?cvsroot=classpath&r1=1.5&r2=1.6