changeset in /hg/icedtea6: 2009-06-24 Omair Majid <omajid at redh...

Omair Majid omajid at redhat.com
Wed Jun 24 09:14:44 PDT 2009


changeset 1ba29bfca5a0 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=1ba29bfca5a0
description:
	2009-06-24  Omair Majid  <omajid at redhat.com>

	    * rt/net/sourceforge/jnlp/Parser.java: Add 1.5 and 6.0 to
	    supportedVersions.

diffstat:

2 files changed, 6 insertions(+), 1 deletion(-)
ChangeLog                           |    5 +++++
rt/net/sourceforge/jnlp/Parser.java |    2 +-

diffs (24 lines):

diff -r 629f7b7a918f -r 1ba29bfca5a0 ChangeLog
--- a/ChangeLog	Wed Jun 24 10:26:38 2009 +0200
+++ b/ChangeLog	Wed Jun 24 12:15:33 2009 -0400
@@ -1,3 +1,8 @@ 2009-06-24  Andrew John Hughes  <ahughes
+2009-06-24  Omair Majid  <omajid at redhat.com>
+
+	* rt/net/sourceforge/jnlp/Parser.java: Add 1.5 and 6.0 to
+	supportedVersions.
+
 2009-06-24  Andrew John Hughes  <ahughes at redhat.com>
 
 	* patches/cacao/no-strict-aliasing.patch:
diff -r 629f7b7a918f -r 1ba29bfca5a0 rt/net/sourceforge/jnlp/Parser.java
--- a/rt/net/sourceforge/jnlp/Parser.java	Wed Jun 24 10:26:38 2009 +0200
+++ b/rt/net/sourceforge/jnlp/Parser.java	Wed Jun 24 12:15:33 2009 -0400
@@ -72,7 +72,7 @@ class Parser {
 
 
     /** the supported JNLP file versions */
-    private static Version supportedVersions = new Version("1.0");
+    private static Version supportedVersions = new Version("1.0 1.5 6.0");
 
     // fix: some descriptors need to use the jnlp file at a later
     // date and having file ref lets us pass it to their



More information about the distro-pkg-dev mailing list