CVSim 1.0.0

File: <base>/old-content/cvsim_deploy.jnlp (1,394 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE jnlp PUBLIC "-//Sun Microsystems, Inc.//DTD JNLP 1.5//EN" "http://www.netbeans.org/jnlp/DTD/jnlp.dtd">
<jnlp spec="1.0+" codebase="http://physionet.org/physiotools/cvsim/" href="cvsim_deploy.jnlp">
  <information>
    <title>CVSim GUI</title>
    <vendor>MIT LCP</vendor>
    <homepage href="http://www.physionet.org/"/>
    <description>Cardiovascular Simulator</description>
    <offline-allowed/>
    <shortcut online="true"/>
  </information>
  <security>
    <all-permissions/>
  </security>
  <resources>
    <j2se version="1.5+"/>
  </resources>
  <resources os="Linux">
    <jar download="eager" href="CVSim_linux.jar" main="true"/>
  </resources>
  <resources os="Windows">
    <jar download="eager" href="CVSim_windows.jar" main="true"/>
  </resources>
   <resources os="Mac OS X" arch="i386">
     <jar download="eager" href="CVSim_OSXi386.jar" main="true"/>
   </resources>
   <resources os="Mac OS X" arch="i386">
     <jar download="eager" href="CVSim_OSXi386.jar" main="true"/>
   </resources>
   <resources os="Mac OS X" arch="ppc">
    <jar download="eager" href="CVSim_OSXppc.jar" main="true"/>
  </resources>
  <resources>
    <jar download="eager" href="images.jar"/>
  </resources>	
  <resources>  	
    <extension name="clib" href="clib.jnlp"/>
  </resources>

  <application-desc main-class="edu.mit.lcp.CVSim"/>
</jnlp>