From 4fe2028e62f2fc77798eab5551f341f6b584dbde Mon Sep 17 00:00:00 2001 From: acolyer Date: Mon, 19 Dec 2005 16:53:15 +0000 Subject: doc updates from RB_V1_5_0 --- docs/devGuideDB/ajc.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/devGuideDB') 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 @@ - -aspectpath JarList + -aspectpath Path - 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. -- cgit v1.2.3