Add some comments about strange code
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113619 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
37687abfb9
commit
65e9301f15
@ -165,6 +165,7 @@
|
||||
<j:forEach var="lib" items="${pom.artifacts}">
|
||||
<j:set var="dep" value="${lib.dependency}"/>
|
||||
<j:if test="${dep.getProperty('jnlp.jar')=='true'}">
|
||||
<!-- FIXME: why isn't this lib.absolutePath -->
|
||||
<jarfile:updateManifest
|
||||
inputJar="${lib.file.parent}/${lib.file.name}"
|
||||
manifest="${plugin.resources}/jnlp.manifest"
|
||||
@ -172,6 +173,7 @@
|
||||
/>
|
||||
</j:if>
|
||||
<j:if test="${dep.getProperty('jnlp.native.jar')=='true'}">
|
||||
<!-- FIXME: why isn't this lib.absolutePath -->
|
||||
<jarfile:updateManifest
|
||||
inputJar="${lib.file.parent}/${lib.file.name}"
|
||||
manifest="${plugin.resources}/jnlp.manifest"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user