Browse Source

Fix typos: '-xmlConfigured', not '-xmlConfig'

Also reformat compiler usage page to adhere to 80-character limit again.

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
tags/V1_9_21_2
Alexander Kriegisch 2 months ago
parent
commit
ad99b202d9

+ 8
- 6
org.aspectj.ajdt.core/src/main/resources/org/aspectj/org/eclipse/jdt/internal/compiler/batch/messages_aspectj.properties View 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\

Loading…
Cancel
Save