changeset 35:f089abbcf019

set the JDK_UPDATE_VERSION for the plugin 2010-11-08 Omair Majid <omajid@redhat.com> * Makefile.am (JDK_UPDATE_VERSION): Define variable.
author Omair Majid <omajid@redhat.com>
date Mon, 08 Nov 2010 16:48:38 -0500
parents 9dd09feb371b
children 5537145cde35
files ChangeLog Makefile.am
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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-08  Omair Majid  <omajid@redhat.com>
+
+	* Makefile.am (JDK_UPDATE_VERSION): Define variable.
+
 2010-11-04  Omair Majid  <omajid@redhat.com>
 
 	* netx/net/sourceforge/jnlp/runtime/DeploymentConfiguration.java:
--- a/Makefile.am	Mon Nov 08 16:36:17 2010 -0500
+++ b/Makefile.am	Mon Nov 08 16:48:38 2010 -0500
@@ -17,6 +17,8 @@
 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
 
 PLUGIN_TEST_SRCS = $(abs_top_srcdir)/plugin/tests/LiveConnect/*.java