root/trunk/config/bwbuild/jboss-postgresql/build.properties

Revision 3032 (checked in by douglm, 3 years ago)

Move en/decryption classes into rpiutil.

Change configs to match

Line 
1 #
2 # bedework.org/build.properties
3 #
4 # Configure a build of a demo calendar running on bedework.org.
5 #
6 # This file gives users the opportunity to override properties that will be
7 # defined later in the build process.
8 # The order of loading is:
9 #   <home-dir>/bedework.build.properties  (this file)
10 #   local.build.properties
11 #   <various other distributed properties>
12 #
13 # Therefore add individual developer overrrides to <home-dir>/bedework.build.properties
14 #
15
16 compile.debug=yes
17
18 org.bedework.configurations.home=${env.BEDEWORK_CONFIGS_HOME}
19 org.bedework.config.home=${env.BEDEWORK_CONFIG}
20 org.bedework.config.properties=${env.BEDEWORK_CONFIG}/cal.properties
21 org.bedework.config.options=${env.BEDEWORK_CONFIG}/cal.options.xml
22
23 org.bedework.config.sysevents.properties=${env.BEDEWORK_CONFIG}/sysevents.properties
24
25 org.bedework.carddav.options=${env.BEDEWORK_CONFIG}/carddav.options.xml
26
27 #org.bedework.exsynch.options=${env.BEDEWORK_CONFIG}/exsynch.options.xml
28
29 # Enable/disable replacement of log4j config during deployment
30 org.bedework.deploy.log4j.config=no
31
Note: See TracBrowser for help on using the browser.