From teiid-commits at lists.jboss.org Mon Jun 8 10:18:55 2009 Content-Type: multipart/mixed; boundary="===============3540539142795700715==" MIME-Version: 1.0 From: teiid-commits at lists.jboss.org To: teiid-commits at lists.jboss.org Subject: [teiid-commits] teiid SVN: r1027 - trunk/documentation/quick-start-example/src/main/docbook/en-US/content. Date: Mon, 08 Jun 2009 10:08:42 -0400 Message-ID: --===============3540539142795700715== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: shawkins Date: 2009-06-08 10:08:42 -0400 (Mon, 08 Jun 2009) New Revision: 1027 Modified: trunk/documentation/quick-start-example/src/main/docbook/en-US/content/b= uildvdb.xml trunk/documentation/quick-start-example/src/main/docbook/en-US/content/d= eployment.xml trunk/documentation/quick-start-example/src/main/docbook/en-US/content/d= ownload.xml trunk/documentation/quick-start-example/src/main/docbook/en-US/content/e= xample-explained.xml Log: TEIID-645 updating the quickstart for 6.1 Modified: trunk/documentation/quick-start-example/src/main/docbook/en-US/co= ntent/buildvdb.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/documentation/quick-start-example/src/main/docbook/en-US/content/= buildvdb.xml 2009-06-08 13:25:47 UTC (rev 1026) +++ trunk/documentation/quick-start-example/src/main/docbook/en-US/content/= buildvdb.xml 2009-06-08 14:08:42 UTC (rev 1027) @@ -28,7 +28,7 @@ list that will take you though all the steps involved. - Switch to the Designer Perspective, by opening the "Window->= Open Prespective.." + Switch to the Designer Perspective, by opening the "Window->= Open Perspective.." Create new "Model Project", using "File->New->ModelProject"<= /para> Modified: trunk/documentation/quick-start-example/src/main/docbook/en-US/co= ntent/deployment.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/documentation/quick-start-example/src/main/docbook/en-US/content/= deployment.xml 2009-06-08 13:25:47 UTC (rev 1026) +++ trunk/documentation/quick-start-example/src/main/docbook/en-US/content/= deployment.xml 2009-06-08 14:08:42 UTC (rev 1027) @@ -31,21 +31,12 @@ Stand-alone Application Deployment - Copy the "Teiid-${version}-embedded.jar" and all dependent jars = in "lib" directory in your Java - application's classpath along with your VDB. If your application is = already using the any of dependent jars - defined in "lib" directory you can safely ignore adding that jar fil= e to the classpath. Make sure the that - the versions match - Add "Teiid-${version}-embedded.jar" to your application clas= spath + Add the "${embedded root}/teiid-${version}-client.jar" to yo= ur application classpath - Add all the dependent jar files in the "lib" directory to yo= ur application's classpath. If your - application is already using the any of the "lib" directory's de= pendent jars, you can safely ignore - adding that jar to the classpath. Make sure the versions match.<= /para> - - - Place the VDB in a folder and add this folder to your applic= ation's classpath. + Place your VDB in a the "${embedded root}/deploy" or another= location referenced by the deploy.properties file. = Modified: trunk/documentation/quick-start-example/src/main/docbook/en-US/co= ntent/download.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/documentation/quick-start-example/src/main/docbook/en-US/content/= download.xml 2009-06-08 13:25:47 UTC (rev 1026) +++ trunk/documentation/quick-start-example/src/main/docbook/en-US/content/= download.xml 2009-06-08 14:08:42 UTC (rev 1027) @@ -24,8 +24,8 @@ Teiid Embedded Kit and extract this tar/zip file to a directory you can access. - In the expanded directory, you will find "Teiid-${version}-embedde= d.jar", which is the main binary jar - file for Teiid Embedded, and the "lib" and "extension" directories con= taining supporting 3rd party binaries + In the expanded directory, you will find "teiid-${version}-client.= jar", which is the main client binary jar + file for Teiid Embedded, and the "lib" and "extension" directories con= taining binaries either directly or indirectly required to execute Teiid Embedded. Later sections describe installing= these artifacts. Modified: trunk/documentation/quick-start-example/src/main/docbook/en-US/co= ntent/example-explained.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/documentation/quick-start-example/src/main/docbook/en-US/content/= example-explained.xml 2009-06-08 13:25:47 UTC (rev 1026) +++ trunk/documentation/quick-start-example/src/main/docbook/en-US/content/= example-explained.xml 2009-06-08 14:08:42 UTC (rev 1027) @@ -82,45 +82,19 @@ We need to start the Derby RDBMS and create the "accounts" datab= ase with the below schema. These --===============3540539142795700715==--