You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by bo...@apache.org on 2015/01/22 01:56:26 UTC

svn commit: r1653725 - /felix/site/trunk/content/documentation/subprojects/apache-felix-framework/apache-felix-framework-configuration-properties.mdtext

Author: bob
Date: Thu Jan 22 00:56:25 2015
New Revision: 1653725

URL: http://svn.apache.org/r1653725
Log:
FELIX-4772 - Documented Felix Native OS and Processor properties.

Modified:
    felix/site/trunk/content/documentation/subprojects/apache-felix-framework/apache-felix-framework-configuration-properties.mdtext

Modified: felix/site/trunk/content/documentation/subprojects/apache-felix-framework/apache-felix-framework-configuration-properties.mdtext
URL: http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-framework/apache-felix-framework-configuration-properties.mdtext?rev=1653725&r1=1653724&r2=1653725&view=diff
==============================================================================
--- felix/site/trunk/content/documentation/subprojects/apache-felix-framework/apache-felix-framework-configuration-properties.mdtext (original)
+++ felix/site/trunk/content/documentation/subprojects/apache-felix-framework/apache-felix-framework-configuration-properties.mdtext Thu Jan 22 00:56:25 2015
@@ -41,6 +41,8 @@ The following configuration properties a
 * `org.osgi.framework.startlevel.beginning` \- The initial start level of the framework once it starts execution; the default value is 1.
 * `felix.startlevel.bundle` \- The default start level for newly installed bundles; the default value is 1.
 * `felix.service.urlhandlers` \- Flag to indicate whether to activate the URL Handlers service for the framework instance; the default value is `true`. Activating the URL Handlers service will result in the `URL.setURLStreamHandlerFactory()` and `URLConnection.setContentHandlerFactory()` being called.
+* `felix.native.processor.alias.<procName>` \- An alias for resolving native processor requirements new with R6.  This can be used to add new or override existing processors.  The <procName> represents the key for the processor architecture such as x86-64 (which may not contain spaces) then the property value is a comma delimited list of aliases such as x86\_64,amd64.  EX felix.native.processor.alias.x86-64=x86\_64,amd64
+* `felix.native.osname.alias.<osName>` \- An alias for resolving native operating system requirements new with R6.  This can be used to add new or override existing operating systems.  The <osName> represents the key for the operating system such as windows7 (which may not contain spaces) then the property value is a comma delimited list of aliases such as Windows 7,win32.  EX felix.native.osname.alias.windows7=Windows 7,win32