diff options
author | aclement <aclement> | 2007-12-20 13:37:34 +0000 |
---|---|---|
committer | aclement <aclement> | 2007-12-20 13:37:34 +0000 |
commit | 4bb4a25bdc28058c78495c006c7dd699e152f368 (patch) | |
tree | 36c30c11bb9eeabce6aea3311881127aea959640 | |
parent | 9505640327e797a1c96f0ff51a900f5c0946a7f0 (diff) | |
download | aspectj-4bb4a25bdc28058c78495c006c7dd699e152f368.tar.gz aspectj-4bb4a25bdc28058c78495c006c7dd699e152f368.zip |
readme-154
-rw-r--r-- | docs/dist/doc/README-154.html | 36 | ||||
-rw-r--r-- | docs/dist/doc/index.html | 1 |
2 files changed, 37 insertions, 0 deletions
diff --git a/docs/dist/doc/README-154.html b/docs/dist/doc/README-154.html new file mode 100644 index 000000000..2257a9c58 --- /dev/null +++ b/docs/dist/doc/README-154.html @@ -0,0 +1,36 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> +<html> <head> +<title>AspectJ 5 Development Kit v1.5.4 Readme</title> +<style type="text/css"> +<!-- + P { margin-left: 20px; } + PRE { margin-left: 20px; } + LI { margin-left: 20px; } + H4 { margin-left: 20px; } + H3 { margin-left: 10px; } +--> +</style> +</head> + +<body> +<div align="right"><small> +© Copyright 2006 Contributors. +All rights reserved. +</small></div> + +<h1>AspectJ 5 v1.5.4 Readme</h1> + +<p>This release includes a number of bug fixes and enhancements. The full list of resolved issues can be found with +<a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=AspectJ&target_milestone=1.5.4&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0="> +this bugzilla query</a>. +</p> +<p> +Some key fixes include better handling of generic type declarations, both in regular Java classes and in combination with AspectJ constructs (for example, inter-type declarations) +</p> +<br> + +<hr> +<!--p>For information on bug fixes in AspectJ 5 v1.5.4, see the <a href="changes.html"> changes</a> document.</p--> + +</body> +</html> diff --git a/docs/dist/doc/index.html b/docs/dist/doc/index.html index 482621f4a..96cb146f7 100644 --- a/docs/dist/doc/index.html +++ b/docs/dist/doc/index.html @@ -138,6 +138,7 @@ <tr> <td>README's </td> <td>Changes and porting guide for AspectJ + <a href="README-154.html">1.5.4</a>, <a href="README-153.html">1.5.3</a>, <a href="README-152.html">1.5.2</a>, <a href="README-151.html">1.5.1</a>, |