|
Revision 2322
(checked in by douglm, 4 years ago)
|
More work on the jms driven indexer. Still not plugged in to jms yet but has code to handle reindexing of public and private.
Renamed bwcrawler to indexer. Seems to have disturbed svn
|
- Property svn:eol-style set to
LF
|
| 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 if it exists |
|---|
| 10 |
# <various other distributed properties> |
|---|
| 11 |
# |
|---|
| 12 |
# On entry |
|---|
| 13 |
# env.BEDEWORK_CONFIGS is set to the directory containing all the configurations |
|---|
| 14 |
# env.BEDEWORK_CONFIG is set to the directory containing the config files |
|---|
| 15 |
# |
|---|
| 16 |
|
|---|
| 17 |
compile.debug=yes |
|---|
| 18 |
|
|---|
| 19 |
org.bedework.configurations.home=${env.BEDEWORK_CONFIGS_HOME} |
|---|
| 20 |
org.bedework.config.home=${env.BEDEWORK_CONFIG} |
|---|
| 21 |
org.bedework.config.properties=${env.BEDEWORK_CONFIG}/cal.properties |
|---|
| 22 |
org.bedework.config.options=${env.BEDEWORK_CONFIG}/cal.options.xml |
|---|
| 23 |
|
|---|
| 24 |
org.bedework.config.jndi.properties=${env.BEDEWORK_CONFIG}/jndi.properties |
|---|
| 25 |
|
|---|
| 26 |
org.bedework.carddav.options=${env.BEDEWORK_CONFIG}/carddav.options.xml |
|---|
| 27 |
|
|---|
| 28 |
# Enable/disable replacement of log4j config during deployment |
|---|
| 29 |
org.bedework.deploy.log4j.config=no |
|---|
| 30 |
|
|---|