<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<jnlp codebase="http://172.16.11.187:8080/applications/" href="launch.jnlp" spec="1.0+">
|
<information>
|
<title>colorsserver</title>
|
<vendor>ALUVISA</vendor>
|
<homepage href=""/>
|
<description>colorsserver</description>
|
<description kind="short">colorsserver</description>
|
<icon href="ARTIC.ico" kind="default"/>
|
</information>
|
<update check="always"/>
|
<security>
|
<all-permissions/>
|
</security>
|
<resources>
|
<j2se version="1.8+"/>
|
<jar href="colorsserver.jar" main="true"/>
|
</resources>
|
<application-desc main-class="aluvisa.servers.colorsserver">
|
</application-desc>
|
</jnlp>
|