Browse Source

beta 2, usage for -emacssym

tags/V_1_1_b2
wisberg 21 years ago
parent
commit
5436dfd16d

+ 3
- 2
org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties View File

@@ -4,14 +4,15 @@ configure.version = AspectJ Compiler 1.1beta1
configure.directoryNotExist = invalid option or directory does not exist: {0}

### miscellaneous
misc.usage = AspectJ Compiler 1.1beta1\n\n\
misc.usage = AspectJ Compiler 1.1beta2\n\n\
Usage: <options> <source files | directories>\n\n\
AspectJ-specific options:\n\
-Xlint generate crosscutting-specific warnings\n\
-injars <jar 1>;<jar 2>;...;<jar P>\n\
-outjar <file> generate a single JAR instead of multiple .class files\n\
-incremental persistant incremental compiler, requires -sourceroots\n\
-sourceroots <dir> find and build all source files under <dir>;<dir 2>;...\n\n\
-sourceroots <dir> find and build all source files under <dir>;<dir 2>;...\n\
-emacssym generate .ajesym symbol files for emacs support\n\n\
Standard Eclipse compiler options:\n\
-help display this help message\n\
-version compiler version number\n\

Loading…
Cancel
Save