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:54:02 UTC

svn commit: r553780 - /db/derby/code/branches/10.3/java/demo/toursdb/toursdb.xml

Author: myrnavl
Date: Fri Jul  6 00:54:01 2007
New Revision: 553780

URL: http://svn.apache.org/viewvc?view=rev&rev=553780
Log:
backport of derby 553776 to allow successful run of demo toursdb ant target.

Modified:
    db/derby/code/branches/10.3/java/demo/toursdb/toursdb.xml

Modified: db/derby/code/branches/10.3/java/demo/toursdb/toursdb.xml
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.3/java/demo/toursdb/toursdb.xml?view=diff&rev=553780&r1=553779&r2=553780
==============================================================================
--- db/derby/code/branches/10.3/java/demo/toursdb/toursdb.xml (original)
+++ db/derby/code/branches/10.3/java/demo/toursdb/toursdb.xml Fri Jul  6 00:54:01 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>