Author: bodewig Date: Thu Sep 7 12:09:44 2006 New Revision: 441179 URL: http://svn.apache.org/viewvc?view=rev&rev=441179 Log: people who've committed stuff here
Added: ant/antlibs/antunit/trunk/contributors.xml (with props) Added: ant/antlibs/antunit/trunk/contributors.xml URL: http://svn.apache.org/viewvc/ant/antlibs/antunit/trunk/contributors.xml?view=auto&rev=441179 ============================================================================== --- ant/antlibs/antunit/trunk/contributors.xml (added) +++ ant/antlibs/antunit/trunk/contributors.xml Thu Sep 7 12:09:44 2006 @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE contributors +[ +<!ELEMENT name (first?, middle?, last)> +<!ELEMENT contributors (introduction, name+)> +<!ELEMENT first (#PCDATA)> +<!ELEMENT introduction (#PCDATA)> +<!ELEMENT middle (#PCDATA)> +<!ELEMENT last (#PCDATA)> +] +> + +<contributors> + <introduction> + These are some of the many people who have helped with this Ant Library. + </introduction> + <name> + <first>Kevin</first> + <last>Jackson</last> + </name> + <name> + <first>Stefan</first> + <last>Bodewig</last> + </name> + <name> + <first>Steve</first> + <last>Loughran</last> + </name> +</contributors> \ No newline at end of file Propchange: ant/antlibs/antunit/trunk/contributors.xml ------------------------------------------------------------------------------ svn:eol-style = native --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]