diff options
author | acolyer <acolyer> | 2005-12-19 16:53:15 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2005-12-19 16:53:15 +0000 |
commit | 4fe2028e62f2fc77798eab5551f341f6b584dbde (patch) | |
tree | fa4f4300ba921b9dfa1da83122b25b7a773f9c4e /docs/devGuideDB | |
parent | 3509955887685ee99cf2772426bcf74cd3a6e5cb (diff) | |
download | aspectj-4fe2028e62f2fc77798eab5551f341f6b584dbde.tar.gz aspectj-4fe2028e62f2fc77798eab5551f341f6b584dbde.zip |
doc updates from RB_V1_5_0
Diffstat (limited to 'docs/devGuideDB')
-rw-r--r-- | docs/devGuideDB/ajc.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/devGuideDB/ajc.xml b/docs/devGuideDB/ajc.xml index 0aa7bae93..a9d21962c 100644 --- a/docs/devGuideDB/ajc.xml +++ b/docs/devGuideDB/ajc.xml @@ -80,14 +80,14 @@ </varlistentry> <varlistentry> - <term>-aspectpath <replaceable>JarList</replaceable></term> + <term>-aspectpath <replaceable>Path</replaceable></term> <listitem><para> - Weave binary aspects from JarList zip files into all sources. + Weave binary aspects from Jars and directories on path into all sources. The aspects should have been output by the same version of the compiler. To run the output classes requires putting all the aspectpath entries on the run classpath. - JarList, like classpath, is a single argument containing + Path, like classpath, is a single argument containing a list of paths to jar files, delimited by the platform- specific classpath delimiter. </para></listitem> |