diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-02-22 10:40:59 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-02-22 10:40:59 +0700 |
commit | f9dcdebdb4df392da052e8694786fc4c48f7d98f (patch) | |
tree | ad54825566808da4a311fd0524cf5dda6d7d45ea /docs | |
parent | 55708c8875719efd0ac2817512dc09b51184e792 (diff) | |
download | aspectj-f9dcdebdb4df392da052e8694786fc4c48f7d98f.tar.gz aspectj-f9dcdebdb4df392da052e8694786fc4c48f7d98f.zip |
ajc.adoc: Fix typo ('-xmlConfigured', not '-xmlConfig')
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/devguide/ajc.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/devguide/ajc.adoc b/docs/devguide/ajc.adoc index f1ac8b860..18bce500c 100644 --- a/docs/devguide/ajc.adoc +++ b/docs/devguide/ajc.adoc @@ -84,7 +84,7 @@ destination directory on the inpath and rebuild.) listed in DirPaths. DirPaths, like classpath, is a single argument containing a list of paths to directories, delimited by the platform-specific classpath delimiter. Required by `-incremental`. -`-xmlConfig <files>`:: +`-xmlConfigured <files>`:: Configure the weaving process, if you wish to impose non-standard limitations, e.g. a list of aspects to use (if not all), global and per-aspect scopes for the weaver (target packages and classes to exclude or include). This option also needs an .xml |