From 1fd18c463e5bf9871b3fed0a9212fb281722df11 Mon Sep 17 00:00:00 2001 From: acolyer Date: Wed, 5 Nov 2003 16:27:02 +0000 Subject: [PATCH] changes to build script to create aspectj eclipse plugins as part of an aspectj build. Results are placed in: aj-build/dist/ide/eclipse/xxxxx --- build/build-properties.xml | 16 +++++++- build/build.xml | 78 +++++++++++++++++++++++++++++++++++++- 2 files changed, 91 insertions(+), 3 deletions(-) diff --git a/build/build-properties.xml b/build/build-properties.xml index 6f7c6db28..c9ff770f1 100644 --- a/build/build-properties.xml +++ b/build/build-properties.xml @@ -1,6 +1,7 @@ + @@ -8,7 +9,8 @@ - + + @@ -24,11 +26,14 @@ they should be (e.g.,) 1.1b3 or 1.1beta3 - 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 + - build.version.eclipse.plugins should be set to "9.9.9" for "DEVELOPMENT", and + - the same as build.version.long (in major.minor.service form) for releases. --> + @@ -64,6 +69,12 @@ location="${aj.build.dir}/dist"/> + + + + + + diff --git a/build/build.xml b/build/build.xml index f238a5e3a..89eb403df 100644 --- a/build/build.xml +++ b/build/build.xml @@ -1,7 +1,8 @@ - + + @@ -10,6 +11,7 @@ + - + @@ -353,5 +355,77 @@ To use testing client jar in tests, + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.39.5