# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. # ####################################################################### # # Additional Packages for loading Modules # # ####################################################################### # This is the package for your application classes module.packages = @TURBINE_APP_PACKAGE@.modules # ------------------------------------------------------------------- # # M E S S A G E S # # ------------------------------------------------------------------- # Note that strings containing "," (comma) characters must backslash # escape the comma (i.e. '\,') # The message that can be displayed before a user logs in. login.message=Please log on # The message that can be displayed when no screen is defined. login.message.noscreen=Error. No screen has been defined! # The message that can be displayed when a user enters an incorrect # password or username. login.error=Error while logging in. Please try again, # The message that can be displayed when a user logs out. logout.message=Goodbye # ------------------------------------------------------------------- # # V E L O C I T Y S E R V I C E # # ------------------------------------------------------------------- # Load the application VelociMacros services.VelocityService.velocimacro.library = macros/@TURBINE_APP_NAME@Macros.vm # ------------------------------------------------------------------- # # I N T A K E S E R V I C E # # ------------------------------------------------------------------- # The location of the xml file specifying valid inputs # # If you need to define multiple definition files, you can should # seperate them with commas. # services.IntakeService.xml.path = WEB-INF/conf/@TURBINE_APP_NAME@-intake.xml # ####################################################################### # # Add your application specific extensions here. # # #######################################################################