Try fixing the failing rm build on the server

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@54553 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tuna Aksoy
2013-08-28 10:46:42 +00:00
parent 2793a32419
commit 040d6610dd

View File

@@ -51,6 +51,7 @@ task resetDatabase << {
ant.property(name: "db.master.url", value: "jdbc:postgresql:template1") ant.property(name: "db.master.url", value: "jdbc:postgresql:template1")
ant.property(name: "db.username", value: "alfresco") ant.property(name: "db.username", value: "alfresco")
ant.property(name: "db.password", value: "alfresco") ant.property(name: "db.password", value: "alfresco")
ant.property(name: "db.driver", value: "org.postgresql.Driver")
// Loading the properties in all possible locations // Loading the properties in all possible locations
ant.property(file: System.properties.getProperty('DB_PROPERTIES') ) ant.property(file: System.properties.getProperty('DB_PROPERTIES') )