diff options
author | aclement <aclement> | 2005-11-01 21:56:49 +0000 |
---|---|---|
committer | aclement <aclement> | 2005-11-01 21:56:49 +0000 |
commit | abaf7e1b8f043d3ae08ac6ce1c64cda6d5aa212c (patch) | |
tree | c5bbb94686ce8a43ad912a40b92c79c19813bbf1 /docs/devGuideDB | |
parent | bb9d2de08e63266a93ac1167f87b07813561d559 (diff) | |
download | aspectj-abaf7e1b8f043d3ae08ac6ce1c64cda6d5aa212c.tar.gz aspectj-abaf7e1b8f043d3ae08ac6ce1c64cda6d5aa212c.zip |
pr93253: lazytjp the default. removed mention of lazytjp.
Diffstat (limited to 'docs/devGuideDB')
-rw-r--r-- | docs/devGuideDB/ltw.xml | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/docs/devGuideDB/ltw.xml b/docs/devGuideDB/ltw.xml index d3d9636b2..c1e94f6c2 100644 --- a/docs/devGuideDB/ltw.xml +++ b/docs/devGuideDB/ltw.xml @@ -176,7 +176,7 @@ </aspects> - <weaver options="-verbose -XlazyTjp"> + <weaver options="-verbose"> <!-- Weave types that are within the javax.* or org.aspectj.* packages. Also weave all types in the foo package that do not have the @NoWeave annotation. --> @@ -399,7 +399,7 @@ aspects.include=com..* aspects.exclude=@CoolAspect - weaver.options=-verbose -XlazyTjp + weaver.options=-verbose weaver.include=javax.* OR org.aspectj.* ]]></programlisting> </sect2> @@ -437,13 +437,6 @@ </row> <row> <entry> - <literal>-XlazyTjp</literal> - </entry> - <entry>Performance optimization for aspects making use - of thisJoinPoint (non-static parts)</entry> - </row> - <row> - <entry> <literal>-Xlintfile:pathToAResource</literal> </entry> <entry>Configure lint messages as specified in the given resource (visible from this aop.xml file' classloader)</entry> |