Fix layout

This commit is contained in:
xerial 2017-01-19 23:30:55 -08:00
parent 5898066ebd
commit b7f25dd022
1 changed files with 3 additions and 3 deletions

View File

@ -139,9 +139,6 @@ A file `target/snappy-java-$(version).jar` is the product additionally containin
Simply put the snappy-java's jar to WEB-INF/lib folder of your web application. Usual JNI-library specific problem no longer exists since snappy-java version 1.0.3 or higher can be loaded by multiple class loaders.
----
Snappy-java is developed by [Taro L. Saito](http://www.xerial.org/leo). Twitter [@taroleo](http://twitter.com/#!/taroleo)
### Configure snappy-java using property file
@ -153,3 +150,6 @@ Here is a list of the available properties:
* org.xerial.snappy.tempdir (temporary directory to extract a native library bundled in snappy-java)
* org.xerial.snappy.use.systemlib (if this value is true, use system installed libsnappyjava.so looking the path specified by java.library.path)
----
Snappy-java is developed by [Taro L. Saito](http://www.xerial.org/leo). Twitter [@taroleo](http://twitter.com/#!/taroleo)