You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ddlutils-dev@db.apache.org by to...@apache.org on 2006/04/09 20:27:49 UTC

svn commit: r392800 - /db/ddlutils/trunk/src/doc/src/documentation/content/xdocs/ant-tasks.xml

Author: tomdz
Date: Sun Apr  9 11:27:47 2006
New Revision: 392800

URL: http://svn.apache.org/viewcvs?rev=392800&view=rev
Log:
Fix for DDLUTILS-88

Modified:
    db/ddlutils/trunk/src/doc/src/documentation/content/xdocs/ant-tasks.xml

Modified: db/ddlutils/trunk/src/doc/src/documentation/content/xdocs/ant-tasks.xml
URL: http://svn.apache.org/viewcvs/db/ddlutils/trunk/src/doc/src/documentation/content/xdocs/ant-tasks.xml?rev=392800&r1=392799&r2=392800&view=diff
==============================================================================
--- db/ddlutils/trunk/src/doc/src/documentation/content/xdocs/ant-tasks.xml (original)
+++ db/ddlutils/trunk/src/doc/src/documentation/content/xdocs/ant-tasks.xml Sun Apr  9 11:27:47 2006
@@ -67,7 +67,7 @@
       </p>
       <p>
         Required for this to work is that both DdlUtils and the JDBC driver are available
-        in the path specified by <code>runtime.classpath</code>. In the above snippet, this path
+        in the path specified by <code>runtime-classpath</code>. In the above snippet, this path
         contains all JARs and ZIPs in sub-directory <code>lib</code>.
       </p>
       <note>
@@ -79,7 +79,7 @@
         The opposite direction is achieved via the <code>DatabaseToDdlTask</code> task:
       </p>
       <source><![CDATA[
-<path id="runtime.classpath">
+<path id="runtime-classpath">
   <fileset dir="lib">
     <include name="**/*.jar"/>
     <include name="**/*.zip"/>