people who've committed stuff here

git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@441179 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stefan Bodewig 2006-09-07 19:09:44 +00:00
parent 232ace0349
commit e26193d206
1 changed files with 29 additions and 0 deletions

29
contributors.xml Normal file
View File

@ -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>