This repository has been archived by the owner. It is now read-only.
Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
people who've committed stuff here
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/svn/trunk@441180 13f79535-47bb-0310-9956-ffa450edef68
- Loading branch information
Showing
2 changed files
with
43 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters