From 142c65e49c1a567bb90b2467b7728df28b4e6bc2 Mon Sep 17 00:00:00 2001 From: acolyer Date: Thu, 9 Dec 2004 09:37:07 +0000 Subject: a few words about 1.5.0 M1 --- docs/dist/doc/README-150.html | 52 +++++++++++++++++++++++++++++++++++++++++++ docs/dist/doc/changes.html | 6 ++++- docs/dist/doc/index.html | 9 ++++++++ 3 files changed, 66 insertions(+), 1 deletion(-) create mode 100644 docs/dist/doc/README-150.html (limited to 'docs') diff --git a/docs/dist/doc/README-150.html b/docs/dist/doc/README-150.html new file mode 100644 index 000000000..2329a181a --- /dev/null +++ b/docs/dist/doc/README-150.html @@ -0,0 +1,52 @@ + + +AspectJ 5 Development Kit v1.5.0 Readme + + + + +
+© Copyright 2004 Contributors. +All rights reserved. +
+ +

AspectJ 5 Readme

+ +

AspectJ 5 introduces several important changes to the language and tools +in order to support Java 5, and to extend the capabilities of AspectJ in +general. These changes are too extensive to describe in a simple readme file, +so instead we have created the AspectJ 5 +Developer's Notebook to describe them.

+ +

The 1.5.0 M1 milestone release supports a subset of the changes described +in the developer's notebook. Currently implemented features are:

+ + + +

These are implemented as changes to the weaver, not the front-end compiler. +The 1.5.0 M1 release cannot be used to compile code using Java 5 +features, but can be used to weave (inpath) Java classes created by a Java 5 +compiler.

+ +

For information on bug fixes in AspectJ 5 v1.5.0, see the +changes document.

+ + diff --git a/docs/dist/doc/changes.html b/docs/dist/doc/changes.html index 829063646..6a6b17735 100644 --- a/docs/dist/doc/changes.html +++ b/docs/dist/doc/changes.html @@ -144,7 +144,8 @@ All rights reserved.

Changes in AspectJ