summaryrefslogtreecommitdiffstats
path: root/docs/dist/doc/examples/ltw/README
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dist/doc/examples/ltw/README')
-rw-r--r--docs/dist/doc/examples/ltw/README5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/dist/doc/examples/ltw/README b/docs/dist/doc/examples/ltw/README
index bbeb56290..92011019e 100644
--- a/docs/dist/doc/examples/ltw/README
+++ b/docs/dist/doc/examples/ltw/README
@@ -1,6 +1,7 @@
-This directory contains a script "aj" to demonstrate load-time weaving. Java
-classes on the CLASSPATH are loaded and woven with aspects on the ASPECTPATH.
+The bin directory of your AspectJ distribution contains a script "aj" to
+perform load-time weaving. Java classes on the CLASSPATH are loaded and
+woven with aspects on the ASPECTPATH.
This feature is only supported on JDK 1.4 and later.
--To compile the tracing example--