From: <ps...@us...> - 2017-05-20 15:08:37
|
Revision: 290 http://sourceforge.net/p/vlibrary/code/290 Author: psteitz Date: 2017-05-20 15:08:34 +0000 (Sat, 20 May 2017) Log Message: ----------- Copied trunk to 2_0 branch. Modified Paths: -------------- branches/VLIBRARY_2_X/src/main/webapp/WEB-INF/classes/database.properties Added Paths: ----------- branches/VLIBRARY_2_0/ Modified: branches/VLIBRARY_2_X/src/main/webapp/WEB-INF/classes/database.properties =================================================================== --- branches/VLIBRARY_2_X/src/main/webapp/WEB-INF/classes/database.properties 2017-05-20 00:17:30 UTC (rev 289) +++ branches/VLIBRARY_2_X/src/main/webapp/WEB-INF/classes/database.properties 2017-05-20 15:08:34 UTC (rev 290) @@ -1,4 +1,4 @@ -database.driverClassName = org.apache.derby.jdbc.ClientDriver +database.driverClassName = org.apache.derby.jdbc.ClientDriver database.url = jdbc:derby://localhost:1527/VLIBRARY database.username = app database.password = apppass This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |