diff options
author | aclement <aclement> | 2008-06-12 22:15:19 +0000 |
---|---|---|
committer | aclement <aclement> | 2008-06-12 22:15:19 +0000 |
commit | 8e966e2713ca264371174574ba099eeedeb38190 (patch) | |
tree | 06effaae499c4ddfc91b74cfccebd18b114bd799 /docs | |
parent | 92e2a41d3cdf7d3297092ee5d4266577905519b3 (diff) | |
download | aspectj-8e966e2713ca264371174574ba099eeedeb38190.tar.gz aspectj-8e966e2713ca264371174574ba099eeedeb38190.zip |
168482: ref dtd
Diffstat (limited to 'docs')
-rw-r--r-- | docs/devGuideDB/ltw.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/devGuideDB/ltw.xml b/docs/devGuideDB/ltw.xml index 39d584233..3d8723662 100644 --- a/docs/devGuideDB/ltw.xml +++ b/docs/devGuideDB/ltw.xml @@ -195,6 +195,10 @@ ]]></programlisting> <para> + The DTD defining the format of this file is available here: + http://www.eclipse.org/aspectj/dtd/aspectj.dtd. + </para> + <para> An aop.xml file contains two key sections: <literal>aspects</literal> defines one or more aspects to the weaver and controls which aspects are to be used in the weaving process; <literal>weaver</literal> defines weaver options and which |