From: wisberg Date: Sun, 18 Dec 2005 23:18:51 +0000 (+0000) Subject: readme minimally correct for AspectJ 5 release X-Git-Tag: POST_MEMORY_CHANGES~234 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=552ca6cd72d0f4d759356a0837ee66d8ce588db4;p=aspectj.git readme minimally correct for AspectJ 5 release --- diff --git a/docs/dist/doc/README-150.html b/docs/dist/doc/README-150.html index 2329a181a..f36bc132b 100644 --- a/docs/dist/doc/README-150.html +++ b/docs/dist/doc/README-150.html @@ -14,37 +14,33 @@
-© Copyright 2004 Contributors. +© Copyright 2005 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.

+in order to support Java 5 and extend the capabilities of AspectJ in +general. For language changes, see AspectJ 5 +Developer's Notebook. For tools changes, see the +AspectJ Development Environment Guide, + especially the section on +Load-time weaving. +The changes are summarized in the + FAQ entry on AspectJ 5. + +

+

+ Some of the other documentation has not been updated for AspectJ 5. + For the latest documentation, see + + http://eclipse.org/aspectj/doc/next/index.html + , linked off + + the AspectJ documentation home page + . +

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