diff options
author | acolyer <acolyer> | 2004-03-19 21:15:30 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2004-03-19 21:15:30 +0000 |
commit | 0378e63cc5a9ded87f79152ea68c08defeb3e8df (patch) | |
tree | c8255f0bf2618f9e33ad9911a1c212e591c630c1 /org.aspectj.ajdt.core | |
parent | cce24d74634779801e999fb09f9031687eaa3d31 (diff) | |
download | aspectj-0378e63cc5a9ded87f79152ea68c08defeb3e8df.tar.gz aspectj-0378e63cc5a9ded87f79152ea68c08defeb3e8df.zip |
move injars below inpath and mark it as deprecated.
Diffstat (limited to 'org.aspectj.ajdt.core')
-rw-r--r-- | org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties | 5 |
1 files changed, 3 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 27b3cb7ae..29c7020b7 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 @@ -17,10 +17,11 @@ misc.usage = {compiler.name}\n\ \tUsage: <options> <source file | @argfile>..\n\ \n\ AspectJ-specific options:\n\ +\t-inpath <list> use classes in dirs and jars/zips in <list> as source\n\ +\t (<list> uses platform-specific path delimiter)\n\ \t-injars <jarList> use classes in <jarList> zip files as source\n\ \t (<jarList> uses classpath delimiter)\n\ -\t-inpath <list> use classes in <list> as source\n\ -\t (<list> uses platform-specific path delimiter)\n\ +\t deprecated - use inpath instead.\n\ \t-aspectpath <list> weave aspects from <list> zip files into sources\n\ \t (<list> uses classpath delimiter)\n\ \t-outjar <file> put output classes in zip file <file>\n\ |