forked from Coded/SIPRP
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.
42 lines
1.2 KiB
42 lines
1.2 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- JNLP File for CIMCP Application -->
|
|
<jnlp
|
|
spec="1.0+"
|
|
codebase="http://www.evolute.pt/~siprp/shst/"
|
|
href="siprp.jnlp">
|
|
<information>
|
|
<title>SIPRP</title>
|
|
<vendor>EVOLUTE 2005</vendor>
|
|
<homepage href="http://www.siprp.pt/"/>
|
|
<description>SIPRP, v3.2</description>
|
|
<description kind="short">SIPRP</description>
|
|
<icon href="images/logo_combo.jpg"/>
|
|
<icon kind="splash" href="images/logo_combo.jpg"/>
|
|
<offline-allowed/>
|
|
<shortcut online="false">
|
|
<desktop/>
|
|
</shortcut>
|
|
</information>
|
|
<security>
|
|
<all-permissions/>
|
|
</security>
|
|
<resources>
|
|
<property name="server.address" value="10.158.2.2" />
|
|
<j2se version="1.4+"/>
|
|
<jar href="lib/ssiprp.jar"/>
|
|
<jar href="lib/sevutils.jar"/>
|
|
<jar href="lib/simages.jar"/>
|
|
<jar href="lib/sjdo_jpox.jar"/>
|
|
<jar href="lib/sjcalendar.jar"/>
|
|
<jar href="lib/sjxl.jar"/>
|
|
<jar href="lib/sjdo.jar"/>
|
|
<jar href="lib/sjpox-1.0.4.jar"/>
|
|
<jar href="lib/slog4j-1.2.8.jar"/>
|
|
<jar href="lib/siText.jar"/>
|
|
<jar href="lib/sjpox-1.0.4.jar"/>
|
|
<jar href="lib/smysql-connector-java-3.0.11-stable-bin.jar"/>
|
|
</resources>
|
|
<application-desc main-class="siprp.Main"/>
|
|
</jnlp>
|
|
|