diff options
-rw-r--r-- | org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties b/org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties index a0ad4ca8e..16111cb0f 100644 --- a/org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties +++ b/org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties @@ -25,6 +25,8 @@ AspectJ-specific options:\n\ \t-aspectpath <list> weave aspects in .class files from <list> dirs and jars/zip into sources\n\ \t (<list> uses classpath delimiter)\n\ \t-outjar <file> put output classes in zip file <file>\n\ +-t-outxml generate META-INF/aop.xml\n\ +-t-outxmlfile <file> specify alternate destination output of -outxml\n\ \t-argfile <file> specify line-delimited list of source files\n\ \t-showWeaveInfo display information about weaving\n\ \t-incremental continuously-running compiler, needs -sourceroots\n\ |