]> source.dussan.org Git - aspectj.git/commitdiff
move injars below inpath and mark it as deprecated.
authoracolyer <acolyer>
Fri, 19 Mar 2004 21:15:30 +0000 (21:15 +0000)
committeracolyer <acolyer>
Fri, 19 Mar 2004 21:15:30 +0000 (21:15 +0000)
org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties

index 27b3cb7ae4719e17fd38309dafe15782833575ad..29c7020b782a1044ccd5bd1abaab756c72a96296 100644 (file)
@@ -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\