Index: lams_common/conf/hibernate/mappings/hibernate.cfg.xml =================================================================== RCS file: /usr/local/cvsroot/lams_common/conf/hibernate/mappings/hibernate.cfg.xml,v diff -u -r1.4 -r1.5 --- lams_common/conf/hibernate/mappings/hibernate.cfg.xml 12 Feb 2011 18:37:41 -0000 1.4 +++ lams_common/conf/hibernate/mappings/hibernate.cfg.xml 30 Jul 2012 18:45:38 -0000 1.5 @@ -3,10 +3,10 @@ DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd"> - lams - lamsdemo - jdbc:mysql://localhost/lams - com.mysql.jdbc.Driver + @db.username@ + @db.password@ + @db.url.run@ + @db.driver@ org.hibernate.dialect.MySQLDialect