jdk/src/windows/resource/java.manifest
author dav
Thu, 25 Nov 2010 15:39:39 +0300
changeset 7237 b395bae61a61
parent 2 90ce3da70b43
child 7945 7296aacd696f
permissions -rw-r--r--
6551412: [OpenJDK] Change the 'name=' entry in src/windows/resource/java.manifest XML file. Reviewed-by: ohair
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"
7237
b395bae61a61 6551412: [OpenJDK] Change the 'name=' entry in src/windows/resource/java.manifest XML file.
dav
parents: 2
diff changeset
     6
    name="Oracle Corporation, Java(tm) 2 Standard Edition"
2
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>