You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by da...@apache.org on 2017/01/24 00:02:15 UTC

svn commit: r1780003 - /felix/trunk/framework/src/main/resources/default.properties

Author: davidb
Date: Tue Jan 24 00:02:15 2017
New Revision: 1780003

URL: http://svn.apache.org/viewvc?rev=1780003&view=rev
Log:
FELIX-5184 Regression: Native JNA bundle cannot be installed on Windows Server 2012

Patch applied on behalf of Tobias Niehues with many thanks!

Modified:
    felix/trunk/framework/src/main/resources/default.properties

Modified: felix/trunk/framework/src/main/resources/default.properties
URL: http://svn.apache.org/viewvc/felix/trunk/framework/src/main/resources/default.properties?rev=1780003&r1=1780002&r2=1780003&view=diff
==============================================================================
--- felix/trunk/framework/src/main/resources/default.properties (original)
+++ felix/trunk/framework/src/main/resources/default.properties Tue Jan 24 00:02:15 2017
@@ -67,6 +67,7 @@ felix.native.osname.alias.windows8=windo
 felix.native.osname.alias.windows9=windows 9,win32
 felix.native.osname.alias.windows10=windows 10,win32
 felix.native.osname.alias.windowsserver2008=windows server 2008,win32
+felix.native.osname.alias.windowsserver2012=windows server 2012,win32
 felix.native.osname.alias.win32=
 
 felix.service.caps=osgi.service; objectClass:List<String>=org.osgi.service.resolver.Resolver; uses:=org.osgi.service.resolver, \