Initial contribution of an exemplary implementation of the ODA run-time interfaces.
diff --git a/plugins/org.eclipse.datatools.connectivity.oda/schema/datasource.exsd b/plugins/org.eclipse.datatools.connectivity.oda/schema/datasource.exsd
index b377ed4..2ab647c 100644
--- a/plugins/org.eclipse.datatools.connectivity.oda/schema/datasource.exsd
+++ b/plugins/org.eclipse.datatools.connectivity.oda/schema/datasource.exsd
@@ -621,12 +621,12 @@
<meta.section type="implementation"/>
</appInfo>
<documentation>
- The plugin <i>org.eclipse.birt.report.data.oda.jdbc</i>, supplied with the Eclipse BIRT installation, provides a good example for implementing an ODA runtime extension.
+ The plug-in <i>org.eclipse.datatools.connectivity.oda.flatfile</i>, supplied with the Eclipse DTP Connectivity source, provides an example for implementing a simple ODA run-time extension.
<br>
In addition, a set of default implementation of the main ODA runtime interfaces are provided in the
<i>org.eclipse.datatools.connectivity.oda.impl</i> package.
These classes assume the behavior of a simple ODA driver,
-and have labelled TODO tasks for a driver developer to implement data source dependent behavior.
+and have labeled TODO tasks for a driver developer to implement data source specific behavior.
These concrete classes are provided for use as templates or base classes to aid in the development of an ODA custom driver. Their use is purely optional.
</documentation>
</annotation>