JellyDoc report works correctly now with multiproject git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114226 13f79535-47bb-0310-9956-ffa450edef68
39 lines
1.2 KiB
XML
39 lines
1.2 KiB
XML
<?xml version="1.0"?>
|
|
<document>
|
|
<properties>
|
|
<title>Changes</title>
|
|
<author email="dion@multitask.com.au">dIon Gillard</author>
|
|
<author email="kschrader@karmalab.org">Kurt Schrader</author>
|
|
</properties>
|
|
|
|
<body>
|
|
|
|
<release version="1.2" date="in CVS">
|
|
<action dev="evenisse" type="fix">
|
|
Externalise output directory and encoding.
|
|
JellyDoc report works correctly now with multiproject.
|
|
</action>
|
|
<action dev="dion" type="fix">
|
|
Only register report if sources exist
|
|
</action>
|
|
</release>
|
|
|
|
<release version="1.1" date="2003-09-29">
|
|
<action dev="dion" type="update">
|
|
Sort tag libraries, tags and attributes accordingly
|
|
</action>
|
|
<action dev="dion" type="update">update to use maven.docs.*/maven.gen.docs</action>
|
|
<action dev="dion" type="update">
|
|
Upgrade to dom4j 1.4
|
|
</action>
|
|
<action dev="dion" type="fix">
|
|
Change use of pom.build.sourceDirectory to not include the basedir. This must be placed in the pom
|
|
if a ${basedir} prefix is required.
|
|
</action>
|
|
</release>
|
|
<release version="1.0" date="Unknown">
|
|
</release>
|
|
|
|
</body>
|
|
</document>
|