diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-01-03 14:03:53 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-01-06 10:09:11 +0100 |
commit | 4403dd934b17ecec6fee95906d0ffa3187759811 (patch) | |
tree | 413d8d16a8fa7517b9b4e1356c7814c920ed5753 /docs/index.adoc | |
parent | 217df7e0bfef4aea30453ad2595702abecca57d7 (diff) | |
download | aspectj-4403dd934b17ecec6fee95906d0ffa3187759811.tar.gz aspectj-4403dd934b17ecec6fee95906d0ffa3187759811.zip |
Remove references and docs about obsolete tools
- AspectJ Browser (ajbrowser)
- Forte IDE integration
- JBuilder IDE integration
- Emacs integration
All this information was old and outdated. Ajbrowser was removed from
AspectJ a while ago. If the other tools even still exist, any possibly
existing AspectJ support is not part of AspectJ itself.
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'docs/index.adoc')
-rw-r--r-- | docs/index.adoc | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/docs/index.adoc b/docs/index.adoc index 7bc6c3370..7f5028cd8 100644 --- a/docs/index.adoc +++ b/docs/index.adoc @@ -69,12 +69,11 @@ the current version is limited to code the compiler controls. |xref:devguide/index.adoc[Development Environment Guide] + (printable xref:devguide/printable.html[html]) |This is a guide to xref:devguide/ajc.adoc[ajc], the command-line compiler; -xref:devguide/ajbrowser.adoc[ajbrowser], the stand-alone GUI for -compiling and viewing crosscutting structure; and the +and the xref:devguide/antsupport.adoc[Ant tasks] for building AspectJ programs. |xref:pdguide/index.adoc[Problem Diagnosis Guide] + -(printable xref:pdguide/printable.html[html]) |This has a guide to the +(xref:pdguide/pdguide.adoc[single page]) |This has a guide to the various features available such as messages and trace to help you both solve problems with you own programs and report bugs to the AspectJ team. @@ -168,7 +167,7 @@ components https://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&component=Compiler[Compiler] (for the AspectJ compiler, ajc) https://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&component=IDE[IDE] -(for AJBrowser and AJDE bugs), +(for AJDE bugs), https://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&component=Ant[Ant] (for the Ant tasks), and https://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&component=Docs[Docs] @@ -190,10 +189,7 @@ pointcuts, concepts AOP adds to OOP. To read about how the link:https://github.com/eclipse-aspectj/aspectj/tree/master/docs/dist/doc/examples[examples] work, see the xref:progguide/examples.adoc[Examples] section in the xref:progguide/index.adoc[Programming Guide]. View and navigate the -crosscutting structure using https://eclipse.org/ajdt[AJDT]; if you can't -use Eclipse, try the `ajbrowser` structure viewer, as described in the -xref:devguide/ajbrowser.adoc[AspectJ Browser] section of the -xref:devguide/index.adoc[Development Environment Guide]. +crosscutting structure using https://eclipse.org/ajdt[AJDT]. To start using AspectJ with your own code, modify the example aspects to apply to your classes. As you learn, use the compiler's `-Xlint` flags |