blob: 866de1d08d051eeb8a042aa23a42845d072b7ff8 [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>Brad</person:given-name>
<person:family-name>Blancett</person:family-name>
</person:name>
<person:affiliation href="http://www.ibm.com">IBM</person:affiliation>
<person:e-mail>blancett@us.ibm.com</person:e-mail>
<person:biography>
</person:biography>
<person:contribution role="contributor">
<p>
Brad contributes to the J2EE tools. He has been very
involved in the integration with Server Tools, which means
he has contributed feedback to the Server Tools API along
with our implementation of things like "Run on Server",
while also using the Virtual Path API and the ArtifactEdit
API. Brad also contributed to some of the early
documentation while the Artifact Edit API was still forming.
</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>