diff options
author | acolyer <acolyer> | 2005-03-23 16:47:55 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2005-03-23 16:47:55 +0000 |
commit | 68f63508828d1c1ea7076d051cc77713625f6a03 (patch) | |
tree | 40e125609a1fbfe8423f7e439d88da6b997668c4 /docs/adk15ProgGuideDB | |
parent | ef3044a08dd1e5556c03e614ce8d799d61aaf041 (diff) | |
download | aspectj-68f63508828d1c1ea7076d051cc77713625f6a03.tar.gz aspectj-68f63508828d1c1ea7076d051cc77713625f6a03.zip |
fix for Bug 84122 - Allow aspectPath to contain directories
Diffstat (limited to 'docs/adk15ProgGuideDB')
-rw-r--r-- | docs/adk15ProgGuideDB/miscellaneous.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/adk15ProgGuideDB/miscellaneous.xml b/docs/adk15ProgGuideDB/miscellaneous.xml index 063c8b816..899ac1208 100644 --- a/docs/adk15ProgGuideDB/miscellaneous.xml +++ b/docs/adk15ProgGuideDB/miscellaneous.xml @@ -91,5 +91,17 @@ </sect1> + + <sect1> + <title>Tools</title> + + <sect2> + <title>Aspectpath</title> + + <para>AspectJ 5 allows the specification of directories (containing .class files) on the aspectpath in + addition to jar/zip files.</para> + </sect2> + + </sect1> </chapter> |