blob: 1b916fab30b0a3c9401a6e2c08edffd8fb514fa9 [file] [log] [blame]
###############################################################################
# Copyright (c) 2003, 2004 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
# Eclipse OSGi Framework properties file
#
# This file contains properties used by the Eclipse
# OSGi framework. The property values are
# set by the framework when it is started. Any value set in
# this file will override the default value derived
# by the framework.
# The setting of the default values will be done in
# org.eclipse.osgi.framework.internal.core.Framework.java. Only
# uncomment the value if overriding the default.
# The location of this file can be specified by the
# property osgi.framework.properties on the command
# line when invoking the framework. The default is equivalent to:
# -Dosgi.framework.properties=osgi.properties
# The Framework Beginning StartLevel. This is the
# startlevel that the framework will launch with.
# Valid values are any positive integers.
# Default value is compatibility mode where startlevel=1
#osgi.framework.beginningstartlevel=1
# This is a list of package descriptions (see Export-Package
# manifest header description) of additional packages available
# on the system classpath. Packages described here will
# allow bundles which imports a listed package to resolve.
#osgi.framework.systempackages=<package-description>
# This is the directory in which the DefaultAdaptor
# persistently stores the installed bundles and permission
# information. The default is "bundles"
# NOTE: The contents of this directory will be entirely
# owned by the DefaultAdapter and may be changed or deleted.
#osgi.bundlestore=bundles
# The org.osgi.framework.* properties can be modified for
# the specifics of the deployment to override the default
# values from the JVM system properties.
# Default value is the value of the system property os.arch
#org.osgi.framework.processor=x86
# Default value is the value of the system property os.name
#org.osgi.framework.os.name=Windows 2000
# Default value is the value of the system property os.version
# (up to the first space, if any)
#org.osgi.framework.os.version=5.0
# Default value is the value of the system property user.language
#org.osgi.framework.language=en
# Default value is the value of the windowing system
#org.osgi.framework.windowing.system=win32
# Default value is the system properties
# microedition.configuration/microedition.profiles if either of the
# microedition properties do not exist then the default value is empty.
# Any values set here will be merged with the default value.
#org.osgi.framework.executionenvironment=OSGi/Minimum-1.0