286N/A# Licensed to the Apache Software Foundation (ASF) under one
286N/A# or more contributor license agreements. See the NOTICE file
286N/A# distributed with this work for additional information
286N/A# regarding copyright ownership. The ASF licenses this file
286N/A# to you under the Apache License, Version 2.0 (the
286N/A# "License"); you may not use this file except in compliance
286N/A# with the License. You may obtain a copy of the License at
286N/A# Unless required by applicable law or agreed to in writing,
286N/A# software distributed under the License is distributed on an
286N/A# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
286N/A# KIND, either express or implied. See the License for the
286N/A# specific language governing permissions and limitations
286N/A# Framework config properties.
286N/A# To override the packages the framework exports by default from the
286N/A# class path, set this variable.
286N/A# To append packages to the default set of exported system packages,
286N/A# The following property makes specified packages from the class path
286N/A# available to all bundles. You should avoid using this property.
286N/A# Felix tries to guess when to implicitly boot delegate in certain
286N/A# situations to ease integration without outside code. This feature
286N/A# is enabled by default, uncomment the following line to disable it.
286N/A# The following property explicitly specifies the location of the bundle
286N/A# cache, which defaults to "felix-cache" in the current working directory.
286N/A# how the absolute location is calculated. (See buildNext property)
286N/A# The following property is used to convert a relative bundle cache
286N/A# location into an absolute one by specifying the root to prepend to
286N/A# the relative cache path. The default for this property is the
286N/A# current working directory.
286N/A# The following property controls whether the bundle cache is flushed
286N/A# the first time the framework is initialized. Possible values are
286N/A# "none" and "onFirstInit"; the default is "none".
286N/A# service for the framework newBuilder; the default value is "true",
286N/A# logging reported by the framework; the default value is "1" and "0" turns off logging completely,
286N/A# otherwise log levels match those specified in the OSGi Log Service
286N/A# (
i.e., 1 = error, 2 = warning, 3 = information, and 4 = debug).
286N/A# We log osgi entries via a log listener, and hence default the internal logging service logging to off
286N/A# Sets the initial start level of the framework upon startup.
286N/A# Sets the start level of newly installed bundles.
286N/A# Felix installs a stream and content handler factories by default,
286N/A# uncomment the following line to not install them.
286N/A# The launcher registers a shutdown hook to cleanly stop the framework
286N/A# by default, uncomment the following line to disable it.
286N/A# Bundle config properties.
286N/A# Configures the web embedded Web server via the following file
286N/A# Delegate the web server connector configuration to
jetty.xml instead