1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
| <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<jnlp codebase="http://PC-PC/NetBeansProjects/Application_gestion_staock/dist/" href="launch.jnlp" spec="1.0+">
<information>
<title>Application_gestion_staock</title>
<vendor>Mr Sylla</vendor>
<homepage href="http://pc-pc/NetBeansProjects/Application_gestion_staock/dist/launch.html"/>
<description>Application_gestion_staock</description>
<description kind="short">Application_gestion_staock</description>
<icon href="logo.png" kind="default"/>
</information>
<update check="always"/>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.6+"/>
<jar href="Application_gestion_staock.jar" main="true"/>
<jar href="lib/mysql-connector-java-5.1.23-bin.jar"/>
<jar href="lib/eclipselink.jar"/>
<jar href="lib/javax.persistence_2.1.0.v201304241213.jar"/>
<jar href="lib/beansbinding-1.2.1.jar"/>
<jar href="lib/logging-api-1.0.4.jar"/>
<jar href="lib/commons-beanutils-1.8.3.jar"/>
<jar href="lib/commons.collections-3.2.1.jar"/>
<jar href="lib/commons-logging-4.0.6.jar"/>
<jar href="lib/jasperreports-5.6.0.jar"/>
<jar href="lib/commons-digester-1.8.jar"/>
<jar href="lib/groovy-all-1.7.5.jar"/>
<jar href="lib/itextpdf-5.5.7.jar"/>
<jar href="lib/itextpdf-5.5.7-sources.jar"/>
<jar href="lib/itext-xtra-5.5.7-javadoc.jar"/>
<extension href="jnlpcomponent1.jnlp"/>
</resources>
<application-desc main-class="base_de_donnee.login">
</application-desc>
</jnlp> |