diff options
author | wisberg <wisberg> | 2003-02-28 07:45:15 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-02-28 07:45:15 +0000 |
commit | cec1a53e53f853e15742ac1eceea8fc96c7da08c (patch) | |
tree | 5078ffe87a47770ca9f439cabff0a5e733a28e46 /build | |
parent | 189eaae38fab1ec4e810c74bd5c7d31e6d90a7ec (diff) | |
download | aspectj-cec1a53e53f853e15742ac1eceea8fc96c7da08c.tar.gz aspectj-cec1a53e53f853e15742ac1eceea8fc96c7da08c.zip |
*minor* editorial changes for beta5
Diffstat (limited to 'build')
-rw-r--r-- | build/products/tools/dist/README-AspectJ.html | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/build/products/tools/dist/README-AspectJ.html b/build/products/tools/dist/README-AspectJ.html index b369b3571..037222d21 100644 --- a/build/products/tools/dist/README-AspectJ.html +++ b/build/products/tools/dist/README-AspectJ.html @@ -162,17 +162,16 @@ <li>the directory <a href="lib"><CODE><aspectj install dir>/lib</CODE></a> has the AspectJ binaries, <ul> - <li><CODE>aspectjtools.jar</CODE>: libraries for the - <code>ajc</code>, <code>ajbrowser</code>, and Ant tasks</li> + <li><CODE>aspectjtools.jar</CODE>: libraries for + <code>ajc</code>, <code>ajbrowser</code>, and the Ant tasks</li> - <li><CODE>aspectjrt.jar</CODE>: libraries for compiled - AspectJ code</li> + <li><CODE>aspectjrt.jar</CODE>: runtime library for AspectJ programs</li> </ul> </li> <li>the directory <a href="doc"><CODE><aspectj install dir>/doc</CODE></a> - has examples, guides for programming and development environments, - instructions for the Ant tasks, and a quick reference, all available - from <a href="doc/index.html">index</a> page. + has examples, programming and development environment guides, + instructions for the Ant tasks, and a quick reference, all linked + from the <a href="doc/index.html">index</a> page. </li> <li>this <a href="README-AspectJ.html">README-AspectJ.html</a>, and </li> |