diff options
author | Adam Domurad <[email protected]> | 2013-06-03 10:34:36 -0400 |
---|---|---|
committer | Adam Domurad <[email protected]> | 2013-06-03 10:34:36 -0400 |
commit | 58464afe42ef3f0558da034bece3a7800f9104ff (patch) | |
tree | 8635f31393ee772b81e977af1549e4d242feccfe /ChangeLog | |
parent | 1c3034421f64b802cef7b30c44b8524b36255e2f (diff) |
Extract NativeLibraryStorage class from JNLPClassLoader
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2013-06-03 Adam Domurad <[email protected]> + + * netx/net/sourceforge/jnlp/cache/NativeLibraryStorage.java: New, + stores and searches for native library files that are loaded from jars. + * netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java: Move code + that handled native jar caching to NativeLibraryStorage. + 2013-05-29 Adam Domurad <[email protected]> * tests/netx/unit/net/sourceforge/jnlp/runtime/JNLPClassLoaderTest.java: |