mirror of
https://github.com/xerial/snappy-java.git
synced 2025-07-21 04:54:33 +02:00
Fixes #90, by adding OSGi export setting foe org.xerial.snappy.buffer package. 1.1.1.5 release
This commit is contained in:
parent
35ed7a8386
commit
0122b6bfcc
@ -76,7 +76,7 @@ libraryDependencies ++= Seq(
|
|||||||
osgiSettings
|
osgiSettings
|
||||||
|
|
||||||
|
|
||||||
OsgiKeys.exportPackage := Seq("org.xerial.snappy")
|
OsgiKeys.exportPackage := Seq("org.xerial.snappy", "org.xerial.snappy.buffer")
|
||||||
|
|
||||||
OsgiKeys.bundleSymbolicName := "org.xerial.snappy.snappy-java"
|
OsgiKeys.bundleSymbolicName := "org.xerial.snappy.snappy-java"
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
version in ThisBuild := "1.1.1.5-SNAPSHOT"
|
version in ThisBuild := "1.1.1.5"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user