aboutsummaryrefslogtreecommitdiffstats
path: root/docs/devguide/tools-intro.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/devguide/tools-intro.adoc')
-rw-r--r--docs/devguide/tools-intro.adoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/devguide/tools-intro.adoc b/docs/devguide/tools-intro.adoc
index 329378b2a..7673d3fc5 100644
--- a/docs/devguide/tools-intro.adoc
+++ b/docs/devguide/tools-intro.adoc
@@ -8,8 +8,8 @@ The xref:../progguide/index.html[AspectJ Programming Guide] describes
the AspectJ language. This guide describes the AspectJ tools produced by
the AspectJ team on https://eclipse.org/aspectj. The AspectJ tools
include - ajc, the compiler/weaver; ajdoc, a documentation tool;
-ajbrowser, a crosscutting code viewer; Ant support for ajc; and
-load-time weaving support. These tools are delivered in the library
+Ant support for ajc; and load-time weaving support.
+These tools are delivered in the library
folder of the AspectJ tools installation, mainly in `aspectjtools.jar`
(tools) and `aspectjrt.jar` (runtime). This guide does not describe the
Eclipse AspectJ development tools (AJDT). That is produced by another
@@ -78,7 +78,7 @@ AspectJ program.)
AspectJ introduces two new paths for the binary input to the weaver
which you'll find referenced in xref:ajc.adoc[`ajc`, the AspectJ compiler/weaver],
-xref:ajbrowser.adoc#ajbrowser[AspectJ Browser], xref:antsupport.adoc[AspectJ Ant Tasks], and xref:ltw.adoc#ltw[Load-Time Weaving].
+xref:antsupport.adoc[AspectJ Ant Tasks], and xref:ltw.adoc#ltw[Load-Time Weaving].
As in Java, the `classpath` is where the AspectJ tools resolve types
specified in the program. When running an AspectJ program, the classpath