From 0378e63cc5a9ded87f79152ea68c08defeb3e8df Mon Sep 17 00:00:00 2001 From: acolyer Date: Fri, 19 Mar 2004 21:15:30 +0000 Subject: [PATCH] move injars below inpath and mark it as deprecated. --- .../src/org/aspectj/ajdt/ajc/messages.properties | 5 +++-- 1 file 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: ..\n\ \n\ AspectJ-specific options:\n\ +\t-inpath use classes in dirs and jars/zips in as source\n\ +\t ( uses platform-specific path delimiter)\n\ \t-injars use classes in zip files as source\n\ \t ( uses classpath delimiter)\n\ -\t-inpath use classes in as source\n\ -\t ( uses platform-specific path delimiter)\n\ +\t deprecated - use inpath instead.\n\ \t-aspectpath weave aspects from zip files into sources\n\ \t ( uses classpath delimiter)\n\ \t-outjar put output classes in zip file \n\ -- 2.39.5