### Eclipse Workspace Patch 1.0 #P org.eclipse.jdt.core Index: batch/org/eclipse/jdt/internal/compiler/batch/Main.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java,v retrieving revision 1.339 diff -u -r1.339 Main.java --- batch/org/eclipse/jdt/internal/compiler/batch/Main.java 27 Nov 2008 09:24:40 -0000 1.339 +++ batch/org/eclipse/jdt/internal/compiler/batch/Main.java 8 May 2009 17:58:13 -0000 @@ -1147,11 +1147,7 @@ this.log = new GenericXMLWriter(new OutputStreamWriter(new FileOutputStream(logFileName, false), Util.UTF_8), Util.LINE_SEPARATOR, true); this.tagBits |= Logger.XML; // insert time stamp as comment - try { - this.log.println("");//$NON-NLS-1$//$NON-NLS-2$ - } catch (UnsupportedEncodingException e) { - e.printStackTrace(); - } + this.log.println("");//$NON-NLS-1$//$NON-NLS-2$ this.log.println(Logger.XML_DTD_DECLARATION); this.parameters.put(Logger.COMPILER_NAME, this.main.bind("compiler.name")); //$NON-NLS-1$ this.parameters.put(Logger.COMPILER_VERSION, this.main.bind("compiler.version")); //$NON-NLS-1$