root/trunk/config/bwbuild/default/build.properties

Revision 3336 (checked in by douglm, 2 years ago)

Suppress some warnings from compiler.

Move the config log4j.xml into the .defaults directory

Change the way extra properties are handled - only used by synch

Line 
1 #
2 # bedework.org/build.properties
3 #
4 # Configure a build of a demo calendar running on bedework.org.
5 #
6
7 compile.debug=yes
8
9 org.bedework.configurations.home=${env.BEDEWORK_CONFIGS_HOME}
10
11 org.bedework.configuration.defaults=${org.bedework.configurations.home}/.defaults
12
13 org.bedework.configuration.versions=${org.bedework.configuration.defaults}/versions.properties
14
15 org.bedework.activemq.configurations=${org.bedework.configuration.defaults}
16 org.bedework.config.home=${env.BEDEWORK_CONFIG}
17
18 # This file will be included first. Any properties set here will override those
19 # in the default properties file.
20 org.bedework.config.override.properties=${env.BEDEWORK_CONFIG}/cal.properties
21
22 # This is the default properties file included after the one above.
23 org.bedework.config.properties=${org.bedework.configuration.defaults}/cal.properties
24
25 org.bedework.config.options=${env.BEDEWORK_CONFIG}/cal.options.xml
26
27 org.bedework.config.sysevents.properties=${org.bedework.configuration.defaults}/sysevents.properties
28
29 # Where we deploy the logging config from
30 org.bedework.config.logging=${org.bedework.configuration.defaults}/log4j.xml
Note: See TracBrowser for help on using the browser.