root/trunk/config/configs/freebusy/build.properties

Revision 1000 (checked in by douglm, 7 years ago)

--

Line 
1 #
2 # bedework  freebusy/build.properties
3 #
4 # This confguration sets up the build including the free busy agregator suite
5 # which is used to demonstrate freebusy aggregation across multiple calendar
6 # servers using caldav proxies for non-caldav services such as google
7 #
8 # This file gives users the opportunity to override properties that will be
9 # defined later in the build process.
10 # The order of loading is:
11 #   <home-dir>/bedework.build.properties  (this file)
12 #   local.build.properties
13 #   <various other distributed properties>
14 #
15 # Therefore add individual developer overrrides to <home-dir>/bedework.build.properties
16 #
17
18 compile.debug=yes
19
20 org.bedework.build.freebusy=yes
21 org.bedework.build.caldav.bexchange=yes
22 org.bedework.build.caldav.domino=yes
23 org.bedework.build.caldav.google=yes
24
25 org.bedework.config.properties=${org.bedework.project.bedework}/config/configs/freebusy/democal.properties
26 org.bedework.config.options=${org.bedework.project.bedework}/config/configs/freebusy/democal.options.xml
27 # Enable/disable replacement of log4j config during deployment
28 org.bedework.deploy.log4j.config=no
29
Note: See TracBrowser for help on using the browser.