#subversion paths
svn.path = https://domint.med.unc.edu:8443/svn/domis/${ant.project.name}/
svn.trunk = ${svn.path}trunk/
svn.staging = ${svn.path}branches/staging/
svn.tags = ${svn.path}tags/
svn.demo = ${svn.path}branches/demo
#paths
path.development = \\\\devserver\\drive\\Inetpub\\wwwroot\\www\\${ant.project.name}
path.demo = \\\\demoserver\\drive\\Inetpub\\wwwroot\\www\\${ant.project.name}demo
path.production = \\\\prodserver\\drive\\Inetpub\\wwwroot\\www\\${ant.project.name}demo
#databases
db.driver = com.mysql.jdbc.Driver
db.local = localhost
db.development = devservername
db.production = prodservername
db.local.url = jdbc:mysql://${db.local}:3306/?useUnicode=true&characterEncoding=UTF-8
db.development.url = jdbc:mysql://${db.development}:3306/?useUnicode=true&characterEncoding=UTF-8
db.local.un = jim
db.development.un = mydbusername
db.production.un = mydbusername