2004-06-20 19:04:23 +00:00

63 lines
3.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-->
<document>
<properties>
<title>AspectJ plugin changes</title>
<author email="dion@multitask.com.au">dIon Gillard</author>
<author email="vmassol@pivolis.com">Vincent Massol</author>
<author email="jason@maven.org">Jason van Zyl</author>
<author email="carlossg@users.sourceforge.net">Carlos Sanchez</author>
</properties>
<body>
<release version="3.1" date="2004-06-20">
<action dev="carlos" type="add" issue="MPASPECTJ-6">Weave test classes</action>
<action dev="carlos" type="add" issue="MPASPECTJ-10">Added "Compiling aspect sources" section to xdoc</action>
<action dev="carlos" type="fix" issue="MPASPECTJ-10">Use
<code>maven.aspectj.maxmem</code>only when
<code>maven.aspectj.fork=true</code>to avoid aspectj warnings
</action>
<action dev="vmassol" type="update">Now using AspectJ 1.2 release.</action>
<action dev="vmassol" type="add" due-to="Jules Gosnell">Added new
<code>maven.aspectj.source</code>and
<code>maven.aspectj.time</code>properties.
</action>
</release>
<release version="3.0" date="2004-05-15">
<action dev="vmassol" type="add" issue="MPASPECTJ-9" due-to="Carlos Sanchez" due-to-email="carlossg@users.sourceforge.net">Added new
<code>maven.aspectj.fork</code>and
<code>maven.aspectj.maxmem</code>properties.
</action>
<action dev="vmassol" type="update" issue="MPASPECTJ-8" due-to="Carlos Sanchez" due-to-email="carlossg@users.sourceforge.net">Another almost complete rewrite of the plugin. The plugin is now using AspectJ 1.2rc1 and allows weaving at class level (instead of at jar level which was a bad idea introduced in version 2.0 of the plugin). It also supports weaving of dependent libraries.</action>
</release>
<release version="2.0" date="2004-03-10">
<action dev="vmassol" type="add">Complete rewrite of the plugin. Now using AspectJ 1.1 and performing binary weaving on jar generated by the
<code>jar:jar</code>goal. Also supports creation and weaving-in of reusable aspect libraries.
</action>
</release>
<release version="1.1" date="2003-09-21">
<action dev="dion" type="add">Added documentation for navigation, changes, properties and goals</action>
</release>
<release version="1.0" date="2002-07-16">
<action dev="jvanzyl" type="add">Original release for Maven 1.0-beta6</action>
</release>
</body>
</document>