jdk/src/windows/resource/java.manifest
author duke
Wed, 05 Jul 2017 16:45:59 +0200
changeset 1810 54dffad0bf06
parent 2 90ce3da70b43
child 7237 b395bae61a61
permissions -rw-r--r--
Merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
<assemblyIdentity
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
    version="1.0.0.0"
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
    processorArchitecture="X86"
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
    name="Sun Microsystems, Inc., Java(tm) 2 Standard Edition"
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
    type="win32"
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
<description>AWT</description>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
<dependency>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
    <dependentAssembly>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
        <assemblyIdentity
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
            type="win32"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
            name="Microsoft.Windows.Common-Controls"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
            version="6.0.0.0"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
            processorArchitecture="*"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
            publicKeyToken="6595b64144ccf1df"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
            language="*"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
        />
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
    </dependentAssembly>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
</dependency>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
</assembly>