forked from Coded/SIPRP
git-svn-id: https://svn.coded.pt/svn/SIPRP@1193 bb69d46d-e84e-40c8-a05a-06db0d633741
parent
d7656a2540
commit
f6fdccf00d
@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<jnlp
|
||||
spec="1.0+"
|
||||
codebase="http://www.evolute.pt/~software/siprpsoft/"
|
||||
href="siprp_itext.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/siText.jar"/>
|
||||
</resources>
|
||||
<component-desc />
|
||||
</jnlp>
|
||||
@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<jnlp
|
||||
spec="1.0+"
|
||||
codebase="http://www.evolute.pt/~software/siprpsoft/"
|
||||
href="siprp_mail.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/smail.jar"/>
|
||||
</resources>
|
||||
<component-desc />
|
||||
</jnlp>
|
||||
|
||||
@ -0,0 +1,29 @@
|
||||
<?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>
|
||||
|
||||
@ -0,0 +1,57 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<jnlp spec="1.0+" codebase="http://www.evolute.pt/~software/siprpsoft" href="siprpsoft-local3.jnlp">
|
||||
<information>
|
||||
<title>SIPRP/local3</title>
|
||||
<vendor>EVOLUTE 2010</vendor>
|
||||
<homepage href="http://www.siprp.pt/"/>
|
||||
<description>SIPRP, v11</description>
|
||||
<description kind="short">SIPRP/local3</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="www.evolute.pt" />
|
||||
<property name="server.port" value="5436" />
|
||||
<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>
|
||||
|
||||
@ -0,0 +1,57 @@
|
||||
<?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>
|
||||
|
||||
Loading…
Reference in new issue