author | prr |
Wed, 19 Jan 2011 17:07:51 -0800 | |
changeset 7945 | 7296aacd696f |
parent 7237 | b395bae61a61 |
child 8127 | f97fecd0df7f |
permissions | -rw-r--r-- |
2 | 1 |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
7945 | 2 |
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" |
3 |
manifestVersion="1.0" |
|
4 |
xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" |
|
5 |
> |
|
2 | 6 |
<assemblyIdentity |
7945 | 7 |
version="IMVERSION" |
2 | 8 |
processorArchitecture="X86" |
7237
b395bae61a61
6551412: [OpenJDK] Change the 'name=' entry in src/windows/resource/java.manifest XML file.
dav
parents:
2
diff
changeset
|
9 |
name="Oracle Corporation, Java(tm) 2 Standard Edition" |
2 | 10 |
type="win32" |
11 |
/> |
|
7945 | 12 |
<description>Java(TM) SE PROGRAM process</description> |
2 | 13 |
<dependency> |
14 |
<dependentAssembly> |
|
15 |
<assemblyIdentity |
|
16 |
type="win32" |
|
17 |
name="Microsoft.Windows.Common-Controls" |
|
18 |
version="6.0.0.0" |
|
19 |
processorArchitecture="*" |
|
20 |
publicKeyToken="6595b64144ccf1df" |
|
21 |
language="*" |
|
22 |
/> |
|
23 |
</dependentAssembly> |
|
24 |
</dependency> |
|
7945 | 25 |
|
26 |
<!-- Identify the application security requirements. --> |
|
27 |
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> |
|
28 |
<security> |
|
29 |
<requestedPrivileges> |
|
30 |
<requestedExecutionLevel |
|
31 |
level="asInvoker" |
|
32 |
uiAccess="false"/> |
|
33 |
</requestedPrivileges> |
|
34 |
</security> |
|
35 |
</trustInfo> |
|
36 |
||
37 |
<!-- Indicate JDK is high-dpi aware. --> |
|
38 |
<asmv3:application> |
|
39 |
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings"> |
|
40 |
<dpiAware>true</dpiAware> |
|
41 |
</asmv3:windowsSettings> |
|
42 |
</asmv3:application> |
|
43 |
||
2 | 44 |
</assembly> |