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