priestj.properties

This file defines properties unique to the user (my local environment). This allows the inclusion of user specific properties.

:!: In my build.xml file I use the ${user.name} property to include this file. You will need to adjust the file name to match your user name.

# properties for priestj
 
# Define local build directory - all checked out files will be stored here temporarily 
project.build.src = D:/build/${project.name}
 
# Define local export directory
project.export = D:\\build\\${project.name}\\export
 
# Define email addresses
email.toaddress = yourusername@yourmailserver.com
email.fromaddress = yourusername@yourmailserver.com
 
/home/thecrumb/public_html/wiki/data/pages/ant/userproperties.txt · Last modified: 2008/04/04 20:05 by thecrumb
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki