aboutsummaryrefslogtreecommitdiffstats
path: root/docs/developer/IDE.md
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2022-04-02 08:22:42 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2022-04-02 08:24:04 +0700
commit651e92a3285606537cfa47913adc17ce90bc22c8 (patch)
treee0fb94bf0758d5f2f09437aee383713220b57232 /docs/developer/IDE.md
parentcefa5d6bfcb92ea66e6fccd68fa922dba914a420 (diff)
downloadaspectj-651e92a3285606537cfa47913adc17ce90bc22c8.tar.gz
aspectj-651e92a3285606537cfa47913adc17ce90bc22c8.zip
Remove AspectJ Browser (ajbrowser) code and documentation
Closes #148. TODO: Should more AJDE stuff be removed? Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'docs/developer/IDE.md')
-rw-r--r--docs/developer/IDE.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/developer/IDE.md b/docs/developer/IDE.md
index fd2c25957..2dc560008 100644
--- a/docs/developer/IDE.md
+++ b/docs/developer/IDE.md
@@ -11,8 +11,8 @@ the AspectJ Compiler _ajc_ from the command line.
Please refer to the [AspectJ Development Environment Guide](https://www.eclipse.org/aspectj/doc/next/devguide/printable.html)
for more details about on-board AspectJ tools, such as _ajc_ (compiler), _ajdoc_ (aspect-enriched Javadoc), _aj_
-(load-time weaving helper), AspectJ Browser (simple visualisation tool for cross-cutting aspect structure) as well as
-basic information about load-time weaving configuration and the built-in Ant task for AspectJ.
+(load-time weaving helper) as well as basic information about load-time weaving configuration and the built-in Ant task
+for AspectJ.
## IDE support
@@ -95,8 +95,8 @@ If you wish to install AspectJ in a separate directory and use it from the comma
feel free to download the **AspectJ installer**. It is and executable JAR installer. It requires Java and possibly admin
rights, if e.g. under Windows you want to install AspectJ to _C:/Program Files/AspectJ_. You execute it from a command
prompt via `java -jar installer-<version>.jar` and select your installation options. Then you add `<ASPECTJ_HOME>/bin`
-to your path and are good to go. You can now call tools like the Aspectj compiler `ajc`, the AspectJ documentation
-generator `ajdoc` (similar to Javadoc) or the AspectJ Browser `ajbrowser` from the command line.
+to your path and are good to go. You can now call tools like the Aspectj compiler `ajc` or the AspectJ documentation
+generator `ajdoc` (similar to Javadoc) from the command line.
You can find older installer versions until 1.9.6 on the [AspectJ website](https://www.eclipse.org/aspectj/downloads.php),
more recent ones are attached to AspectJ [GitHub releases](https://github.com/eclipse/org.aspectj/releases) as