blob: 795526eabd733d2d9bcb6a39e2c19d03677f8107 [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>Isaacs</person:family-name>
</person:name>
<person:affiliation href="http://www.sas.com">SAS</person:affiliation>
<person:e-mail>Larry.Isaacs@sas.com</person:e-mail>
<person:biography>
<p>
Larry is the team lead for server-side development in the Java Development
Environments Department at SAS Institute, Inc. He has also been a
contributor to the Apache Jakarta Tomcat project, including serving as a
release manager for Tomcat 3.3.
</p>
</person:biography>
<person:contribution role="committer">
<p>
Larry contributes to the Tomcat server support portion of Server Tools.
</p>
</person:contribution>
<person:large-photo width="200" height="271" href="photos/large/larry-isaacs.png" />
<person:small-photo width="100" height="136" href="photos/small/larry-isaacs.png" />
</person:person>