dion 2003/07/03 23:36:24
Modified: src/plugins-build/jnlp plugin.jelly
Log:
Add FIXME for problems I can't fix yet
Revision Changes Path
1.11 +4 -0 maven/src/plugins-build/jnlp/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/jnlp/plugin.jelly,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- plugin.jelly 29 Jun 2003 09:28:11 -0000 1.10
+++ plugin.jelly 4 Jul 2003 06:36:24 -0000 1.11
@@ -163,6 +163,7 @@
<j:forEach var="dep" items="${pom.dependencies}">
<j:if test="${dep.getProperty('jnlp.jar')=='true'}">
+ <!-- FIXME: Should use artifacts and artifact.path -->
<jarfile:updateManifest
inputJar="${maven.repo.local}/${dep.artifactDirectory}/jars/${dep.artifact}"
manifest="${plugin.resources}/jnlp.manifest"
@@ -170,6 +171,7 @@
/>
</j:if>
<j:if test="${dep.getProperty('jnlp.native.jar')=='true'}">
+ <!-- FIXME: Should use artifacts and artifact.path -->
<jarfile:updateManifest
inputJar="${maven.repo.local}/${dep.artifactDirectory}/jars/${dep.artifact}"
manifest="${plugin.resources}/jnlp.manifest"
@@ -215,9 +217,11 @@
<ant:fileset dir="${maven.repo.local}">
<j:forEach var="dep" items="${pom.dependencies}">
<j:if test="${dep.getProperty('jnlp.jar')=='true'}">
+ <!-- FIXME: Should use artifacts and artifact.path -->
<ant:include
name="${dep.artifactDirectory}/jars/${dep.artifact}"/>
</j:if>
<j:if test="${dep.getProperty('jnlp.native.jar')=='true'}">
+ <!-- FIXME: Should use artifacts and artifact.path -->
<ant:include
name="${dep.artifactDirectory}/jars/${dep.artifact}"/>
</j:if>
</j:forEach>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]