| <?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>Thomas</person:given-name> |
| <person:family-name>Sharp</person:family-name> |
| </person:name> |
| |
| <person:affiliation href="http://www.ibm.com">IBM</person:affiliation> |
| |
| <person:e-mail>sharpt@us.ibm.com</person:e-mail> |
| |
| <person:biography> |
| <p> |
| Thomas Sharp, Senior Software Engineer, IBM, 20 years. |
| Experience with Information Development, Knowledge-Based |
| Systems, and DB2 tooling. Worked on KnowledgeTool, TIRS, |
| VisualAge for Basic, Stored Procedure Developer, Development |
| Center, and the DB2 Common Classes. |
| </p> |
| </person:biography> |
| |
| <person:contribution role="contributor"> |
| <p> |
| Thomas contributes to the com.ibm.etools.outputview plugin |
| implementing the DB Output view) and the New Connection |
| Wizard in the com.ibm.etools.rsc.core.ui plugin. |
| </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> |