You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@tomee.apache.org by bu...@apache.org on 2014/04/22 12:40:12 UTC

svn commit: r906491 - in /websites/staging/tomee/trunk: cgi-bin/ content/ content/configuring-datasources.html

Author: buildbot
Date: Tue Apr 22 10:40:12 2014
New Revision: 906491

Log:
Staging update by buildbot for tomee

Modified:
    websites/staging/tomee/trunk/cgi-bin/   (props changed)
    websites/staging/tomee/trunk/content/   (props changed)
    websites/staging/tomee/trunk/content/configuring-datasources.html

Propchange: websites/staging/tomee/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Apr 22 10:40:12 2014
@@ -1 +1 @@
-1589075
+1589079

Propchange: websites/staging/tomee/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Apr 22 10:40:12 2014
@@ -1 +1 @@
-1589075
+1589079

Modified: websites/staging/tomee/trunk/content/configuring-datasources.html
==============================================================================
--- websites/staging/tomee/trunk/content/configuring-datasources.html (original)
+++ websites/staging/tomee/trunk/content/configuring-datasources.html Tue Apr 22 10:40:12 2014
@@ -157,7 +157,7 @@ can abbreviated to just <em>DataSource</
 &lt;Resource&gt;
 </code></pre>
 
-<p>It is also possible to specify the path to the drive jar file using a classpath attribute like so:  </p>
+<p>It is also possible to specify the path to the driver jar file using a classpath attribute like so: </p>
 
 <pre><code>&lt;Resource id="myDerbyDatasource" type="DataSource" classpath="/path/to/driver.jar"&gt;
  . . . .