blob: 2dc4a7316791dd7d9e24b45a01349cdb9f73e307 [file] [log] [blame]
Karl Pauls4ebe5082006-10-30 15:00:08 +00001# Licensed to the Apache Software Foundation (ASF) under one
2# or more contributor license agreements. See the NOTICE file
3# distributed with this work for additional information
4# regarding copyright ownership. The ASF licenses this file
5# to you under the Apache License, Version 2.0 (the
6# "License"); you may not use this file except in compliance
7# with the License. You may obtain a copy of the License at
8#
9# http://www.apache.org/licenses/LICENSE-2.0
10#
11# Unless required by applicable law or agreed to in writing,
12# software distributed under the License is distributed on an
13# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14# KIND, either express or implied. See the License for the
15# specific language governing permissions and limitations
16# under the License.
17
Alex Karasuluc15532e2006-03-06 19:42:54 +000018#
19# Framework config properties.
20#
Richard S. Hall8155b232008-10-16 20:22:58 +000021
22# To override the packages the framework exports by default from the
23# class path, set this variable.
24#org.osgi.framework.system.packages=
25
26# To append packages to the default set of exported system packages,
27# set this value.
28#org.osgi.framework.system.packages.extra=
Richard S. Hallac6bc742006-06-09 08:40:53 +000029
Richard S. Hallf3ce0022008-10-09 15:54:32 +000030# The following property makes specified packages from the class path
31# available to all bundles. You should avoid using this property.
Richard S. Hall77ff0ea2006-04-14 12:52:18 +000032#org.osgi.framework.bootdelegation=sun.*,com.sun.*
Richard S. Hallf3ce0022008-10-09 15:54:32 +000033
34# The following property explicitly specifies the location of the bundle
35# cache, which defaults to "felix-cache" in the current working directory.
36# If this value is not absolute, then the felix.cache.rootdir controls
37# how the absolute location is calculated. (See next property)
Karl Paulsee682142008-10-10 21:26:51 +000038#org.osgi.framework.storage=${dollar}{felix.cache.rootdir}/felix-cache
Richard S. Hallf3ce0022008-10-09 15:54:32 +000039
40# The following property is used to convert a relative bundle cache
41# location into an absolute one by specifying the root to prepend to
42# the relative cache path. The default for this property is the
43# current working directory.
44#felix.cache.rootdir=${dollar}{user.dir}
45
Richard S. Hallb6ed2122008-10-10 15:38:59 +000046# The following property controls whether the bundle cache is flushed
47# the first time the framework is initialized. Possible values are
48# "none" and "onFirstInit"; the default is "none".
49#org.osgi.framework.storage.clean=onFirstInit
50
Alex Karasuluc15532e2006-03-06 19:42:54 +000051felix.auto.start.1= \
Karl Pauls4d95e902009-05-10 22:09:56 +000052 file:bundle/org.apache.felix.shell-1.2.0.jar \
53 file:bundle/org.apache.felix.shell.tui-1.2.0.jar \
54 file:bundle/org.apache.felix.bundlerepository-1.4.0.jar
Stuart McCulloch6bb5fd62008-11-07 14:20:52 +000055
Karl Pauls54eb8892009-04-26 21:14:07 +000056felix.log.level=${log.level}
Richard S. Hall8155b232008-10-16 20:22:58 +000057
58# Sets the initial start level of the framework upon startup.
59#org.osgi.framework.startlevel=1
60
61# Sets the start level of newly installed bundles.
62#felix.startlevel.bundle=1
Richard S. Halle49bf1c2008-09-12 20:51:49 +000063
64# Invalid fragment bundles throw an 'exception' by default, but
65# uncomment the follow line to have them log a 'warning' instead.
66#felix.fragment.validation=warning
67
68# Felix installs a stream and content handler factories by default,
69# uncomment the following line to not install them.
Karl Pauls929bd6a2008-01-27 21:07:25 +000070#felix.service.urlhandlers=false
Alex Karasuluc15532e2006-03-06 19:42:54 +000071
72#
73# Bundle config properties.
74#
Richard S. Hall8155b232008-10-16 20:22:58 +000075
Alex Karasuluc15532e2006-03-06 19:42:54 +000076org.osgi.service.http.port=8080
Richard S. Hall69e076c2007-05-09 17:10:53 +000077osgi.shell.telnet=on
Karl Pauls189a85a2008-09-07 19:54:38 +000078obr.repository.url=http://felix.apache.org/obr/releases.xml