maven-plugins/abbot/xdocs/changes.xml

37 lines
1.8 KiB
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.2-SNAPSHOT" date="in SVN">
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
<ul>
<li>ant v1.5.3-1 -> v1.6.5</li>
<li>ant-junit (ant-optional) v1.5.3-1 -> v1.6.5</li>
<li>commons-jelly-tags-xml v1.0 -> v1.1</li>
<li>jdom v b10 -> v1.0</li>
<li>xercesImpl v 2.4.0 -> v2.6.2</li>
<li>xmlParserAPIs v 2.2.1 -> v2.6.2</li>
</ul>
</action>
<action dev="vmassol" type="update">
Removed the need to set up a <code>JAVAWS_HOME</code> property. This is
now automatically inferred from <code>${java.home}</code> and defaults
to <code>${java.home}/javaws</code>. You can override this value by
setting the <code>maven.abbot.webstart.home</code> property.
</action>
</release>
<release version="1.1" date="2004-09-27">
<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>