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