From 331f1508f81f8678bae296d6c67af9e75a17adbe Mon Sep 17 00:00:00 2001 From: acolyer Date: Fri, 6 Jun 2003 08:30:45 +0000 Subject: [PATCH] Updated for 1.1.0 release --- build/build-properties.xml | 6 +++--- .../src/org/aspectj/ajdt/ajc/messages.properties | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/build-properties.xml b/build/build-properties.xml index 6f7c6db28..ade325845 100644 --- a/build/build-properties.xml +++ b/build/build-properties.xml @@ -25,10 +25,10 @@ - Changing version here causes org/aspectj/bridge/Version.java to be updated - also change org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties --> - + - - + + 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 dcaad7781..2b8e9fcc0 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 @@ -4,11 +4,11 @@ The -Xlintfile:lint.properties allows fine-grained control. In tools.jar, see org/aspectj/weaver/XlintDefault.properties for the default behavior and a template to copy. ### AspectJ-specific messages -configure.version = AspectJ Compiler 1.1 +configure.version = AspectJ Compiler 1.1.0 configure.directoryNotExist = invalid option: {0} ## 3456789012345678901234567890123456789012345678901234567890123456789012345 ### miscellaneous -misc.usage = AspectJ Compiler 1.1\n\ +misc.usage = AspectJ Compiler 1.1.0\n\ \n\ \tUsage: ..\n\ \n\ -- 2.39.5