|
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 |
# ------------------------------------------------------------------------ |
|---|
| 3 |
# hsqldb defs |
|---|
| 4 |
# ------------------------------------------------------------------------ |
|---|
| 5 |
|
|---|
| 6 |
# where the default db is |
|---|
| 7 |
org.bedework.hsqldb.dir=${org.bedework.project.bedework}/../hsqldb-1.7.3.3 |
|---|
| 8 |
|
|---|
| 9 |
# hsqldb db name for bedework. |
|---|
| 10 |
org.bedework.hsqldb.dbname=demo/events |
|---|
| 11 |
|
|---|
| 12 |
# If uPortal2 builds are enabled this is the default dbname |
|---|
| 13 |
org.bedework.hsqldb.uportal2.dbname=uportal2/uportal |
|---|
| 14 |
|
|---|
| 15 |
# default db name for tests |
|---|
| 16 |
org.bedework.hsqldb.test.dbdir=test |
|---|
| 17 |
|
|---|
| 18 |
# Port we use |
|---|
| 19 |
org.bedework.hsqldb.port=8887 |
|---|
| 20 |
|
|---|