aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index da9c5a9..8601835 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2013-10-21 Jiri Vanek <[email protected]>
+
+ Logic to extract main class attribute generalized to common methods.
+ * netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java:
+ (getMainClassName) is now calling (getManifestAttribute)
+ (getManifestAttribute) new method, extract named attribute from url
+ specified jar. Called by (checkForAttributeInJars)
+ (checkForMain) is now calling (checkForAttributeInJars). Also logic of
+ (checkForAttributeInJars) was taken from here.
+ (checkForAttributeInJars) new method, read specific attribute from
+ application jar(s) in specific order.
+
2013-10-20 Jiri Vanek <[email protected]>
* netx/net/sourceforge/jnlp/runtime/JNLPRuntime.java: (isPluginDebug)