core/com.nokia.carbide.cpp/config.ini
changeset 0 fb279309251b
equal deleted inserted replaced
-1:000000000000 0:fb279309251b
       
     1 # Eclipse runtime configuration file
       
     2 # This file contains a number of key/value pairs that are merged into the 
       
     3 # System properties on system startup.  The values control the way the 
       
     4 # runtime is structured and runs.
       
     5 
       
     6 # Note:  Only platform:/base/ and file: URLs are supported.  In general the 
       
     7 # URLs given may include a version number (e.g., .../location_1.2.3).  
       
     8 # If a version is not specified, the system binds
       
     9 # to the location which matches exactly or to the versioned location with the
       
    10 # latest version number.  If a version number is given then only exact matches
       
    11 # are considered.
       
    12 
       
    13 # The comma-separated list of locations to search for the splash screen file (splash.bmp).
       
    14 # For each list element a subdirectory structure based on the pattern nl/<locale> is searched.
       
    15 # The system binds to the first matching file.  There is no default value.
       
    16 osgi.splashPath = platform:/base/plugins/com.nokia.carbide.cpp
       
    17 
       
    18 # The comma-separated list of bundles which are automatically installed and optionally started
       
    19 # once the system is up and running.  Each entry if of the form
       
    20 #     <URL | simple bundle location>[@ [<startlevel>] [":start"]]
       
    21 # If the startlevel is omitted then the framework will use the default start level for the bundle.
       
    22 # If the "start" tag is added then the bundle will be marked as started after being installed.
       
    23 # Simple bundle locations are interepreted as relative to the framework's parent directory.
       
    24 # The startlevel indicates the OSGi start level at which the bundle should run.
       
    25 # If this value is not set, the system computes an appropriate default.
       
    26 osgi.bundles=org.eclipse.equinox.common@2:start, org.eclipse.update.configurator@3:start, org.eclipse.core.runtime@start
       
    27 
       
    28 # The product to run.  A given Eclipse configuration may contain many products.
       
    29 # The product identified will supply the branding (window icons, title bar text) etc 
       
    30 # as well as define the default application to run.  
       
    31 #eclipse.product=org.eclipse.platform.ide
       
    32 eclipse.product=com.nokia.carbide.cpp.product
       
    33 
       
    34 # The default workspace location
       
    35 #osgi.instance.area.default=@user.home/workspace
       
    36 # Default to a name without spaces. Many Symbian Perl scripts will fail on paths with spaces in them.
       
    37 osgi.instance.area.default=C:/Symbian/Carbide/workspace
       
    38 
       
    39 # The build identifier
       
    40 eclipse.buildId=I20080617-2000