diff options
author | acolyer <acolyer> | 2006-03-08 13:47:05 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2006-03-08 13:47:05 +0000 |
commit | e20f544cd90d2ac0af6c217eec2a835e1dbe5d06 (patch) | |
tree | 9aa88882adf94ee0d5733d1dfb83e8e5cbab9d70 /org.aspectj.ajdt.core | |
parent | d301774057be45bee9e4be7bfd52927b04a313ab (diff) | |
download | aspectj-e20f544cd90d2ac0af6c217eec2a835e1dbe5d06.tar.gz aspectj-e20f544cd90d2ac0af6c217eec2a835e1dbe5d06.zip |
added -outxml and -outxmlfile to list of options printed on command-line
Diffstat (limited to 'org.aspectj.ajdt.core')
-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\ |