Update issue 38

Set the osgi version range org.osgi.framework;version="[1.5,2)
This commit is contained in:
Taro L. Saito 2012-01-19 13:02:51 +09:00
parent 04140959b0
commit 457c233e1a

View File

@ -157,6 +157,7 @@
<Bundle-Version>${project.version}</Bundle-Version>
<Bundle-Activator>org.xerial.snappy.SnappyBundleActivator</Bundle-Activator>
<Export-Package>org.xerial.snappy</Export-Package>
<Import-Package>org.osgi.framework;version="[1.5,2)"</Import-Package>
</instructions>
</configuration>
</plugin>