[icedtea-web] RFC: remove default.jnlp

Dr Andrew John Hughes ahughes at redhat.com
Mon Jan 24 13:25:04 PST 2011


On 15:58 Mon 24 Jan     , Omair Majid wrote:
> Hi,
> 
> The attached patch removes default.jnlp from icedtea-web. This seems to 
> be a copy of about.jnlp (About.jnlp gets invoked on javaws -about), but 
> is completely unused. Ok to remove?
> 
> Cheers,
> Omair

Does the name have any special significance?  Have you checked it isn't loaded
or something if you don't specify a JNLP file?

On the subject of about.jnlp, can someone please update it so recent work is credited?
It currently gives all credit to Jon Maxwell and Joshua Sumali.

> diff -r 925f97c584a8 netx/net/sourceforge/jnlp/resources/default.jnlp
> --- a/netx/net/sourceforge/jnlp/resources/default.jnlp	Tue Jan 18 12:07:45 2011 -0500
> +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
> @@ -1,20 +0,0 @@
> -<?xml version="1.0" encoding="utf-8"?>
> -<jnlp spec="1.0" href="default.jnlp" codebase="http://icedtea.classpath.org/netx/">
> -  <information>
> -    <title>About window for NetX</title>
> -    <vendor>NetX</vendor>
> -    <homepage href="http://jnlp.sourceforge.net/netx/"/>
> -    <description>Displays information about NetX</description>
> -    <offline/>
> -  </information>
> -  <resources>
> -    <j2se version="1.4+"/>
> -    <jar href="default.jar"/>
> -  </resources>
> -  <security>
> -    <all-permissions/>
> -  </security>
> -  <application-desc main-class="net.sourceforge.jnlp.about.Main">
> -  </application-desc>
> -</jnlp>
> -


-- 
Andrew :)

Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)

Support Free Java!
Contribute to GNU Classpath and IcedTea
http://www.gnu.org/software/classpath
http://icedtea.classpath.org
PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
Fingerprint = F8EF F1EA 401E 2E60 15FA  7927 142C 2591 94EF D9D8



More information about the distro-pkg-dev mailing list