Files
spring-boot-rest/jws/src/main/webapp/hello.jnlp
Daniel Cassiani d35f7d01f7 BAEL-388 (#1360)
* initial push

* module Java Web Start (jws) add

* pom improvements and fixes
2017-03-19 12:44:00 +01:00

13 lines
318 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="$$codebase">
<information>
<title>Hello</title>
<vendor>Example</vendor>
</information>
<resources>
<j2se version="1.2+"/>
<jar href="jws.jar" main="true" />
</resources>
<application-desc/>
</jnlp>