Hi,
it's a normal .jnlp file where these ($dependencies, $mainClass, $outputFile) variables
get replaced with the actual content. It could look something like this:
--------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<jnlp codebase="$$codebase" href="$$name">
<information>
<title>My Title</title>
<vendor>Vendor</vendor>
<description>Description</description>
<icon href="images/icon.gif"/>
</information>
<resources>
<j2se version="1.5+" />
$dependencies
</resources>
<security>
<all-permissions />
</security>
<application-desc main-class="$mainClass" />
</jnlp>
--------------------------------
-Tim
Sebastien Cesbron schrieb:
A question about this plugin :
- Is there somewhere a "template.vm" example file I can take as a
basis for mine ?
Thanx
Seb
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]