diff options
author | acolyer <acolyer> | 2003-06-06 11:54:24 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2003-06-06 11:54:24 +0000 |
commit | 9938d34703ff325101c170f3d8dbbcd43877b187 (patch) | |
tree | 3ae3d77883b037a5460889f7ee8f848063e4931f /org.aspectj.ajdt.core/src | |
parent | 331f1508f81f8678bae296d6c67af9e75a17adbe (diff) | |
download | aspectj-9938d34703ff325101c170f3d8dbbcd43877b187.tar.gz aspectj-9938d34703ff325101c170f3d8dbbcd43877b187.zip |
Updated post 1.1.0 release build.
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 2b8e9fcc0..dcaad7781 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 @@ -4,11 +4,11 @@ The -Xlintfile:lint.properties allows fine-grained control. In tools.jar, see org/aspectj/weaver/XlintDefault.properties for the default behavior and a template to copy. ### AspectJ-specific messages -configure.version = AspectJ Compiler 1.1.0 +configure.version = AspectJ Compiler 1.1 configure.directoryNotExist = invalid option: {0} ## 3456789012345678901234567890123456789012345678901234567890123456789012345 ### miscellaneous -misc.usage = AspectJ Compiler 1.1.0\n\ +misc.usage = AspectJ Compiler 1.1\n\ \n\ \tUsage: <options> <source file | @argfile>..\n\ \n\ |