|
Revision 3461
(checked in by douglm, 1 year ago)
|
Almost completely build changes - mostly elimination of the per-project build.properties file.
There is now a single properties file in the config which determines all the project versions - with the exception of deployutil.
This update also includes a new deployment task to collect jar references and license information. A small utility will generate a readable notice and references file for the quickstart and/or the site.
|
| Line | |
|---|
| 1 |
# |
|---|
| 2 |
# -------------------------------------------------------------------- |
|---|
| 3 |
# |
|---|
| 4 |
# This file provides overrides to the defaults |
|---|
| 5 |
# NOTE: It cannot depend on anything in the defaults. They are loaded AFTER this |
|---|
| 6 |
|
|---|
| 7 |
org.bedework.global.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect |
|---|
| 8 |
|
|---|
| 9 |
# True if this is a primary server |
|---|
| 10 |
org.bedework.app.tzsvr.primary.server=true |
|---|
| 11 |
|
|---|
| 12 |
#Uncomment to output jar reference info |
|---|
| 13 |
org.bedework.print.jar.reference.info=true |
|---|
| 14 |
|
|---|
| 15 |
#Uncomment to output jar licence info |
|---|
| 16 |
org.bedework.print.jar.licence.info=true |
|---|