Revision 8223
Added by ben leinfelder about 11 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.1.1
|
|
25 |
application.metacatVersion=2.2.0
|
|
26 | 26 |
application.metacatReleaseInfo=-1 |
27 | 27 |
|
28 | 28 |
application.deployDir= |
... | ... | |
82 | 82 |
database.upgradeVersion.2.0.8=upgrade-db-to-2.0.8 |
83 | 83 |
database.upgradeVersion.2.1.0=upgrade-db-to-2.1.0 |
84 | 84 |
database.upgradeVersion.2.1.1=upgrade-db-to-2.1.1 |
85 |
database.upgradeVersion.2.2.0=upgrade-db-to-2.2.0 |
|
85 | 86 |
## for running java-based utilities |
86 | 87 |
database.upgradeUtility.1.5.0=edu.ucsb.nceas.metacat.admin.upgrade.Upgrade1_5_0 |
87 | 88 |
database.upgradeUtility.2.0.0=edu.ucsb.nceas.metacat.admin.upgrade.Upgrade2_0_0 |
... | ... | |
381 | 382 |
######## Skins ######################################### |
382 | 383 |
|
383 | 384 |
skin.names=default,metacatui,nceas,esa,knb,kepler,lter,ltss,obfs,nrs,sanparks,saeon,first,parc,dataone |
385 |
|
|
386 |
############# UI Section ########################################### |
|
387 |
ui.context=metacatui |
|
388 |
|
|
384 | 389 |
######## Document Section ######################################### |
385 | 390 |
|
386 | 391 |
#The flag to indicate if invalidated eml 201 documents were corrected. |
... | ... | |
636 | 641 |
#solr.systeminfo.urlappendix=/admin/system |
637 | 642 |
#Solr-home for the http solr server is used to store some files. It can be not really solr home. |
638 | 643 |
#solr.homeDir=/var/metacat/solr-home |
644 |
|
Also available in: Unified diff
prep for 2.2.0 release. include configuration value for metacatui deployment context.