common.properties

This file defines properties that are common for the project.

:!: Unique environmental properties are set elsewhere!

# common properties for build
# on Windows - note the escaped \\ in the path
 
# project defaults
#	project.name = short project name - same as share name, svn repository ex: "fibroids"
# 	project.fullname = long descriptive project name ex: "This Is The Fibroids Project"
 
project.name = myproject
project.fullname = This Is My Project
 
# set global SVN properties for this build 
# adjust svn path accordingly
svn.privurl = https://your.svn.server.com/svn/${project.name}/
 
# Define local directory names for clean and temp directories
build.temp = /temp
build.clean = /clean
 
# enter locations you would like to deploy to deploy.server
deploy.list = SERVER1, SERVER2
deploy.default = SERVER
 
# define deployment directories - deploy.dir
deploy.listdir = PRIV,PUB
deploy.defaultdir = PRIV
 
# Define log filename
build.logfile = ant-build.log
 
/home/thecrumb/public_html/wiki/data/pages/ant/commonproperties.txt · Last modified: 2008/04/04 19:59 by thecrumb
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki