You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2007/02/13 15:56:30 UTC

svn commit: r507032 - /cocoon/branches/BRANCH_2_1_X/src/blocks/databases/conf/datasources.xconf

Author: cziegeler
Date: Tue Feb 13 06:56:29 2007
New Revision: 507032

URL: http://svn.apache.org/viewvc?view=rev&rev=507032
Log:
Add database name

Modified:
    cocoon/branches/BRANCH_2_1_X/src/blocks/databases/conf/datasources.xconf

Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/databases/conf/datasources.xconf
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/src/blocks/databases/conf/datasources.xconf?view=diff&rev=507032&r1=507031&r2=507032
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/blocks/databases/conf/datasources.xconf (original)
+++ cocoon/branches/BRANCH_2_1_X/src/blocks/databases/conf/datasources.xconf Tue Feb 13 06:56:29 2007
@@ -42,7 +42,7 @@
         -
         - The default is true.
         -->
-      <dburl>jdbc:hsqldb:hsql://localhost:9002</dburl>
+      <dburl>jdbc:hsqldb:hsql://localhost:9002/cocoondb</dburl>
       <user>sa</user>
       <password></password>
     </jdbc>