You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
SIPRP/trunk/SIPRPSoft/jnlp/production/siprp_pdfrenderer.jnlp

30 lines
779 B

<?xml version="1.0" encoding="utf-8"?>
<!-- JNLP File for CIMCP Application -->
<jnlp
spec="1.0+"
codebase="http://www.evolute.pt/~software/siprpsoft/"
href="siprp_pdfrenderer.jnlp">
<information>
<title>SIPRP</title>
<vendor>EVOLUTE 2010</vendor>
<homepage href="http://www.siprp.pt/"/>
<description>SIPRP, v11</description>
<description kind="short">SIPRP</description>
<icon href="images/logo_combo.jpg"/>
<icon kind="splash" href="images/logo_combo.jpg"/>
<offline-allowed/>
<shortcut online="true">
<desktop/>
</shortcut>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.5+"/>
<jar href="lib/sPDFRenderer.jar"/>
</resources>
<component-desc />
</jnlp>