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/siprpsoft.jnlp

58 lines
2.1 KiB

<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0+" codebase="http://www.evolute.pt/~software/siprpsoft" href="siprpsoft.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>
<property name="server.address" value="10.158.2.2" />
<property name="server.port" value="5432" />
<property name="server.databse" value="siprp_local_3" />
<j2se version="1.5+"/>
<jar href="lib/sSIPRP.jar"/>
<jar href="lib/sTableLayout.jar"/>
<jar href="lib/sashwood-1.1.jar"/>
<jar href="lib/savalon-framework-4.2.0.jar" download="lazy"/>
<jar href="lib/sbatik-all-1.7.jar"/>
<jar href="lib/scayenne-server-3.0M2.jar"/>
<jar href="lib/scommons-collections-3.1.jar"/>
<jar href="lib/scommons-io-1.4.jar"/>
<jar href="lib/scommons-lang-2.1.jar"/>
<jar href="lib/scommons-logging-1.0.4.jar"/>
<jar href="lib/scommons-logging-1.1.jar"/>
<jar href="lib/sevolute.jar"/>
<jar href="lib/sfop.jar"/>
<extension name="itext" href="siprp_itext.jnlp"/>
<jar href="lib/sjai_imageio.jar"/>
<jar href="lib/sjcalendar-1.3.2.jar"/>
<jar href="lib/sjdo.jar"/>
<jar href="lib/sjdom.jar"/>
<jar href="lib/sjpox-1.0.4.jar"/>
<jar href="lib/sjxl-2.6.jar"/>
<extension name="mail" href="siprp_mail.jnlp"/>
<jar href="lib/snlog4j-1.2.25.jar"/>
<extension name="pdfrenderer" href="siprp_pdfrenderer.jnlp"/>
<jar href="lib/spostgresql-8.0-317.jdbc3.jar"/>
<jar href="lib/sserializer-2.7.0.jar"/>
<jar href="lib/sxalan-2.7.0.jar"/>
<jar href="lib/sxercesImpl-2.7.1.jar"/>
<jar href="lib/sxmlgraphics-commons-1.3.1.jar"/>
<jar href="lib/sevospellchecker.jar"/>
<jar href="lib/sjazzy-core.jar"/>
</resources>
<application-desc main-class="siprp.Main"/>
</jnlp>