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

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

Further changes to the build process.

This allows virtual hosts to be set in the config file for carddav.

Carddav configuration is now rolled into the same config files as the other projects

Small change to webdav error logging

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 # Version we are building and including
10 org.bedework.version=3.7
11 org.bedework.access.version=3.7
12 org.bedework.bwtools.version=3.7
13 org.bedework.caldav.version=3.7
14 org.bedework.caldavtest.version=3.7
15 org.bedework.calendarapi.version=3.7
16 org.bedework.davutil.version=3.7
17 org.bedework.dumprestore.version=3.7
18 org.bedework.indexer.version=3.7
19 org.bedework.rpiutil.version=3.7
20 org.bedework.testsuite.version=3.7
21 org.bedework.webapps.version=3.7
22 org.bedework.webdav.version=3.7
23
24 org.bedework.configurations.home=${env.BEDEWORK_CONFIGS_HOME}
25 org.bedework.config.home=${env.BEDEWORK_CONFIG}
26 org.bedework.config.properties=${env.BEDEWORK_CONFIG}/cal.properties
27 org.bedework.config.options=${env.BEDEWORK_CONFIG}/cal.options.xml
28
29 org.bedework.config.sysevents.properties=${env.BEDEWORK_CONFIG}/sysevents.properties
Note: See TracBrowser for help on using the browser.