aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmair Majid <[email protected]>2010-11-08 16:48:38 -0500
committerOmair Majid <[email protected]>2010-11-08 16:48:38 -0500
commitada535b6a8453dca218b72743894c04b70c605be (patch)
tree53812f1a5103f8d12161e1331db4401d9fc4df9c
parentfe0ca6144db1e34521813d103fe6d65954ebe10c (diff)
set the JDK_UPDATE_VERSION for the plugin
2010-11-08 Omair Majid <[email protected]> * Makefile.am (JDK_UPDATE_VERSION): Define variable.
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.am2
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc544a5..7eabcec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-11-08 Omair Majid <[email protected]>
+
+ * Makefile.am (JDK_UPDATE_VERSION): Define variable.
+
2010-11-04 Omair Majid <[email protected]>
* netx/net/sourceforge/jnlp/runtime/DeploymentConfiguration.java:
diff --git a/Makefile.am b/Makefile.am
index 6f850d6..7df4b36 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,6 +17,8 @@ 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
PLUGIN_TEST_SRCS = $(abs_top_srcdir)/plugin/tests/LiveConnect/*.java