blob: 28f6a36edbd0ed102bfe9360cb94c1305da6278a [file] [log] [blame]
# 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.
#
# These parameters have been set by turbine:setup. You can use this file
# to recreate the skeleton for the current application.
#
# application settings
turbine.app.name = @TURBINE_APP_NAME@
turbine.app.flavor = @TURBINE_APP_FLAVOR@
turbine.app.package = @TURBINE_APP_PACKAGE@
turbine.app.om.layer = @TURBINE_APP_OM_LAYER@
turbine.app.om.name = @TURBINE_APP_OM_NAME@
turbine.app.om.package = @TURBINE_APP_OM_PACKAGE@
turbine.app.om.security.name = @TURBINE_APP_OM_SECURITY_NAME@
turbine.app.om.security.package = @TURBINE_APP_OM_SECURITY_PACKAGE@
turbine.app.subdir = false
turbine.app.setup.demo = @TURBINE_APP_SETUP_DEMO@
turbine.plugin.mode = @TURBINE_PLUGIN_MODE@
turbine.plugin.inplace.dir = @TURBINE_PLUGIN_INPLACE_DIR@
# application server to use
maven.appserver.name = @MAVEN_APPSERVER_NAME@
maven.appserver.home = @MAVEN_APPSERVER_HOME@
# control the deployment of your application
turbine.plugin.deploy.config.skip = @TURBINE_PLUGIN_DEPLOY_CONFIG_SKIP@
turbine.plugin.deploy.images.skip = @TURBINE_PLUGIN_IMAGES_CONFIG_SKIP@
turbine.plugin.deploy.pages.skip = @TURBINE_PLUGIN_PAGES_CONFIG_SKIP@
turbine.plugin.deploy.resources.skip = @TURBINE_PLUGIN_RESOURCES_CONFIG_SKIP@
turbine.plugin.deploy.scripts.skip = @TURBINE_PLUGIN_SCRIPTS_CONFIG_SKIP@
turbine.plugin.deploy.style.skip = @TURBINE_PLUGIN_STYLE_CONFIG_SKIP@
turbine.plugin.deploy.templates.skip = @TURBINE_PLUGIN_TEMPLATES_CONFIG_SKIP@
# Torque Settings
@NOT_USE_OM_TORQUE@torque.database = @TORQUE_DATABASE@
@NOT_USE_OM_TORQUE@torque.database.driver = @TORQUE_DATABASE_DRIVER@
@NOT_USE_OM_TORQUE@torque.database.user = @TORQUE_DATABASE_USER@
@NOT_USE_OM_TORQUE@torque.database.password = @TORQUE_DATABASE_PASSWD@
@NOT_USE_OM_TORQUE@torque.database.buildUrl = @TORQUE_DATABASE_URL@
@NOT_USE_OM_TORQUE@torque.database.createUrl = @TORQUE_DATABASE_CREATE_URL@
# Shall we create id table SQL
@NOT_USE_OM_TORQUE@turbine.app.torque.use.idtable = @TURBINE_APP_TORQUE_USE_IDTABLE@
# #####################################################################
#
# You don't need to change anything below this line. These parameters
# are for plugin internal use. If you change them and the compilation
# process breaks, you're entitled to keep both pieces.
#
turbine.plugin.src.conf = @TURBINE_PLUGIN_SRC_CONF@
turbine.plugin.src.images = @TURBINE_PLUGIN_SRC_IMAGES@
turbine.plugin.src.java = @TURBINE_PLUGIN_SRC_JAVA@
turbine.plugin.src.schema = @TURBINE_PLUGIN_SRC_SCHEMA@
turbine.plugin.src.scripts = @TURBINE_PLUGIN_SRC_SCRIPTS@
turbine.plugin.src.style = @TURBINE_PLUGIN_SRC_STYLE@
turbine.plugin.src.resources = @TURBINE_PLUGIN_SRC_RESOURCES@
turbine.plugin.src.templates = @TURBINE_PLUGIN_SRC_TEMPLATES@
turbine.plugin.src.test = @TURBINE_PLUGIN_SRC_TEST@
turbine.plugin.src.props = @TURBINE_PLUGIN_SRC_PROPS@