o Allow a splash icon to be set

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113085 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
bwalding 2003-03-09 08:40:46 +00:00
parent 83294e5c93
commit 652fdf1e4d

View File

@ -49,7 +49,7 @@
<icon href="${maven.jnlp.icon}"/>
</j:if>
<j:if test="${context.getVariable('maven.jnlp.icon.splash') != null}">
<icon href="${maven.jnlp.icon.splash}"/>
<icon kind="splash" href="${maven.jnlp.icon.splash}"/>
</j:if>
<j:if test="${context.getVariable('maven.jnlp.description') != null}">
<description>${maven.jnlp.description}</description>