You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by fr...@apache.org on 2009/02/08 15:18:50 UTC

svn commit: r742102 - /incubator/empire-db/branches/maven/empire-db-examples/empire-db-example/src/main/resources/config.xml

Author: francisdb
Date: Sun Feb  8 14:18:50 2009
New Revision: 742102

URL: http://svn.apache.org/viewvc?rev=742102&view=rev
Log:
fixed xml comments

Modified:
    incubator/empire-db/branches/maven/empire-db-examples/empire-db-example/src/main/resources/config.xml

Modified: incubator/empire-db/branches/maven/empire-db-examples/empire-db-example/src/main/resources/config.xml
URL: http://svn.apache.org/viewvc/incubator/empire-db/branches/maven/empire-db-examples/empire-db-example/src/main/resources/config.xml?rev=742102&r1=742101&r2=742102&view=diff
==============================================================================
--- incubator/empire-db/branches/maven/empire-db-examples/empire-db-example/src/main/resources/config.xml (original)
+++ incubator/empire-db/branches/maven/empire-db-examples/empire-db-example/src/main/resources/config.xml Sun Feb  8 14:18:50 2009
@@ -67,7 +67,7 @@
 	</properties-h2>
 	
 	<properties-derby>
-		<!-- JDBC properties for a H2 Database connection -->
+		<!-- JDBC properties for a Derby Database connection -->
 		<!-- Required jar file: derby-10.4.2.0.jar -->
 		<jdbcClass>org.apache.derby.jdbc.EmbeddedDriver</jdbcClass>
 		<jdbcURL>jdbc:derby:DBSAMPLE;create=true</jdbcURL>