blob: 094b10dbaf56cdf89b01fdde65e3e7f9c0366276 [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>Ian</person:given-name>
<person:family-name>Trimble</person:family-name>
</person:name>
<person:affiliation href="http://www.oracle.com">
Oracle
</person:affiliation>
<person:e-mail>ian.trimble@oracle.com</person:e-mail>
<person:biography>
<p>
Ian is a Software Developer for the JDeveloper Group at
Oracle Corporation Canada, Inc. Prior to working with
Oracle, Ian held software developer positions at PeopleSoft
and Versata, Inc., where he primarily worked with EMF and
client-side technologies (Servlets, JSP, Struts).
</p>
</person:biography>
<person:contribution role="committer">
<p>
Ian is a committer for the JavaServer Faces Tools project.
</p>
</person:contribution>
<person:large-photo width="200" height="250"
href="photos/large/ian-trimble.png" />
<person:small-photo width="100" height="125"
href="photos/small/ian-trimble.png" />
</person:person>