Show cruise.properties syntax highlighted
######################################################################
### CRUISE CONTROL MASTER PROPERTIES #################################
######################################################################
##
## cruise.run.dir - Root build directory for Cruise Control, this is,
## the local directory containing "checkout" and "logs"
## directories in the canonical Cruise Control install structure.
## jini.port - Port Jini's registrar should run on. This is auto-
## discoverd and so doesn't really matter, except that it
## shouldn't conflict with other services running on your
## machine
## jini.policy.file - Java security policy file Jini should use. The
## default file is entirely insecure and should only be used in
## a trusted environment.
## jini.config - Jini 2.0 configuration file (shouldn't require
## changes)
# value of "." works for unit testing, should be set to real value as needed.
cruise.run.dir=.
jini.port=8050
jini.policy.file=insecure.policy
jini.config=start-jini.config
See more files for this project here