]> source.dussan.org Git - aspectj.git/commitdiff
Fix typos: '-xmlConfigured', not '-xmlConfig'
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Thu, 22 Feb 2024 03:42:17 +0000 (10:42 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Thu, 22 Feb 2024 03:42:17 +0000 (10:42 +0700)
Also reformat compiler usage page to adhere to 80-character limit again.

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
org.aspectj.ajdt.core/src/main/resources/org/aspectj/org/eclipse/jdt/internal/compiler/batch/messages_aspectj.properties

index c1e9ad481a18236175d87160971e0d651bdfc1e5..7be4422ea368f81d79bf07772e1a433f7acc9b6b 100644 (file)
@@ -21,7 +21,8 @@ misc.usage.aspectj = AspectJ-specific options:\n\
 \    -injars <jarList>   use classes in <jarList> zip files as source\n\
 \                        (<jarList> uses classpath delimiter)\n\
 \                        deprecated - use inpath instead.\n\
-\    -aspectpath <list>  weave aspects in .class files from <list> dirs and jars/zip into sources\n\
+\    -aspectpath <list>  weave aspects in .class files from <list> dirs and\n\
+\                        jars/zip into sources\n\
 \                        (<list> uses classpath delimiter)\n\
 \    -outjar <file>      put output classes in zip file <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 <dirs> compile all .aj and .java files in <dirs>\n\
 \                        (<dirs> uses classpath delimiter)\n\
-\    -xmlConfig <files>  configure weaving process (aspects to use, aspect scopes, weaving targets)\n\
-\                        (<files> are usually one, optionally multiple .xml files)\n\
+\    -xmlConfigured <files> configure weaving process (aspects to use, aspect\n\
+\                        scopes, weaving targets). <files> 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\