no message

git-svn-id: https://svn.coded.pt/svn/SIPRP@187 bb69d46d-e84e-40c8-a05a-06db0d633741
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Luis Flores 21 years ago
parent 2492380608
commit e2a53f8dd4

@ -0,0 +1,41 @@
<?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>
Loading…
Cancel
Save