blob: 0306d2fb574a50d211899828f3a9a6e82b786500 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="person.xsl"?>
<person:person xmlns:person="http://eclipse.org/webtools/person"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://eclipse.org/webtools/person person.xsd ">
<person:name>
<person:given-name>Larry</person:given-name>
<person:family-name>Dunnell</person:family-name>
</person:name>
<person:affiliation href="http://www.ibm.com">IBM</person:affiliation>
<person:e-mail>ledunnel@us.ibm.com</person:e-mail>
<person:biography>
<p>
Larry is a software developer at IBM, Seattle. He works on
Data tools for Rational Application Developer and DB2.
</p>
</person:biography>
<person:contribution role="committer">
<p>
Larry is a committer for the Data Tools components of the
Web Standard Tools project.
</p>
</person:contribution>
<person:large-photo width="200" height="250" href="photos/large/no-picture.png" />
<person:small-photo width="100" height="125" href="photos/small/no-picture.png" />
</person:person>