Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2015-04-06 15:14:03 +0000
committerThomas Watson2015-04-06 15:14:03 +0000
commita5bb288614604304002a4a924dcd21869c121d79 (patch)
treed28538f76b2b22bcdebcf1cffbac55cbfe1967c6
parentcba87ed6f7cb782f4f19390ec5010752c4a669a4 (diff)
downloadrt.equinox.framework-a5bb288614604304002a4a924dcd21869c121d79.tar.gz
rt.equinox.framework-a5bb288614604304002a4a924dcd21869c121d79.tar.xz
rt.equinox.framework-a5bb288614604304002a4a924dcd21869c121d79.zip
Bug 460633 - [osgi] org.eclipse.osgi-3.9.1.v20130814-1242 not supportingI20150407-0800
widows 2012 r2 server
-rw-r--r--bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/osname.aliases3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/osname.aliases b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/osname.aliases
index 7b7835f3d..5ee928d7f 100644
--- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/osname.aliases
+++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/osname.aliases
@@ -1,5 +1,5 @@
########################################################################
-# Copyright (c) 2003, 2014 IBM Corporation and others.
+# Copyright (c) 2003, 2015 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -43,6 +43,7 @@ Windows2008 "Windows 2008" "Windows Server 2008" Win2008 Win32 # Microsoft
WindowsServer2008 "Windows 2008" "Windows Server 2008" Win2008 Win32 # Microsoft
WindowsServer2008R2 "Windows 2008 R2" "Windows Server 2008 R2" Win2008R2 Win32 # Microsoft
WindowsServer2012 "Windows 2012" "Windows Server 2012" Win2012 Win32 # Microsoft
+WindowsServer2012R2 "Windows 2012 R2" "Windows Server 2012 R2" Win2012R2 Win32 # Microsoft
Windows7 "Windows 7" Win7 Win32 # Microsoft
Windows8 "Windows 8" "Windows 8.1" "Windows 8.2" "Windows 8.3" Win8 Win32 # Microsoft
"Windows NT (unknown)" win32

Back to the top