hotspot/src/share/tools/IdealGraphVisualizer/branding.jnlp
changeset 30591 b32fcc177417
equal deleted inserted replaced
30589:4722e25bfd6d 30591:b32fcc177417
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <!DOCTYPE jnlp PUBLIC "-//Sun Microsystems, Inc//DTD JNLP Descriptor 6.0//EN" "http://java.sun.com/dtd/JNLP-6.0.dtd">
       
     3 <jnlp spec="1.0+" codebase="$$codebase">
       
     4   <information>
       
     5       <title>${app.title}</title>
       
     6       <vendor>${app.title} vendor</vendor>
       
     7       <description>${app.name} application</description>
       
     8       <icon href="${app.icon}"/>
       
     9   </information>
       
    10   ${jnlp.permissions}
       
    11   <resources>
       
    12     ${jnlp.branding.jars}
       
    13   </resources>
       
    14   <component-desc/>
       
    15 </jnlp>