f4b6a3 / tsid-creator

A Java library for generating Time-Sorted Unique Identifiers (TSID).
MIT License
475 stars 50 forks source link

Provide OSGI support #11

Closed fabiolimace closed 3 years ago

fabiolimace commented 3 years ago

Added OSGi entries to MANIFEST.MF:

Bundle-ManifestVersion: 2
Bundle-Name: tsid-creator
Bundle-SymbolicName: com.github.f4b6a3.tsid
Bundle-Version: 4.1.0
Export-Package: com.github.f4b6a3.tsid
Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.8))"

The OSGi symbolic name is the same as the root package name: com.github.f4b6a3.tsid

fabiolimace commented 3 years ago

Released version 4.1.0.