From f71ec00ccbdaa7672860d9bfb54454676f9ccdbb Mon Sep 17 00:00:00 2001 From: wisberg Date: Tue, 29 Apr 2003 00:24:15 +0000 Subject: [PATCH] not accepting directories any more --- .../src/org/aspectj/ajdt/ajc/messages.properties | 4 ++-- 1 file 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 f7651c383..dcaad7781 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 @@ -5,12 +5,12 @@ org/aspectj/weaver/XlintDefault.properties for the default behavior and a template to copy. ### AspectJ-specific messages configure.version = AspectJ Compiler 1.1 -configure.directoryNotExist = invalid option or directory does not exist: {0} +configure.directoryNotExist = invalid option: {0} ## 3456789012345678901234567890123456789012345678901234567890123456789012345 ### miscellaneous misc.usage = AspectJ Compiler 1.1\n\ \n\ -\tUsage: \n\ +\tUsage: ..\n\ \n\ AspectJ-specific options:\n\ \t-injars use classes in zip files as source\n\ -- 2.39.5