### Eclipse Workspace Patch 1.0 #P org.eclipse.jdt.core Index: formatter/org/eclipse/jdt/core/formatter/messages.properties =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/formatter/org/eclipse/jdt/core/formatter/messages.properties,v retrieving revision 1.3 diff -u -r1.3 messages.properties --- formatter/org/eclipse/jdt/core/formatter/messages.properties 14 Feb 2006 15:11:13 -0000 1.3 +++ formatter/org/eclipse/jdt/core/formatter/messages.properties 15 May 2006 14:42:54 -0000 @@ -28,7 +28,7 @@ \ -verbose Be verbose about the formatting job. CommandLineErrorFile={0} does not exist. Please specify only valid Java Source files. -CommandLineErrorConfig=A problem occured while reading the config file {0}. +CommandLineErrorConfig=A problem occurred while reading the config file {0}. CommandLineErrorFileDir=You must specify at least one file or directory to format. CommandLineErrorQuietVerbose=You cannot use the options {0} and {1} together. CommandLineErrorNoConfigFile=No configuration file specified. Index: batch/org/eclipse/jdt/internal/compiler/batch/messages.properties =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/messages.properties,v retrieving revision 1.537 diff -u -r1.537 messages.properties --- batch/org/eclipse/jdt/internal/compiler/batch/messages.properties 9 May 2006 11:11:29 -0000 1.537 +++ batch/org/eclipse/jdt/internal/compiler/batch/messages.properties 15 May 2006 14:42:52 -0000 @@ -66,7 +66,7 @@ configure.IOError = i/o error : unable to retrieve .JAVA files in directory: {0} configure.noClasspath = no classpath defined, using default directory instead configure.incorrectClasspath = incorrect classpath: {0} -configure.invalidexpansionargumentname = expansion argument file {0} doesn''t exist or cannot be read +configure.invalidexpansionargumentname = expansion argument file {0} does not exist or cannot be read configure.cannotOpenLog = cannot open .log file configure.unexpectedCustomEncoding = unexpected custom encoding specification: {0}[{1}] configure.unsupportedEncoding = unsupported encoding format: {0} Index: compiler/org/eclipse/jdt/internal/compiler/problem/messages.properties =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/messages.properties,v retrieving revision 1.202 diff -u -r1.202 messages.properties --- compiler/org/eclipse/jdt/internal/compiler/problem/messages.properties 4 Apr 2006 21:18:58 -0000 1.202 +++ compiler/org/eclipse/jdt/internal/compiler/problem/messages.properties 15 May 2006 14:42:54 -0000 @@ -355,7 +355,7 @@ 440 = 'assert' should not be used as an identifier, since it is a reserved keyword from source level 1.4 on 441 = 'enum' should not be used as an identifier, since it is a reserved keyword from source level 5.0 on -442 = Enum contants cannot be surrounded by parenthesis +442 = Enum constants cannot be surrounded by parenthesis 450 = {0} {1} Index: antadapter/org/eclipse/jdt/internal/antadapter/messages.properties =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/antadapter/org/eclipse/jdt/internal/antadapter/messages.properties,v retrieving revision 1.10 diff -u -r1.10 messages.properties --- antadapter/org/eclipse/jdt/internal/antadapter/messages.properties 28 Mar 2006 20:30:02 -0000 1.10 +++ antadapter/org/eclipse/jdt/internal/antadapter/messages.properties 15 May 2006 14:42:52 -0000 @@ -17,5 +17,5 @@ checkDebugAttributes.file.argument.cannot.be.null=The file argument cannot be null checkDebugAttributes.property.argument.cannot.be.null=The property argument cannot be null -checkDebugAttributes.ioexception.occured=IOException occured while reading +checkDebugAttributes.ioexception.occured=IOException occurred while reading checkDebugAttributes.file.argument.must.be.a.classfile.or.a.jarfile=The file argument must be a .class or a .jar file