/hg/icedtea-web: set the JDK_UPDATE_VERSION for the plugin
omajid at icedtea.classpath.org
omajid at icedtea.classpath.org
Mon Nov 8 13:49:12 PST 2010
changeset f089abbcf019 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=f089abbcf019
author: Omair Majid <omajid at redhat.com>
date: Mon Nov 08 16:48:38 2010 -0500
set the JDK_UPDATE_VERSION for the plugin
2010-11-08 Omair Majid <omajid at redhat.com>
* Makefile.am (JDK_UPDATE_VERSION): Define variable.
diffstat:
2 files changed, 6 insertions(+)
ChangeLog | 4 ++++
Makefile.am | 2 ++
diffs (23 lines):
diff -r 9dd09feb371b -r f089abbcf019 ChangeLog
--- a/ChangeLog Mon Nov 08 16:36:17 2010 -0500
+++ b/ChangeLog Mon Nov 08 16:48:38 2010 -0500
@@ -1,3 +1,7 @@ 2010-11-04 Omair Majid <omajid at redhat.
+2010-11-08 Omair Majid <omajid at redhat.com>
+
+ * Makefile.am (JDK_UPDATE_VERSION): Define variable.
+
2010-11-04 Omair Majid <omajid at redhat.com>
* netx/net/sourceforge/jnlp/runtime/DeploymentConfiguration.java:
diff -r 9dd09feb371b -r f089abbcf019 Makefile.am
--- a/Makefile.am Mon Nov 08 16:36:17 2010 -0500
+++ b/Makefile.am Mon Nov 08 16:48:38 2010 -0500
@@ -16,6 +16,8 @@ IT_LANGUAGE_SOURCE_VERSION=6
IT_LANGUAGE_SOURCE_VERSION=6
IT_CLASS_TARGET_VERSION=6
IT_JAVACFLAGS=$(IT_JAVAC_SETTINGS) -source $(IT_LANGUAGE_SOURCE_VERSION) -target $(IT_CLASS_TARGET_VERSION)
+
+JDK_UPDATE_VERSION=50
# Sources list
More information about the distro-pkg-dev
mailing list