diff options
author | aclement <aclement> | 2006-03-24 09:24:13 +0000 |
---|---|---|
committer | aclement <aclement> | 2006-03-24 09:24:13 +0000 |
commit | 6aef2d916321e2a37837bc1cd3fa255b153bdfa0 (patch) | |
tree | 4060f57daaad57d0a69547e5c6e3af8cba5e9a41 /org.aspectj.ajdt.core/src | |
parent | 64b57bdf031c60804a735c483472eece2736e20a (diff) | |
download | aspectj-6aef2d916321e2a37837bc1cd3fa255b153bdfa0.tar.gz aspectj-6aef2d916321e2a37837bc1cd3fa255b153bdfa0.zip |
fix for 132977
Diffstat (limited to 'org.aspectj.ajdt.core/src')
-rw-r--r-- | org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties | 4 |
1 files changed, 2 insertions, 2 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 16e6e4eaf..466071eb9 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,8 +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-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\ |