From 7870c16e7997680918af2c2d015e31d1e02da19e Mon Sep 17 00:00:00 2001 From: evenisse Date: Sun, 29 Jun 2003 09:28:11 +0000 Subject: [PATCH] Fix generated jnlp file. We use now the correct tag for argument main class. Sysproperty isn't in jnlp dtd. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113540 13f79535-47bb-0310-9956-ffa450edef68 --- jnlp/plugin.jelly | 4 ++-- jnlp/project.xml | 2 +- jnlp/xdocs/changes.xml | 6 ++++++ jnlp/xdocs/properties.xml | 8 ++++++++ 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/jnlp/plugin.jelly b/jnlp/plugin.jelly index e63ed133..e9a550e8 100644 --- a/jnlp/plugin.jelly +++ b/jnlp/plugin.jelly @@ -121,7 +121,7 @@ ${maven.jnlp.mainclass.arguments} - + ${someArgument} @@ -135,7 +135,7 @@ ${maven.jnlp.mainclass.arguments} - + ${someArgument} diff --git a/jnlp/project.xml b/jnlp/project.xml index bc724454..8bbb0ba5 100644 --- a/jnlp/project.xml +++ b/jnlp/project.xml @@ -5,7 +5,7 @@ 3 maven-jnlp-plugin Maven JNLP Plug-in - 1.1 + 1.2-SNAPSHOT JNLP Plugin for Maven http://maven.apache.org/reference/plugins/jnlp/ /www/maven.apache.org/reference/plugins/jnlp/ diff --git a/jnlp/xdocs/changes.xml b/jnlp/xdocs/changes.xml index 99ea7672..1c1fd360 100644 --- a/jnlp/xdocs/changes.xml +++ b/jnlp/xdocs/changes.xml @@ -3,9 +3,15 @@ Changes dIon Gillard + Emmanuel Venisse + + + Fix generated jnlp file. We use now argument tag instead of sysproperty tag. + + Add the possibility to choose the main jar. diff --git a/jnlp/xdocs/properties.xml b/jnlp/xdocs/properties.xml index 1a138089..d49781f2 100644 --- a/jnlp/xdocs/properties.xml +++ b/jnlp/xdocs/properties.xml @@ -238,6 +238,14 @@ + + maven.jnlp.mainclass.arguments + Yes + + The argument list for the main class. All arguments are separated by a space. + + +