### Eclipse Workspace Patch 1.0 #P org.eclipse.jdt.core 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.642 diff -u -r1.642 messages.properties --- batch/org/eclipse/jdt/internal/compiler/batch/messages.properties 4 Jun 2007 17:26:41 -0000 1.642 +++ batch/org/eclipse/jdt/internal/compiler/batch/messages.properties 5 Jun 2007 17:19:34 -0000 @@ -166,15 +166,15 @@ \ \n\ \ Annotation processing options:\n\ \ These options are meaningful only in a 1.6 environment.\n\ -\ -Akey[=value] annotation processors options that are made to\n\ -\ annotation processors. key are identifiers separated\n\ -\ by ''.''.\n\ +\ -Akey[=value] annotation processors options that are passed to\n\ +\ annotation processors. key is made of identifiers\n\ +\ separated by ''.''\n\ \ -processorpath \n\ \ specify locations where to find annotation processors\n\ \ If this option is not used, the classpath will be\n\ -\ searched for processors.\n\ +\ searched for processors\n\ \ -processor \n\ -\ Qualified names of the annotation processors to run.\n\ +\ qualified names of the annotation processors to run.\n\ \ This bypasses the default annotation discovery process\n\ \ -proc:only run annotation processors, but do not compile\n\ \ -proc:none perform compilation but do not run annotation\n\ @@ -185,7 +185,7 @@ \ elements a processor is asked to process\n\ \ -XprintRounds print information about annotation processing rounds.\n\ \ -classNames \n\ -\ Qualified names of the classes that need\n\ +\ qualified names of the binary types that need\n\ \ to be processed\n\ \ \n\ \ Advanced options:\n\ @@ -193,7 +193,7 @@ \ -maxProblems max number of problems per compilation unit (100 by\n\ \ default)\n\ \ -log log to a file. If the file extension is ''.xml'', then\n\ -\ the log will be a xml file.\n\ +\ the log will be a xml file\n\ \ -proceedOnError do not stop at first error, dumping class files with\n\ \ problem methods\n\ \ -verbose enable verbose output\n\