View | Details | Raw Unified | Return to bug 116615
Collapse All | Expand All

(-)batch/org/eclipse/jdt/internal/compiler/batch/Main.java (-1 / +1 lines)
Lines 116-122 Link Here
116
		private static final String VALUE = "value"; //$NON-NLS-1$
116
		private static final String VALUE = "value"; //$NON-NLS-1$
117
		private static final String WARNING = "WARNING"; //$NON-NLS-1$
117
		private static final String WARNING = "WARNING"; //$NON-NLS-1$
118
		private static final String XML_HEADER = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>"; //$NON-NLS-1$
118
		private static final String XML_HEADER = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>"; //$NON-NLS-1$
119
		private static final String XML_DTD_DECLARATION = "<!DOCTYPE compiler SYSTEM \"compiler.dtd\">"; //$NON-NLS-1$
119
		private static final String XML_DTD_DECLARATION = "<!DOCTYPE compiler PUBLIC \"-//Eclipse.org//DTD Eclipse JDT 3.2.001 Compiler//EN\" \"http://www.eclipse.org/jdt/core/compiler_32_001.dtd\">"; //$NON-NLS-1$
120
120
121
		private static final HashMap FIELD_TABLE = new HashMap();
121
		private static final HashMap FIELD_TABLE = new HashMap();
122
		static {
122
		static {

Return to bug 116615