From ad99b202d9033547d1c6beff3910346d599881c3 Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Thu, 22 Feb 2024 10:42:17 +0700 Subject: [PATCH] Fix typos: '-xmlConfigured', not '-xmlConfig' Also reformat compiler usage page to adhere to 80-character limit again. Signed-off-by: Alexander Kriegisch --- .../compiler/batch/messages_aspectj.properties | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/org.aspectj.ajdt.core/src/main/resources/org/aspectj/org/eclipse/jdt/internal/compiler/batch/messages_aspectj.properties b/org.aspectj.ajdt.core/src/main/resources/org/aspectj/org/eclipse/jdt/internal/compiler/batch/messages_aspectj.properties index c1e9ad481..7be4422ea 100644 --- a/org.aspectj.ajdt.core/src/main/resources/org/aspectj/org/eclipse/jdt/internal/compiler/batch/messages_aspectj.properties +++ b/org.aspectj.ajdt.core/src/main/resources/org/aspectj/org/eclipse/jdt/internal/compiler/batch/messages_aspectj.properties @@ -21,7 +21,8 @@ misc.usage.aspectj = AspectJ-specific options:\n\ \ -injars use classes in zip files as source\n\ \ ( uses classpath delimiter)\n\ \ deprecated - use inpath instead.\n\ -\ -aspectpath weave aspects in .class files from dirs and jars/zip into sources\n\ +\ -aspectpath weave aspects in .class files from dirs and\n\ +\ jars/zip into sources\n\ \ ( uses classpath delimiter)\n\ \ -outjar put output classes in zip file \n\ \ -outxml generate META-INF/aop.xml\n\ @@ -32,8 +33,9 @@ misc.usage.aspectj = AspectJ-specific options:\n\ \ (reads stdin: enter to recompile and ''q'' to quit)\n\ \ -sourceroots compile all .aj and .java files in \n\ \ ( uses classpath delimiter)\n\ -\ -xmlConfig configure weaving process (aspects to use, aspect scopes, weaving targets)\n\ -\ ( are usually one, optionally multiple .xml files)\n\ +\ -xmlConfigured configure weaving process (aspects to use, aspect\n\ +\ scopes, weaving targets). are usually one,\n\ +\ optionally multiple .xml files)\n\ \ -crossrefs generate .ajsym file into the output directory\n\ \ -emacssym generate .ajesym symbol files for emacs support\n\ \ -Xlint same as ''-Xlint:warning''\n\ @@ -52,9 +54,9 @@ misc.usage.aspectj = AspectJ-specific options:\n\ xoption.usage = {1} - {2}\n\ \ \n\ \ AspectJ-specific non-standard options:\n\ -\ -XnoInline don't inline advice\n\ -\ -XnotReweavable create class files that can't be subsequently rewoven\n\ -\ by AspectJ.\n\ +\ -XnoInline do not inline advice\n\ +\ -XnotReweavable create class files that cannot be subsequently\n\ +\ rewoven by AspectJ.\n\ \ -XserializableAspects allows aspects to implement serializable\n\ \ -XterminateAfterCompilation compile classes then terminate before weaving\n\ \ -XaddSerialVersionUID calculates and adds the serialVersionUID to any\n\ -- 2.39.5