changeset 1617:1ba29bfca5a0

2009-06-24 Omair Majid <omajid@redhat.com> * rt/net/sourceforge/jnlp/Parser.java: Add 1.5 and 6.0 to supportedVersions.
author Omair Majid <omajid@redhat.com>
date Wed, 24 Jun 2009 12:15:33 -0400
parents 629f7b7a918f
children ed75376cfe3a
files ChangeLog rt/net/sourceforge/jnlp/Parser.java
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  Omair Majid  <omajid@redhat.com>
+
+	* rt/net/sourceforge/jnlp/Parser.java: Add 1.5 and 6.0 to
+	supportedVersions.
+
 2009-06-24  Andrew John Hughes  <ahughes@redhat.com>
 
 	* patches/cacao/no-strict-aliasing.patch:
--- 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 @@
 
 
     /** 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