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 re...@apache.org on 2008/08/21 12:15:00 UTC

svn commit: r687686 - in /incubator/empire-db/trunk/core/DBSample: classpath_delivery-version config.xml

Author: reiher
Date: Thu Aug 21 03:14:58 2008
New Revision: 687686

URL: http://svn.apache.org/viewvc?rev=687686&view=rev
Log:
- Removed ESTEAM occurrences
- Updated hsqldb.jar to the latest release 1.8.0.10 and added version suffix to jar name

Modified:
    incubator/empire-db/trunk/core/DBSample/classpath_delivery-version
    incubator/empire-db/trunk/core/DBSample/config.xml

Modified: incubator/empire-db/trunk/core/DBSample/classpath_delivery-version
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/core/DBSample/classpath_delivery-version?rev=687686&r1=687685&r2=687686&view=diff
==============================================================================
--- incubator/empire-db/trunk/core/DBSample/classpath_delivery-version (original)
+++ incubator/empire-db/trunk/core/DBSample/classpath_delivery-version Thu Aug 21 03:14:58 2008
@@ -2,7 +2,7 @@
 <classpath>
 	<classpathentry kind="src" path="src"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry kind="lib" path="lib/hsqldb.jar"/>
+	<classpathentry kind="lib" path="lib/hsqldb-1.8.0.10.jar"/>
 	<classpathentry kind="lib" path="lib/log4j-1.2.14.jar"/>
 	<classpathentry kind="lib" path="lib/@empire.db.deploy.jar.name@.jar"/>
 	<classpathentry kind="lib" path="lib/commons-beanutils-1.7.0.jar"/>

Modified: incubator/empire-db/trunk/core/DBSample/config.xml
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/core/DBSample/config.xml?rev=687686&r1=687685&r2=687686&view=diff
==============================================================================
--- incubator/empire-db/trunk/core/DBSample/config.xml (original)
+++ incubator/empire-db/trunk/core/DBSample/config.xml Thu Aug 21 03:14:58 2008
@@ -42,7 +42,7 @@
 		<jdbcClass>com.mysql.jdbc.Driver</jdbcClass>
 		<jdbcURL>jdbc:mysql://localhost</jdbcURL>
 		<jdbcUser>root</jdbcUser>
-		<jdbcPwd>esteam</jdbcPwd>
+		<jdbcPwd>empire-db</jdbcPwd>
 		<schemaName>DBSAMPLE</schemaName>
 	</properties-mysql>
 
@@ -62,7 +62,7 @@
 		<jdbcClass>com.microsoft.sqlserver.jdbc.SQLServerDriver</jdbcClass>
 		<jdbcURL>jdbc:sqlserver://192.168.0.2:1433</jdbcURL>
 		<jdbcUser>sa</jdbcUser>
-		<jdbcPwd>esteam</jdbcPwd>
+		<jdbcPwd>empire-db</jdbcPwd>
 		<schemaName>DBSAMPLE</schemaName>
 	</properties-sqlserver>