<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+"
      codebase="http://www.blossomassociates.net/igb/"
      href="b.256.jnlp"
      >
      
<information>
      
  <!-- The title of the application -->
  <title>Integrated Genome Browser (256 meg)</title>
      
  <!-- The vendor of the application -->
  <vendor>Blossom Associates</vendor>
      
  <!-- A web page containing more information about the application.
       This URL will be displayed in the JAWS Application Manager. -->
  <homepage href="index.html" ></homepage>

  <!-- Description elements are displayed in various places
       in the Application Manager. -->
  <description>Integrated Genome Browser</description>

  <!-- A URL pointing at a GIF or JPG icon file -->
  <icon href="genechip.jpg"/>
  <icon kind="splash" href="genechip.jpg"/>

  <!-- Declares that the application can run
       without access to its server. -->
  <offline-allowed/>

</information>

<security>
  <!-- Request that the application be given full access
       to the local (executing) machine,
       as if it were a regular Java application.
       Requires that all JAR files be signed
       by a trusted party -->
  <all-permissions/>

</security>

<resources>

  <!-- Specify the versions of the Java Runtime Environment (JRE)
       that are supported by the application.
       Multiple entries of this kind are allowed,
       in which case they are considered to be in order of preference. -->
  <j2se version="1.4+" max-heap-size="256m"/>

  <!-- Specify the relative URL of a JAR file containing code or data.
       Specifying lazy tells the JAWS system
       that the file does not need to be downloaded
       before the application can be run. -->
  <jar href="igb.jar" />

  <!-- Note that igb.jar must be mentioned first -->
  <jar href="genoviz.jar" />
  <jar href="genometry.jar" />
  <jar href="javax.servlet.jar" />
  <jar href="org.mortbay.jetty.jar" />
  <jar href="xercesImpl.jar" />
  <jar href="xml-apis.jar" />
  <jar href="commons-logging.jar" />
  <jar href="affx_fusion.jar" />
  <jar href="jlfgr-1_0.jar" />
  <jar href="freehep-base.jar" />
  <jar href="freehep-graphics2d.jar" />
  <jar href="freehep-graphicsio.jar" />
  <jar href="freehep-graphicsio-ps.jar" />

</resources>

<application-desc main-class="com.affymetrix.igb.IGB">
  <argument>-deploy</argument>
  <argument>webstart</argument>
</application-desc>

</jnlp>
