Andrew Overholt d5b2034
# Eclipse runtime configuration file
Andrew Overholt d5b2034
# This file contains a number of key/value pairs that are merged into the 
Andrew Overholt d5b2034
# System properties on system startup.  The values control the way the 
Andrew Overholt d5b2034
# runtime is structured and runs.
Andrew Overholt d5b2034
Andrew Overholt d5b2034
# Note:  Only platform:/base/ and file: URLs are supported.  In general the 
Andrew Overholt d5b2034
# URLs given may include a version number (e.g., .../location_1.2.3).  
Andrew Overholt d5b2034
# If a version is not specified, the system binds
Andrew Overholt d5b2034
# to the location which matches exactly or to the versioned location with the
Andrew Overholt d5b2034
# latest version number.  If a version number is given then only exact matches
Andrew Overholt d5b2034
# are considered.
Andrew Overholt d5b2034
Andrew Overholt d5b2034
# The URL for the runtime entry point.  The default value is
Andrew Overholt d5b2034
# platform:/base/plugins/org.eclipse.osgi 
Andrew Overholt d5b2034
#osgi.framework=platform:/base/plugins/org.eclipse.osgi
Andrew Overholt d5b2034
Andrew Overholt d5b2034
# The classpath for the framework found at the osgi.framework location.  This 
Andrew Overholt d5b2034
# comma-separated list contains either URLs or simple element names.  Simple
Andrew Overholt d5b2034
# names are assumed to be relative to the framework's install directory.  
Andrew Overholt d5b2034
# Typically this value need not be set as it is initialized by the framework itself.
Andrew Overholt d5b2034
# Version match searching is not done for URLs listed here.
Andrew Overholt d5b2034
#osgi.frameworkClassPath =
Andrew Overholt d5b2034
Andrew Overholt d5b2034
# The comma-separated list of locations to search for the splash screen file (splash.bmp).
Andrew Overholt d5b2034
# For each list element a subdirectory structure based on the pattern nl/<locale> is searched.
Andrew Overholt d5b2034
# The system binds to the first matching file.  There is no default value.
Andrew Overholt d5b2034
#osgi.splashPath=
Andrew Overholt d5b2034
Andrew Overholt d5b2034
# The location of the splash screen file.  If this value is set at system startup it is used 
Andrew Overholt d5b2034
# in favour of the osgi.splashPath searching outlined above.  If the value is not set 
Andrew Overholt d5b2034
# the searching is done and this key is bound to the result of the search.
Andrew Overholt d5b2034
#osgi.splashLocation =
Andrew Overholt d5b2034
Andrew Overholt d5b2034
# The comma-separated list of bundles which are automatically installed and optionally started
Andrew Overholt d5b2034
# once the system is up and running.  Each entry if of the form
Andrew Overholt d5b2034
#     <URL | simple bundle location>[@ [<startlevel>] [":start"]]
Andrew Overholt d5b2034
# If the startlevel is omitted then the framework will use the default start level for the bundle.
Andrew Overholt d5b2034
# If the "start" tag is added then the bundle will be marked as started after being installed.
Andrew Overholt d5b2034
# Simple bundle locations are interepreted as relative to the framework's parent directory.
Andrew Overholt d5b2034
# The startlevel indicates the OSGi start level at which the bundle should run.
Andrew Overholt d5b2034
osgi.bundles=\
255430c
	org.eclipse.core.databinding.observable,\
Andrew Overholt d5b2034
	org.eclipse.core.jobs,\
Andrew Overholt d5b2034
	org.eclipse.core.runtime,\
Andrew Overholt d5b2034
	org.eclipse.ecf,\
Andrew Overholt d5b2034
	org.eclipse.ecf.filetransfer,\
255430c
	org.eclipse.ecf.provider.filetransfer.httpclient,\
Andrew Overholt d5b2034
	org.eclipse.ecf.identity,\
Andrew Overholt d5b2034
	org.eclipse.ecf.provider.filetransfer,\
Andrew Overholt d5b2034
	org.eclipse.equinox.app@start,\
Andrew Overholt d5b2034
	org.eclipse.equinox.common,\
Andrew Overholt d5b2034
	org.eclipse.equinox.frameworkadmin,\
Andrew Overholt d5b2034
	org.eclipse.equinox.frameworkadmin.equinox@start,\
Andrew Overholt d5b2034
	org.eclipse.equinox.p2.artifact.repository,\
Andrew Overholt d5b2034
	org.eclipse.equinox.p2.console,\
Andrew Overholt d5b2034
	org.eclipse.equinox.p2.core,\
Andrew Overholt d5b2034
	org.eclipse.equinox.p2.director,\
Andrew Overholt d5b2034
	org.eclipse.equinox.p2.director.app,\
Andrew Overholt d5b2034
	org.eclipse.equinox.p2.engine,\
Andrew Overholt d5b2034
	org.eclipse.equinox.p2.exemplarysetup@start,\
255430c
	org.eclipse.equinox.p2.jarprocessor,\
Andrew Overholt d5b2034
	org.eclipse.equinox.p2.metadata,\
Andrew Overholt d5b2034
	org.eclipse.equinox.p2.metadata.repository,\
Andrew Overholt d5b2034
	org.eclipse.equinox.p2.touchpoint.eclipse,\
Andrew Overholt d5b2034
	org.eclipse.equinox.p2.touchpoint.natives,\
Andrew Overholt d5b2034
	org.eclipse.equinox.registry,\
Andrew Overholt d5b2034
	org.eclipse.equinox.simpleconfigurator,\
Andrew Overholt d5b2034
	org.eclipse.equinox.simpleconfigurator.manipulator@start,\
Andrew Overholt d5b2034
	org.eclipse.osgi.services,\
255430c
	org.eclipse.update.configurator,\
Andrew Overholt d5b2034
	org.sat4j.core,\
Andrew Overholt d5b2034
	org.sat4j.pb
255430c
Andrew Overholt d5b2034
org.eclipse.update.reconcile=false
Andrew Overholt d5b2034
Andrew Overholt d5b2034
# The product to run.  A given Eclipse configuration may contain many products.
Andrew Overholt d5b2034
# The product identified will supply the branding (window icons, title bar text) etc 
Andrew Overholt d5b2034
# as well as define the default application to run.  
Andrew Overholt d5b2034
#eclipse.product=
Andrew Overholt d5b2034
Andrew Overholt d5b2034
# The application to run.  The value specified here is the id of the application extension
Andrew Overholt d5b2034
# the runtime will find, instantiate and execute once the system is up.  Note that typically 
Andrew Overholt d5b2034
# the identified eclipse.product defines the default application to run.
Andrew Overholt d5b2034
#eclipse.application=
Andrew Overholt d5b2034
Andrew Overholt d5b2034
# The build identifier
Andrew Overholt d5b2034
eclipse.buildId=@build@
Andrew Overholt d5b2034
Andrew Overholt d5b2034
# End of file marker - must be here
Andrew Overholt d5b2034
eof=eof