diff options
author | Omair Majid <[email protected]> | 2010-11-08 16:48:38 -0500 |
---|---|---|
committer | Omair Majid <[email protected]> | 2010-11-08 16:48:38 -0500 |
commit | ada535b6a8453dca218b72743894c04b70c605be (patch) | |
tree | 53812f1a5103f8d12161e1331db4401d9fc4df9c | |
parent | fe0ca6144db1e34521813d103fe6d65954ebe10c (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-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile.am | 2 |
2 files changed, 6 insertions, 0 deletions
@@ -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 |