diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-02-22 10:42:17 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-02-22 10:42:17 +0700 |
commit | ad99b202d9033547d1c6beff3910346d599881c3 (patch) | |
tree | 2d16d4926179f01ad94028af9851e83ec49cc145 | |
parent | f9dcdebdb4df392da052e8694786fc4c48f7d98f (diff) | |
download | aspectj-ad99b202d9033547d1c6beff3910346d599881c3.tar.gz aspectj-ad99b202d9033547d1c6beff3910346d599881c3.zip |
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>
-rw-r--r-- | org.aspectj.ajdt.core/src/main/resources/org/aspectj/org/eclipse/jdt/internal/compiler/batch/messages_aspectj.properties | 14 |
1 files 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 <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\ |