blob: 1ae3432b6a81ddebcf080d1cf295f72f6fe8874c [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>Gerry</person:given-name>
<person:family-name>Kessler</person:family-name>
</person:name>
<person:affiliation href="http://www.oracle.com">
Oracle
</person:affiliation>
<person:e-mail>gerry.kessler@oracle.com</person:e-mail>
<person:biography>
<p>
Gerry is a software developer for the JDeveloper Group at
Oracle and has 16 years experience in application and tools
development. Prior to Oracle he worked for Peoplesoft,
Versata and Blyth Software.
</p>
</person:biography>
<person:contribution role="committer">
<p>
Gerry is a committer for the JavaServer Faces Tools project.
</p>
</person:contribution>
<person:large-photo width="200" height="250"
href="photos/large/gerry-kessler.png" />
<person:small-photo width="100" height="125"
href="photos/small/gerry-kessler.png" />
</person:person>