git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115983 13f79535-47bb-0310-9956-ffa450edef68
24 lines
918 B
XML
24 lines
918 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<document>
|
|
<properties>
|
|
<title>Changes</title>
|
|
<author email="vmassol@apache.org">Vincent Massol</author>
|
|
</properties>
|
|
<body>
|
|
<release version="1.1-SNAPSHOT" date="in CVS">
|
|
<action dev="vmassol" type="update">
|
|
Upgraded to Abbot 0.13.0 and JDOM 1.0 beta 10.
|
|
</action>
|
|
<action dev="vmassol" type="add">
|
|
Added new <code>maven.abbot.extrajars</code> property that can be used
|
|
to specify extra jars to be added to the executing classpath. For example,
|
|
this is useful to add custom Abbot tester classes.
|
|
</action>
|
|
</release>
|
|
<release version="1.0" date="2004-07-08">
|
|
<action dev="vmassol" type="add">Initial creation by Christian Blavier and Vincent Massol. See the feature list on the Abbot plugin web site for a full list of what the plugin does.</action>
|
|
</release>
|
|
</body>
|
|
</document>
|