[teiid-commits] teiid SVN: r1034 - branches/6.1.x/documentation/quick-start-example/src/main/docbook/en-US/content.
teiid-commits at lists.jboss.org
teiid-commits at lists.jboss.org
Wed Jun 10 11:08:51 EDT 2009
Author: shawkins
Date: 2009-06-10 11:08:51 -0400 (Wed, 10 Jun 2009)
New Revision: 1034
Modified:
branches/6.1.x/documentation/quick-start-example/src/main/docbook/en-US/content/download.xml
branches/6.1.x/documentation/quick-start-example/src/main/docbook/en-US/content/preface.xml
Log:
TEIID-650 correcting basics link and adding a note about the java 6 requirement
Modified: branches/6.1.x/documentation/quick-start-example/src/main/docbook/en-US/content/download.xml
===================================================================
--- branches/6.1.x/documentation/quick-start-example/src/main/docbook/en-US/content/download.xml 2009-06-10 01:48:53 UTC (rev 1033)
+++ branches/6.1.x/documentation/quick-start-example/src/main/docbook/en-US/content/download.xml 2009-06-10 15:08:51 UTC (rev 1034)
@@ -28,7 +28,9 @@
file for Teiid Embedded, and the "lib" and "extension" directories containing binaries either directly or indirectly
required to execute Teiid Embedded. Later sections describe installing these artifacts.</para>
<note>
- <para>
+ <para>Teiid Embedded requires <ulink url="http://java.sun.com/javase/downloads">Java 6</ulink> to run.
+ </para>
+ <para>
Access to physical data sources such as Oracle, MS-SQL Server, DB2, and Sybase through Teiid relies upon
the user supplying their own JDBC drivers in the deployment. Teiid Embedded
has been tested extensively with
Modified: branches/6.1.x/documentation/quick-start-example/src/main/docbook/en-US/content/preface.xml
===================================================================
--- branches/6.1.x/documentation/quick-start-example/src/main/docbook/en-US/content/preface.xml 2009-06-10 01:48:53 UTC (rev 1033)
+++ branches/6.1.x/documentation/quick-start-example/src/main/docbook/en-US/content/preface.xml 2009-06-10 15:08:51 UTC (rev 1034)
@@ -29,7 +29,7 @@
<note>
<para>
Please read
- <ulink url="http://teiid.org/Documentation.html">Federation Basics</ulink>
+ <ulink url="http://www.jboss.org/teiid/basics.html">Federation Basics</ulink>
and understand different terminologies used, resources needed and artifacts that need to be generated before
developing a successful application. This example takes advantage of only a minimal set of features from
Teiid Embedded for the sake of simplicity and time.
More information about the teiid-commits
mailing list