]> source.dussan.org Git - aspectj.git/commitdiff
153 readme - LTW Enhancements
authormwebster <mwebster>
Mon, 20 Nov 2006 14:00:23 +0000 (14:00 +0000)
committermwebster <mwebster>
Mon, 20 Nov 2006 14:00:23 +0000 (14:00 +0000)
docs/dist/doc/README-153.html

index 45b5911fe4d7074d949b08d1fb34bb173ecb2e32..0dfc5b9accb11fd9735fe0acea7dd50c9a714938 100644 (file)
@@ -92,11 +92,17 @@ for an AspectJ trace on a future bug report!
 
 <h2>LTW enhancements</h2>
 
-<p><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=132080">132080</a> describes how the 
-concrete aspects that can be defined in aop.xml are now exposed for weaving.</p>
-<p><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=149289">149289</a> 
+<h3>User and System Configuration Files - <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=149289">149289</a></h3>
+<p>The <code>-outxml</code> option now generates a file named <code>META-INF/aop-ajc.xml</code>.
+This no longer clashes with a user defined <code>META-INF/aop.xml</code> configuration file.
+Both file names along with an OSGi-friendly <code>org/aspectj/aop.xml</code> (which can also be
+signed) are used by default to configure LTW.</p>
+
+<h3>Weaving Concrete Aspects Defined in aop.xml - <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=132080">132080</a></h3>
+<p>Concrete aspects defined using aop.xml are now exposed for weaving.</p>
+
 
-</p>
 
 <p>For information on bug fixes in AspectJ 5 v1.5.3, see the <a href="changes.html"> changes</a> document.</p>