turbineresources.properties.merge

来自「jetspeed源代码」· MERGE 代码 · 共 29 行

MERGE
29
字号
# -------------------------------------------------------------------
#
#  Tutorial 2
#
# -------------------------------------------------------------------
module.packages=org.apache.jetspeed.tutorial.modules

locale.default.bundles=org.apache.jetspeed.tutorial.modules.localization.JPortalLocalization,org.apache.jetspeed.modules.localization.JetspeedLocalization

locale.default.language=en
locale.default.country=US


# -------------------------------------------------------------------
#
#  Tutorial 7
#
# -------------------------------------------------------------------

services.VelocityService.velocimacro.library = GlobalMacros.vm

# This parameter supports a comma separated list of directories
# Each directory is searched in order to find a template.
# This is useful for example, in defining application specific templates in a separate structure from 
# the jetspeed core templates
# Note this needs to be set in 3 places - for the jsp loader and vm loader in TR.p and for the template locator in JR.p
services.VelocityService.file.resource.loader.path = /WEB-INF/templates/vm

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?