7014738: Update jdk repo application manifests with Windows 7 compatibility section.
authorprr
Wed, 26 Jan 2011 11:46:40 -0800
changeset 8127 f97fecd0df7f
parent 7952 5290e1887780
child 8128 4980e459a3a7
7014738: Update jdk repo application manifests with Windows 7 compatibility section. Reviewed-by: bae, igor
jdk/src/windows/resource/java.manifest
--- a/jdk/src/windows/resource/java.manifest	Mon Jan 24 15:37:57 2011 +0300
+++ b/jdk/src/windows/resource/java.manifest	Wed Jan 26 11:46:40 2011 -0800
@@ -41,4 +41,12 @@
     </asmv3:windowsSettings>
   </asmv3:application>
 
+  <!-- Indicate this JDK version is Windows 7 compatible -->
+   <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
+      <application>
+        <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
+        <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
+      </application>
+    </compatibility>
+
 </assembly>