Revision 8810
Added by ben leinfelder over 10 years ago
metacat.properties | ||
---|---|---|
22 | 22 |
############### Application Values ############ |
23 | 23 |
|
24 | 24 |
## one of the few places where we use ANT tokens |
25 |
application.metacatVersion=2.4.1
|
|
25 |
application.metacatVersion=2.5.0
|
|
26 | 26 |
application.metacatReleaseInfo=-1 |
27 | 27 |
|
28 | 28 |
application.deployDir= |
... | ... | |
88 | 88 |
database.upgradeVersion.2.3.1=upgrade-db-to-2.3.1 |
89 | 89 |
database.upgradeVersion.2.4.0=upgrade-db-to-2.4.0 |
90 | 90 |
database.upgradeVersion.2.4.1=upgrade-db-to-2.4.1 |
91 |
database.upgradeVersion.2.5.0=upgrade-db-to-2.5.0 |
|
91 | 92 |
## for running java-based utilities |
92 | 93 |
database.upgradeUtility.1.5.0=edu.ucsb.nceas.metacat.admin.upgrade.Upgrade1_5_0 |
93 | 94 |
database.upgradeUtility.2.0.0=edu.ucsb.nceas.metacat.admin.upgrade.Upgrade2_0_0 |
... | ... | |
521 | 522 |
|
522 | 523 |
# Interval (in milliseconds) between rebuilding the sitemap |
523 | 524 |
sitemap.interval=86400000 |
525 |
sitemap.excludedata=false |
|
524 | 526 |
|
525 | 527 |
######## Workflow engine section ######################################### |
526 | 528 |
executionEngine.workflowRunEngineName=localWorkflowEngine |
Also available in: Unified diff
add support for v2 DataONE API.