Patch: JNLP plugin option to not strip manifest attributes

2004-11-23 Thread M. Sean Gilligan
The Maven JAR plugin nicely creates an Implementation-Version attribute in the JAR's manifest, looking like this: Implementation-Version: 0.5.4-SNAPSHOT It also adds a handful of other informational attributes. After spending a few hours writing code to get this version string and display it i

Re: [patch] jnlp plugin

2004-03-24 Thread Emmanuel Venisse
schall" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 24, 2004 6:45 PM Subject: [patch] jnlp plugin > Greetings, > > The jnlp plugin has been a huge help to some recent development efforts of > mine. In order to meet all my requirements, I needed two a

[patch] jnlp plugin

2004-03-24 Thread Brent Paschall
Greetings, The jnlp plugin has been a huge help to some recent development efforts of mine. In order to meet all my requirements, I needed two additional features that I believe might be of use to others, so I am submitting a patch for the following: 1) Tweaked classpath generation. I was havin