1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
<?xml version="1.0"?>
<status>
<developers>
<person name="Ben Litchfield" email="ben@benlitchfield.com" id="BJL" />
<person name="Christopher Oezbek" email="oezi@oezi.de" id="CO" />
<!-- Add more people here -->
</developers>
<contexts>
<context id="code" title="Changes to the Code Base"/>
<context id="docs" title="Changes to Documentation"/>
<context id="admin" title="Changes to Project Administration"/>
<context id="design" title="Changes to Design"/>
<context id="build" title="Changes to Build"/>
</contexts>
<!-- Add new releases here -->
<!-- Some action types have associated images. By default, images are
defined for 'add', 'fix', 'remove', 'update' and 'hack'. If you add
src/documentation/resources/images/<foo>.jpg images, these will
automatically be used for entries of type <foo>. -->
<changes>
<release version="0.2.0" date="2/28/2007">
<action context="code" dev="CO" type="add">Added methods in XMLUtil and XMPMetadata to save to output stream.</action>
<action context="code" dev="CO" type="fix">Fixed bug in DateConverter.toCalendar concerning timezones.</action>
<action context="code" dev="CO" type="fix">Type property in DublinCore is a bag value and not a text proper.</action>
<action context="code" dev="CO" type="fix">CreateTool in XMPSchemaBasic renamed to CreatorTool.</action>
<action context="code" dev="CO" type="fix">Fixed bug in getTextProperty related to empty nodes.</action>
<action context="code" dev="CO" type="fix">removeBagValue and removeSequence now remove all matching nodes.</action>
<action context="code" dev="CO" type="fix">Fixed bug with wrong error message with constructor invocation in XMPMetadata.</action>
<action context="code" dev="CO" type="add">Added methods to contribute new XMPSchema-types to JempBox in XMPMetadata.</action>
<action context="code" dev="CO" type="add">First couple of unit-tests.</action>
</release>
<release version="0.1.0" date="5/1/2006">
<action context="code" dev="BJL" type="add">Initial Version</action>
</release>
</changes>
<todo>
<actions priority="high">
<action context="docs" dev="JB">
Customize this template project with your project's details. This
TODO list is generated from 'status.xml'.
</action>
<action context="docs" dev="JB">
Add lots of content. XML content goes in
<code>src/documentation/content/xdocs</code>, or wherever the
<code>${project.xdocs-dir}</code> property (set in
<code>forrest.properties</code>) points.
</action>
<action context="feedback" dev="JB">
Mail <link
href="mailto:forrest-dev@xml.apache.org">forrest-dev@xml.apache.org</link>
with feedback.
</action>
</actions>
<!-- Add todo items. @context is an arbitrary string. Eg:
<actions priority="high">
<action context="code" context="code" dev="SN">
</action>
</actions>
<actions priority="medium">
<action context="code" context="docs" dev="open">
</action>
</actions>
-->
</todo>
</status>
|