|
Revision 1806
(checked in by douglm, 5 years ago)
|
Changes to allow a jboss quickstart
|
- 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 (this file) |
|---|
| 10 |
# local.build.properties |
|---|
| 11 |
# <various other distributed properties> |
|---|
| 12 |
# |
|---|
| 13 |
# Therefore add individual developer overrrides to <home-dir>/bedework.build.properties |
|---|
| 14 |
# |
|---|
| 15 |
|
|---|
| 16 |
compile.debug=yes |
|---|
| 17 |
|
|---|
| 18 |
org.bedework.appserver.dir=${env.BEDEWORK_HOME}/jboss-4.2.2.GA |
|---|
| 19 |
|
|---|
| 20 |
org.bedework.config.properties=${env.BEDEWORK_CONFIG}/democal.properties |
|---|
| 21 |
org.bedework.config.options=${env.BEDEWORK_CONFIG}/democal.options.xml |
|---|
| 22 |
|
|---|
| 23 |
# Enable/disable replacement of log4j config during deployment |
|---|
| 24 |
org.bedework.deploy.log4j.config=no |
|---|
| 25 |
|
|---|