# # bedework.org/build.properties # # Configure a build of a demo calendar running on bedework.org. # # This file gives users the opportunity to override properties that will be # defined later in the build process. # The order of loading is: # /bedework.build.properties if it exists # # # On entry # env.BEDEWORK_CONFIGS is set to the directory containing all the configurations # env.BEDEWORK_CONFIG is set to the directory containing the config files # compile.debug=yes org.bedework.configurations.home=${env.BEDEWORK_CONFIGS_HOME} org.bedework.config.home=${env.BEDEWORK_CONFIG} org.bedework.config.properties=${env.BEDEWORK_CONFIG}/cal.properties org.bedework.config.options=${env.BEDEWORK_CONFIG}/cal.options.xml org.bedework.carddav.options=${env.BEDEWORK_CONFIG}/carddav.options.xml # Enable/disable replacement of log4j config during deployment org.bedework.deploy.log4j.config=no