The following issue has been updated:
Updater: dion gillard (mailto:[EMAIL PROTECTED])
Date: Wed, 8 Oct 2003 12:19 PM
Changes:
Fix Version changed to 1.1
---------------------------------------------------------------------
For a full history of the issue, see:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-889&page=history
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-889
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MAVEN-889
Summary: jnlp.extension.jar support
Type: New Feature
Status: Unassigned
Priority: Major
Time Spent: Unknown
Remaining: Unknown
Project: maven
Components:
plugin-jnlp
Fix Fors:
1.1
Assignee:
Reporter: Masahiro Takatsuka
Created: Fri, 3 Oct 2003 7:13 PM
Updated: Wed, 8 Oct 2003 12:19 PM
Environment: independent
Description:
I'd like to submit my contribution to maven.jnlp plugin.
I modified plugin.jelly to support "jnlp.extension.jar" property, which can
be specified within the "dependency" in project.xml (just like
"native.jar").
If this modification is acceptable, please consider including it in the
official plugin.
plugin.jelly.diff------------
95c95
< <j:otherwise>
---
> <j:otherwise>
100,103d99
< <j:if
test="${dep.getProperty('jnlp.extension.jar')=='true'}">
< <extension
name="${lib.file.name}" href="${lib.file.name}"/>
<
< </j:if>
218,224d213
< <j:if
test="${dep.getProperty('jnlp.extension.jar')=='true'}">
< <ant:copy todir="${maven.jnlp.dir}" flatten="true">
< <ant:fileset dir="${lib.file.parent}">
< <ant:include name="${lib.file.name}"/>
< </ant:fileset>
< </ant:copy>
< </j:if>
241,245d229
< <j:if test="${dep.getProperty('jnlp.extension.jar')=='true'}">
< <ant:fileset dir="${lib.file.parent}">
< <ant:include name="${lib.file.name}"/>
< </ant:fileset>
< </j:if>
---------------------------
Thanks for your consideration.
Regards,
Masa
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]