|
Revision 3340
(checked in by douglm, 2 years ago)
|
Move the cal.options.xml file into .defaults and update all the build.properties files accordingly.
added a new config jboss-postgresql-devel which is non-standard.
|
| Line | |
|---|
| 1 |
# |
|---|
| 2 |
# build.properties |
|---|
| 3 |
# |
|---|
| 4 |
# Configure the location of various properties |
|---|
| 5 |
# |
|---|
| 6 |
|
|---|
| 7 |
compile.debug=yes |
|---|
| 8 |
|
|---|
| 9 |
org.bedework.configurations.home=${env.BEDEWORK_CONFIGS_HOME} |
|---|
| 10 |
|
|---|
| 11 |
org.bedework.configuration.defaults=${org.bedework.configurations.home}/.defaults |
|---|
| 12 |
|
|---|
| 13 |
org.bedework.configuration.versions=${org.bedework.configuration.defaults}/versions.properties |
|---|
| 14 |
|
|---|
| 15 |
org.bedework.activemq.configurations=${org.bedework.configuration.defaults} |
|---|
| 16 |
org.bedework.config.home=${env.BEDEWORK_CONFIG} |
|---|
| 17 |
|
|---|
| 18 |
# This file will be included first. Any properties set here will override those |
|---|
| 19 |
# in the default properties file. |
|---|
| 20 |
org.bedework.config.override.properties=${env.BEDEWORK_CONFIG}/cal.properties |
|---|
| 21 |
|
|---|
| 22 |
# This is the default properties file included after the one above. |
|---|
| 23 |
org.bedework.config.properties=${org.bedework.configuration.defaults}/cal.properties |
|---|
| 24 |
|
|---|
| 25 |
org.bedework.config.options=${org.bedework.configuration.defaults}/cal.options.xml |
|---|
| 26 |
|
|---|
| 27 |
org.bedework.config.sysevents.properties=${org.bedework.configuration.defaults}/sysevents.properties |
|---|
| 28 |
|
|---|
| 29 |
# Where we deploy the logging config from |
|---|
| 30 |
org.bedework.config.logging=${org.bedework.configuration.defaults}/log4j.xml |
|---|