diff options
author | Andy Clement <aclement@gopivotal.com> | 2014-04-17 13:01:50 -0700 |
---|---|---|
committer | Andy Clement <aclement@gopivotal.com> | 2014-04-17 13:01:50 -0700 |
commit | 6771f63f1606120095057ee17f5dbc8110665640 (patch) | |
tree | 61136791118c1f480d30d5bc8b79d5c823f4187d | |
parent | 1d087b1c72156822c5076d7769417dd05125589f (diff) | |
download | aspectj-6771f63f1606120095057ee17f5dbc8110665640.tar.gz aspectj-6771f63f1606120095057ee17f5dbc8110665640.zip |
180 readme minor updates
-rw-r--r-- | docs/dist/doc/README-180.html | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/docs/dist/doc/README-180.html b/docs/dist/doc/README-180.html index 78b55d8cb..4c2f52486 100644 --- a/docs/dist/doc/README-180.html +++ b/docs/dist/doc/README-180.html @@ -14,16 +14,17 @@ <body> <div align="right"><small> -© Copyright 2013 Contributors. +© Copyright 2014 Contributors. All rights reserved. </small></div> <h1>AspectJ 1.8.0 Readme</h1> <p>The full list of resolved issues in 1.8.0 is available -<a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;bug_status=RESOLVED;bug_status=VERIFIED;bug_status=CLOSED;product=AspectJ;target_milestone=1.8.0;">here</a></h2>.</p> +<a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;bug_status=RESOLVED;bug_status=VERIFIED;bug_status=CLOSED;product=AspectJ;target_milestone=1.8.0.M1;target_milestone=1.8.0;">here</a></h2>.</p> <ul> +<li>1.8.0 available 17-Apr-2014 <li>1.8.0.RC1 available 18-Mar-2014 <li>1.8.0.M1 available 29-Jul-2013 </ul> @@ -33,7 +34,7 @@ All rights reserved. <h3>Java 8 compilation</h3> <p>AspectJ has been updated to the latest available Eclipse Java -compiler version that compiles Java8 code.</p> +compiler version that compiles Java8 code (the version available as a feature patch on top of Eclipse 4.3.2).</p> </p> <p>Here is a sample AspectJ8 program:</p> @@ -86,10 +87,6 @@ class MyClass { === 8< ==== C.java ==== 8< === </code></pre> -<h4> -<h3>Other</h3> -<p>The fixes in the 1.7 branch which have occurred since this 1.8 branch was created -have been merged into the 1.8 release.</p> <!-- ============================== --> </body> </html> |