#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
/home3/thecrumb/public_html/wiki/data/pages/ant/buildproperties.txt · Last modified: 2010/11/11 12:25 by thecrumb
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki