From: <ps...@us...> - 2017-05-20 15:29:16
|
Revision: 291 http://sourceforge.net/p/vlibrary/code/291 Author: psteitz Date: 2017-05-20 15:29:14 +0000 (Sat, 20 May 2017) Log Message: ----------- Temporarily rm trunk, copy 2_X branch to temp (to become new trunk). Added Paths: ----------- temp/ temp/src/main/webapp/WEB-INF/classes/database.properties Removed Paths: ------------- temp/src/main/webapp/WEB-INF/classes/database.properties trunk/ Deleted: temp/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) +++ temp/src/main/webapp/WEB-INF/classes/database.properties 2017-05-20 15:29:14 UTC (rev 291) @@ -1,5 +0,0 @@ -database.driverClassName = org.apache.derby.jdbc.ClientDriver -database.url = jdbc:derby://localhost:1527/VLIBRARY -database.username = app -database.password = apppass - Copied: temp/src/main/webapp/WEB-INF/classes/database.properties (from rev 290, branches/VLIBRARY_2_X/src/main/webapp/WEB-INF/classes/database.properties) =================================================================== --- temp/src/main/webapp/WEB-INF/classes/database.properties (rev 0) +++ temp/src/main/webapp/WEB-INF/classes/database.properties 2017-05-20 15:29:14 UTC (rev 291) @@ -0,0 +1,5 @@ +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. |