* initial push

* module Java Web Start (jws) add

* pom improvements and fixes
This commit is contained in:
Daniel Cassiani
2017-03-19 08:44:00 -03:00
committed by Zeger Hendrikse
parent 202a19acbf
commit d35f7d01f7
9 changed files with 155 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<html>
<head>
<title>Hello World JNLP</title>
</head>
<body>
<p>
<a href="hello.jnlp">Launch the example</a>
</p>
</body>
</html>