You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by an...@apache.org on 2007/11/19 18:41:11 UTC

svn commit: r596379 - /db/jdo/trunk/tck2/maven.xml

Author: andyj
Date: Mon Nov 19 09:41:10 2007
New Revision: 596379

URL: http://svn.apache.org/viewvc?rev=596379&view=rev
Log:
Fix closing <echo>

Modified:
    db/jdo/trunk/tck2/maven.xml

Modified: db/jdo/trunk/tck2/maven.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck2/maven.xml?rev=596379&r1=596378&r2=596379&view=diff
==============================================================================
--- db/jdo/trunk/tck2/maven.xml (original)
+++ db/jdo/trunk/tck2/maven.xml Mon Nov 19 09:41:10 2007
@@ -88,7 +88,7 @@
         <echo>Note:</echo>
         <echo>  By default, the database schema is NOT installed when the custom goals</echo>
         <echo>      "runtck.iut" and "runtck.jdori" are run.</echo>
-        <echo>  "maven build" installs the database schema and runs the TCK on the 
+        <echo>  "maven build" installs the database schema and runs the TCK on the </echo>
         <echo>      JDO Reference Implementation.</echo>
         <echo>  Enhancement is always done before running the TCK when the enhanced classes</echo>
         <echo>      are not up to date.</echo>