jdk/src/windows/resource/java.manifest
changeset 19256 89bb50abb217
parent 19190 50a4d01485a1
equal deleted inserted replaced
19255:30c8df7a1168 19256:89bb50abb217
    42   </asmv3:application>
    42   </asmv3:application>
    43 
    43 
    44   <!-- Indicate this JDK version is Windows 7 compatible -->
    44   <!-- Indicate this JDK version is Windows 7 compatible -->
    45    <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
    45    <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
    46       <application>
    46       <application>
       
    47         <!-- Windows Vista -->
       
    48         <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
       
    49         <!-- Windows 7 -->
    47         <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
    50         <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
    48         <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
    51         <!-- Windows 8 -->
       
    52         <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
       
    53         <!-- Windows 8.1 -->
       
    54         <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
    49       </application>
    55       </application>
    50     </compatibility>
    56     </compatibility>
    51 
    57 
    52 </assembly>
    58 </assembly>