config.properties revision e13366e235a3af3029b751bc89f419ec1615fe30
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# Licensed to the Apache Software Foundation (ASF) under one
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# or more contributor license agreements. See the NOTICE file
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# distributed with this work for additional information
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# regarding copyright ownership. The ASF licenses this file
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# to you under the Apache License, Version 2.0 (the
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# "License"); you may not use this file except in compliance
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# with the License. You may obtain a copy of the License at
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye#
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# http://www.apache.org/licenses/LICENSE-2.0
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye#
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# Unless required by applicable law or agreed to in writing,
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# software distributed under the License is distributed on an
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# KIND, either express or implied. See the License for the
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# specific language governing permissions and limitations
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# under the License.
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye#
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# Framework config properties.
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye#
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# To override the packages the framework exports by default from the
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# class path, set this variable.
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye#org.osgi.framework.system.packages=
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# To append packages to the default set of exported system packages,
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# set this value.
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye#org.osgi.framework.system.packages.extra=
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# The following property makes specified packages from the class path
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# available to all bundles. You should avoid using this property.
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye#org.osgi.framework.bootdelegation=sun.*,com.sun.*
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# Felix tries to guess when to implicitly boot delegate in certain
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# situations to ease integration without outside code. This feature
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# is enabled by default, uncomment the following line to disable it.
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye#felix.bootdelegation.implicit=false
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# The following property explicitly specifies the location of the bundle
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# cache, which defaults to "felix-cache" in the current working directory.
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# If this value is not absolute, then the felix.cache.rootdir controls
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# how the absolute location is calculated. (See next property)
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye#org.osgi.framework.storage=${felix.cache.rootdir}/felix-cache
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# The following property is used to convert a relative bundle cache
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# location into an absolute one by specifying the root to prepend to
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# the relative cache path. The default for this property is the
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# current working directory.
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye#felix.cache.rootdir=${user.dir}
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# The following property controls whether the bundle cache is flushed
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# the first time the framework is initialized. Possible values are
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# "none" and "onFirstInit"; the default is "none".
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye#org.osgi.framework.storage.clean=onFirstInit
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# The following property determines which actions are performed when
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# processing the auto-deploy directory. It is a comma-delimited list of
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# the following values: 'install', 'start', 'update', and 'uninstall'.
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# An undefined or blank value is equivalent to disabling auto-deploy
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# processing.
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbyefelix.auto.deploy.action=install,start
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# The following property specifies the directory to use as the bundle
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# auto-deploy directory; the default is 'bundle' in the working directory.
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye#felix.auto.deploy.dir=bundle
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# The following property is a space-delimited list of bundle URLs
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# to install when the framework starts. The ending numerical component
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# is the target start level. Any number of these properties may be
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# specified for different start levels.
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye#felix.auto.install.1=
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# The following property is a space-delimited list of bundle URLs
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# to install and start when the framework starts. The ending numerical
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# component is the target start level. Any number of these properties
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# may be specified for different start levels.
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye#felix.auto.start.1=
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbyefelix.log.level=1
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# Sets the initial start level of the framework upon startup.
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye#org.osgi.framework.startlevel.beginning=1
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# Sets the start level of newly installed bundles.
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye#felix.startlevel.bundle=1
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# Felix installs a stream and content handler factories by default,
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# uncomment the following line to not install them.
#felix.service.urlhandlers=false
# The launcher registers a shutdown hook to cleanly stop the framework
# by default, uncomment the following line to disable it.
#felix.shutdown.hook=false
#
# Bundle config properties.
#
org.osgi.service.http.port=8080
obr.repository.url=http://felix.apache.org/obr/releases.xml