diff options
author | jhugunin <jhugunin> | 2003-01-16 05:07:28 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2003-01-16 05:07:28 +0000 |
commit | d9336fa0756e806d017225de3a04f731ee875767 (patch) | |
tree | cb7b309e67b975accff5fecf6a20debf7ac380b6 /org.aspectj.ajdt.core | |
parent | 9da5563e3b111563fd9d1bccc6204ffa8aebeb63 (diff) | |
download | aspectj-d9336fa0756e806d017225de3a04f731ee875767.tar.gz aspectj-d9336fa0756e806d017225de3a04f731ee875767.zip |
removing inaccurate and hard to update version numbers
Diffstat (limited to 'org.aspectj.ajdt.core')
-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 4cbcb071f..459c671b7 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 @@ -1,10 +1,10 @@ ### AspectJ-specific messages -configure.version = AspectJ Compiler 1.1beta1 +configure.version = AspectJ Compiler 1.1 configure.directoryNotExist = invalid option or directory does not exist: {0} ### miscellaneous -misc.usage = AspectJ Compiler 1.1beta2\n\n\ +misc.usage = AspectJ Compiler 1.1\n\n\ Usage: <options> <source files | directories>\n\n\ AspectJ-specific options:\n\ -Xlint generate crosscutting-specific warnings\n\ |