2013-09-09 14:23:42 -04:00
|
|
|
# -----------------------------------------------------------------------------
|
|
|
|
#
|
|
|
|
# Vitro build properties
|
|
|
|
#
|
|
|
|
# This file is provided as example.build.properties.
|
|
|
|
#
|
|
|
|
# Save a copy of this file as build.properties, and edit the properties as
|
|
|
|
# needed for your installation.
|
|
|
|
#
|
|
|
|
# -----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
#
|
|
|
|
# The base install directory for your Tomcat server. The Vitro application
|
|
|
|
# will be deployed in the /webapps directory below this base.
|
|
|
|
#
|
|
|
|
tomcat.home = /usr/local/tomcat
|
|
|
|
|
|
|
|
#
|
|
|
|
# The name of the Vitro application. This will be used as the name of the
|
|
|
|
# subdirectory within your Tomcat server's /webapps directory. It also appears
|
|
|
|
# in the URL for the application. For example, http://my.vitro.server/vitro
|
|
|
|
#
|
|
|
|
webapp.name = vitro
|
|
|
|
|
|
|
|
#
|
|
|
|
# The location where the Vitro application will store the data that it creates.
|
|
|
|
# This includes uploaded files (usually images) and the search index.
|
|
|
|
#
|
|
|
|
vitro.home = /usr/local/vitro/home
|
|
|
|
|
|
|
|
#
|
|
|
|
# Additional languages to be built into your VIVO site. The locales specified
|
|
|
|
# here must appear as sub-directories of [vivo]/languages in the distribution.
|
|
|
|
# Find more information on the VIVO Wiki (https://wiki.duraspace.org/display/VIVO).
|
|
|
|
#
|
|
|
|
#languages.addToBuild =
|