aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwisberg <wisberg>2005-12-18 23:18:51 +0000
committerwisberg <wisberg>2005-12-18 23:18:51 +0000
commit552ca6cd72d0f4d759356a0837ee66d8ce588db4 (patch)
treedf97b5269134222d9080e973fbe0a70b7e088e2c
parent8111599318360cb8c44ce2bf05a601089105121e (diff)
downloadaspectj-552ca6cd72d0f4d759356a0837ee66d8ce588db4.tar.gz
aspectj-552ca6cd72d0f4d759356a0837ee66d8ce588db4.zip
readme minimally correct for AspectJ 5 release
-rw-r--r--docs/dist/doc/README-150.html46
1 files changed, 21 insertions, 25 deletions
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 @@
<body>
<div align="right"><small>
-&copy; Copyright 2004 Contributors.
+&copy; Copyright 2005 Contributors.
All rights reserved.
</small></div>
<h1>AspectJ 5 Readme</h1>
<p>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 <a href="adk15notebook/index.html">AspectJ 5
-Developer's Notebook</a> to describe them.</p>
-
-<p>The 1.5.0 M1 milestone release supports a subset of the changes described
-in the developer's notebook. Currently implemented features are:</p>
-
-<ul>
- <li><a href="adk15notebook/varargs.html">Varargs</a>
- <li><a href="adk15notebook/enumeratedtypes.html">Enums</a>
- <li><a href="adk15notebook/covariance.html">Covariance</a>
- <li><a href="adk15notebook/annotations.html">Annotations</a>, with the following
- exceptions: declare annotation is not yet implemented, and the @pcd forms
- can be used for matching, but not yet for binding of formals.
- <li><a href="adk15notebook/autoboxing.html">Autoboxing</a>
- <li>Bridge methods created by Java compilers to support generics are treated
- as synthetic and have no join points.
-</ul>
-
-<p>These are implemented as changes to the weaver, not the front-end compiler.
-The 1.5.0 M1 release cannot be used to <i>compile</i> code using Java 5
-features, but can be used to weave (inpath) Java classes created by a Java 5
-compiler.</p>
+in order to support Java 5 and extend the capabilities of AspectJ in
+general. For language changes, see <a href="adk15notebook/index.html">AspectJ 5
+Developer's Notebook</a>. For tools changes, see the
+<a href="devguide/index.html">AspectJ Development Environment Guide</a>,
+ especially the section on
+<a href="devguide/ltw.html">Load-time weaving</a>.
+The changes are summarized in the
+ <a href="faq.html#q:aspectj5features">FAQ entry on AspectJ 5</a>.
+
+</p>
+<p>
+ Some of the other documentation has not been updated for AspectJ 5.
+ For the latest documentation, see
+ <a href="http://eclipse.org/aspectj/doc/next/index.html">
+ http://eclipse.org/aspectj/doc/next/index.html
+ </a>, linked off
+ <a href="http://eclipse.org/aspectj/docs.php">
+ the AspectJ documentation home page
+ </a>.
+</p>
<p>For information on bug fixes in AspectJ 5 v1.5.0, see the <a href="changes.html">
changes</a> document.</p>