# ------------------------------------------------------------------- # # 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