Author: bodewig Date: Sun Jul 1 21:20:52 2007 New Revision: 552398 URL: http://svn.apache.org/viewvc?view=rev&rev=552398 Log: autogenerate WHATSNEW from changes.xml
Added: ant/antlibs/antunit/trunk/changes.xml (with props) Removed: ant/antlibs/antunit/trunk/WHATSNEW Added: ant/antlibs/antunit/trunk/changes.xml URL: http://svn.apache.org/viewvc/ant/antlibs/antunit/trunk/changes.xml?view=auto&rev=552398 ============================================================================== --- ant/antlibs/antunit/trunk/changes.xml (added) +++ ant/antlibs/antunit/trunk/changes.xml Sun Jul 1 21:20:52 2007 @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE document +[ +<!ELEMENT document (properties?, release+)> +<!ELEMENT properties (title)> +<!ELEMENT title (#PCDATA)> +<!ELEMENT release (action*)> +<!ELEMENT action (#PCDATA)> +<!ATTLIST release + version CDATA #REQUIRED + date CDATA #REQUIRED + description CDATA #IMPLIED> +<!ATTLIST action + issue CDATA #IMPLIED + type (add|fix|remove|update) #REQUIRED + breaks-bwc (true|false) #IMPLIED> +] +> +<document> + <properties> + <title>Apache AntUnit</title> + </properties> + + <release version="SVN trunk" date="unpublished"> + <action type="fix" issue="42745"> + assertFileExists example wrong, should use @file instead of @name + </action> + </release> + +</document> \ No newline at end of file Propchange: ant/antlibs/antunit/trunk/changes.xml ------------------------------------------------------------------------------ svn:eol-style = native --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]