2023-12-09 21:10:01 +00:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
#
|
|
|
|
# Comma separated list of features repositories to register by default
|
|
|
|
#
|
|
|
|
featuresRepositories = \
|
2023-12-17 18:37:42 +00:00
|
|
|
mvn:org.openhab.distro/distro/4.0.4/xml/features, \
|
|
|
|
mvn:org.openhab.distro/openhab-addons/4.0.4/xml/features, \
|
2023-12-09 21:10:01 +00:00
|
|
|
mvn:org.apache.karaf.features/framework/4.4.3/xml/features, \
|
|
|
|
mvn:org.apache.karaf.features/standard/4.4.3/xml/features
|
|
|
|
|
|
|
|
#
|
|
|
|
# Comma separated list of features to install at startup
|
|
|
|
#
|
|
|
|
featuresBoot = \
|
|
|
|
instance/4.4.3, \
|
|
|
|
package/4.4.3, \
|
|
|
|
log/4.4.3, \
|
|
|
|
ssh/4.4.3, \
|
|
|
|
framework/4.4.3, \
|
|
|
|
system/4.4.3, \
|
|
|
|
eventadmin/4.4.3, \
|
|
|
|
feature/4.4.3, \
|
|
|
|
shell/4.4.3, \
|
|
|
|
service/4.4.3, \
|
|
|
|
jaas/4.4.3, \
|
|
|
|
openhab-runtime-base, \
|
|
|
|
openhab-runtime-ui, \
|
|
|
|
deployer/4.4.3, \
|
|
|
|
diagnostic/4.4.3, \
|
|
|
|
bundle/4.4.3, \
|
|
|
|
config/4.4.3, \
|
|
|
|
kar/4.4.3
|
|
|
|
|
|
|
|
#
|
|
|
|
# Resource repositories (OBR) that the features resolver can use
|
|
|
|
# to resolve requirements/capabilities
|
|
|
|
#
|
|
|
|
# The format of the resourceRepositories is
|
|
|
|
# resourceRepositories=[xml:url|json:url],...
|
|
|
|
# for Instance:
|
|
|
|
#
|
|
|
|
#resourceRepositories=xml:http://host/path/to/index.xml
|
|
|
|
# or
|
|
|
|
#resourceRepositories=json:http://host/path/to/index.json
|
|
|
|
#
|
|
|
|
|
|
|
|
#
|
|
|
|
# Defines if the boot features are started in asynchronous mode (in a dedicated thread)
|
|
|
|
#
|
|
|
|
featuresBootAsynchronous=false
|
|
|
|
|
|
|
|
#
|
|
|
|
# Service requirements enforcement
|
|
|
|
#
|
|
|
|
# By default, the feature resolver checks the service requirements/capabilities of
|
|
|
|
# bundles for new features (xml schema >= 1.3.0) in order to automatically installs
|
|
|
|
# the required bundles.
|
|
|
|
# The following flag can have those values:
|
|
|
|
# - disable: service requirements are completely ignored
|
|
|
|
# - default: service requirements are ignored for old features
|
|
|
|
# - enforce: service requirements are always verified
|
|
|
|
#
|
|
|
|
#serviceRequirements=default
|
|
|
|
|
|
|
|
#
|
|
|
|
# Store cfg file for config element in feature
|
|
|
|
#
|
|
|
|
configCfgStore=false
|
|
|
|
|
|
|
|
#
|
|
|
|
# Define if the feature service automatically refresh bundles
|
|
|
|
#
|
|
|
|
autoRefresh=true
|
|
|
|
|
|
|
|
#
|
|
|
|
# Configuration of features processing mechanism (overrides, blacklisting, modification of features)
|
|
|
|
# XML file defines instructions related to features processing
|
|
|
|
# versions.properties may declare properties to resolve placeholders in XML file
|
|
|
|
# both files are relative to ${karaf.etc}
|
|
|
|
#
|
|
|
|
#featureProcessing=org.apache.karaf.features.xml
|
|
|
|
#featureProcessingVersions=versions.properties
|