You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by my...@apache.org on 2007/07/06 09:49:04 UTC

svn commit: r553776 - /db/derby/code/trunk/java/demo/toursdb/toursdb.xml

Author: myrnavl
Date: Fri Jul  6 00:49:04 2007
New Revision: 553776

URL: http://svn.apache.org/viewvc?view=rev&rev=553776
Log:
removing doube quote slipped in with revision 525286 which would prevent build 
  of toursdb.

Modified:
    db/derby/code/trunk/java/demo/toursdb/toursdb.xml

Modified: db/derby/code/trunk/java/demo/toursdb/toursdb.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/demo/toursdb/toursdb.xml?view=diff&rev=553776&r1=553775&r2=553776
==============================================================================
--- db/derby/code/trunk/java/demo/toursdb/toursdb.xml (original)
+++ db/derby/code/trunk/java/demo/toursdb/toursdb.xml Fri Jul  6 00:49:04 2007
@@ -26,7 +26,7 @@
   <target name="toursdb" depends="compile,buildschema,loadtables,jarup"/>
 
   <target name="compile">
-    <echo level=""info" message="Begin building toursdb"/>
+    <echo level="info" message="Begin building toursdb"/>
     <javac srcdir="..">
       <include name="toursdb/insertMaps.java"/>
     </javac>