view src/share/tools/IdealGraphVisualizer/branding.jnlp @ 12481:45daf0d65522

Replace EliminatePartiallyRedundantGuardsPhase with OptimizeGuardAnchors * OptimizeGuardAnchors implements optimization at control split in a more efficient way * OptimizeGuardAnchors ensure Guards have their optimal anchor point *** OptimizeGuardAnchors header
author Gilles Duboscq <duboscq@ssw.jku.at>
date Thu, 17 Oct 2013 18:18:05 +0200
parents 400abf575c42
children
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE jnlp PUBLIC "-//Sun Microsystems, Inc//DTD JNLP Descriptor 6.0//EN" "http://java.sun.com/dtd/JNLP-6.0.dtd">
<jnlp spec="1.0+" codebase="$$codebase">
  <information>
      <title>${app.title}</title>
      <vendor>${app.title} vendor</vendor>
      <description>${app.name} application</description>
      <icon href="${app.icon}"/>
  </information>
  ${jnlp.permissions}
  <resources>
    ${jnlp.branding.jars}
  </resources>
  <component-desc/>
</jnlp>