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:
parent
83294e5c93
commit
652fdf1e4d
@ -49,7 +49,7 @@
|
|||||||
<icon href="${maven.jnlp.icon}"/>
|
<icon href="${maven.jnlp.icon}"/>
|
||||||
</j:if>
|
</j:if>
|
||||||
<j:if test="${context.getVariable('maven.jnlp.icon.splash') != null}">
|
<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>
|
||||||
<j:if test="${context.getVariable('maven.jnlp.description') != null}">
|
<j:if test="${context.getVariable('maven.jnlp.description') != null}">
|
||||||
<description>${maven.jnlp.description}</description>
|
<description>${maven.jnlp.description}</description>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user