diff options
author | wisberg <wisberg> | 2005-12-18 23:19:52 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2005-12-18 23:19:52 +0000 |
commit | dd939f06ad19f17cb5a2920613ecf0afc9c66967 (patch) | |
tree | cdd40babdfd3270b5603a66f0040a1ec88e03642 /docs/dist | |
parent | 552ca6cd72d0f4d759356a0837ee66d8ce588db4 (diff) | |
download | aspectj-dd939f06ad19f17cb5a2920613ecf0afc9c66967.tar.gz aspectj-dd939f06ad19f17cb5a2920613ecf0afc9c66967.zip |
index minimally correct for AspectJ 5 release.
NOTE: Removed references to long-dead emacs, jbuilder, and netbeans IDE support. jdeveloper was updated in September 2005.
Diffstat (limited to 'docs/dist')
-rw-r--r-- | docs/dist/doc/index.html | 42 |
1 files changed, 5 insertions, 37 deletions
diff --git a/docs/dist/doc/index.html b/docs/dist/doc/index.html index 5827eb068..89b8de596 100644 --- a/docs/dist/doc/index.html +++ b/docs/dist/doc/index.html @@ -15,6 +15,7 @@ code that runs in JDK 1.1 and later VM's. For the latest materials, see <a href="http://eclipse.org/aspectj">http://eclipse.org/aspectj</a>. + Not all of these materials have been updated for AspectJ 5. <p/> <table> @@ -31,10 +32,7 @@ <tr><td><a href="#distributions">distributions</a></td><td> <a href="http://eclipse.org/aspectj">AspectJ</a>; development environment support for - <a href="http://eclipse.org/ajdt">Eclipse</a>, - <a href="http://aspectj4emacs.sourceforge.net">Emacs</a>, - <a href="http://aspectj4jbuildr.sourceforge.net">JBuilder</a>, - <a href="http://aspectj4netbean.sourceforge.net">Netbeans</a>, + <a href="http://eclipse.org/ajdt">Eclipse</a> and <a href="https://jdeveloperaop.dev.java.net/">JDeveloper</a>. </td></tr> @@ -175,38 +173,6 @@ </td> </tr> -<tr> <td><a href="http://aspectj4emacs.sourceforge.net"> - AspectJ for Emacs</a> - </td> - <td>AspectJ Development Environment support for - Emacs is available under the GPL - from the sourceforge project site - <a href="http://aspectj4emacs.sourceforge.net/"> - http://aspectj4emacs.sourceforge.net</a> - </td> - </tr> - -<tr> <td><a href="http://aspectj4jbuildr.sourceforge.net"> - AspectJ for JBuilder</a> - </td> - <td>AspectJ Development Environment support for - JBuilder is available under the Mozilla Public License 1.1 - from the sourceforge project site - <a href="http://aspectj4jbuildr.sourceforge.net/"> - http://aspectj4jbuildr.sourceforge.net</a> - </td> - </tr> - -<tr> <td><a href="http://aspectj4netbean.sourceforge.net"> - AspectJ for Netbeans</a> - </td> - <td>AspectJ Development Environment support for - Netbeans is available under the Mozilla Public License 1.1 - from the sourceforge project site - <a href="http://aspectj4netbean.sourceforge.net/"> - http://aspectj4netbean.sourceforge.net</a> - </td> - </tr> <tr> <td><a href="https://jdeveloperaop.dev.java.net/"> Support for the JDeveloper IDE</a> </td> @@ -313,7 +279,9 @@ <a href="faq.html#adoption">Deciding to adopt AspectJ</a>, the Development tools sections (<a href="faq.html#q:integrateWithDevTools">one</a>, - <a href="faq.html#devtools">two</a>), and + <a href="faq.html#devtools">two</a>, + <a href="faq.html#ltw">Load-time weaving</a> + ), and <a href="faq.html#q:opensource">AspectJ as open-source</a>. </p> <p> |