<?xml version="1.0" encoding="utf-8"?>
<!-- JNLP File for Shrimp  Application -->
<jnlp
  spec="1.0+"
  codebase="http://www.cs.uvic.ca/~chisel/projects/shrimp/demo" href="shrimp.jnlp">
  <information>
    <title>Shrimp: Interactive Multi-Perspective Visualizations</title>
    <vendor>CHISEL research group, University of Victoria</vendor>
    <homepage href="http://www.thechiselgroup.org/Shrimp"/>
    <description>Stand-Alone Shrimp Application</description>
    <description kind="short">Shrimp is an interactive graph viewer from the CHISEL lab.</description>
    <icon href="icon_shrimp.gif"/>
    <icon kind="splash" href="Shrimplogo.png"/>
    <offline-allowed/>
  </information>
  <security>
      <all-permissions/>
  </security>
  <resources>
    <j2se version="1.4+" href="http://java.sun.com/products/autodl/j2se"/>
    <jar href="shrimp.jar"/>
    <jar href="lib/piccolo.jar"/>
    <jar href="lib/piccolox.jar"/>
    <jar href="lib/treemap.jar"/>
    <jar href="lib/layouts.jar"/>
    <jar href="lib/gxl.jar"/>
    <jar href="lib/sugilayout.jar"/>
    <jar href="lib/demos.jar"/>
    <property name="Xmx" value="500M"/>
  </resources>
  <application-desc main-class="ca.uvic.csr.shrimp.Shrimp">
  <argument>demo/bingo/bingo.prj</argument>
  </application-desc>
</jnlp> 

