|
Revision 1937
(checked in by douglm, 5 years ago)
|
Major reorganization of the build process mostly affecting handling of portal builds.
Removed portal specific directories from teh deployment directory.
Removed portal sepcific code from buildwar.xml and added new portal specific files to be imported. These are in a section of teh bwbuild config directory.
All portal customization is now part of building the war file.
|
| Line | |
|---|
| 1 |
# |
|---|
| 2 |
# bedework.org/build.properties |
|---|
| 3 |
# |
|---|
| 4 |
# Configure a build of a demo calendar running on bedework.org under liferay 5 |
|---|
| 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 |
|
|---|
| 13 |
compile.debug=yes |
|---|
| 14 |
|
|---|
| 15 |
org.bedework.config.properties=${env.BEDEWORK_CONFIG}/cal.properties |
|---|
| 16 |
org.bedework.config.options=${env.BEDEWORK_CONFIG}/cal.options.xml |
|---|
| 17 |
|
|---|
| 18 |
# Enable/disable replacement of log4j config during deployment |
|---|
| 19 |
org.bedework.deploy.log4j.config=no |
|---|
| 20 |
|
|---|