build.properties.template 674 Bytes
Newer Older
Matt Tucker's avatar
Matt Tucker committed
1 2 3 4 5 6 7 8 9 10 11 12
#
# $RCSfile$
# $Revision$
# $Date$
#

#
# Directory where the jar files will be deployed (see the deployjar task)
#
deploy.jar.dir=

#
13 14
# Directory where plugin development is done. This is assumed to be the
# root directory:
Matt Tucker's avatar
Matt Tucker committed
15
#
16 17 18 19
# /home/joeuser/java/myplugins/          <- Point to this directory
#                       |- fooplugin/
#                       |- barplugin/
#
20 21 22 23
plugin.dev.dir=

#
# Path to your Install4j installation. Typically this is c:\Program Files\install4j
Bill Lynch's avatar
Bill Lynch committed
24 25
# This property is set by default in the build.xml file as c:\Program Files\install4j so
# if you used the standard location you won't need to edit the property below.
26
#
Bill Lynch's avatar
Bill Lynch committed
27
# installer.install4j.home=