kafelez / jsendnsca

Automatically exported from code.google.com/p/jsendnsca
0 stars 0 forks source link

The JAR should be a OSGi bundle #42

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Using the felix bundle plugin we can generate the JAR as an OSGi bundle.

Original issue reported on code.google.com by claus.ib...@gmail.com on 23 Dec 2012 at 8:47

GoogleCodeExporter commented 8 years ago
Can install in Apache Karaf (osgi container) now.

[  51] [Active     ] [            ] [   80] Commons Lang (2.6)
[  52] [Active     ] [            ] [   80] jsendnsca (2.1.0.RC1)
karaf@root> head
head       headers    
karaf@root> headers 52

jsendnsca (52)
--------------
Manifest-Version = 1.0
Bnd-LastModified = 1356252321273
Tool = Bnd-1.50.0
Built-By = davsclaus
Build-Jdk = 1.6.0_37
Created-By = Apache Maven Bundle Plugin

Bundle-Vendor = JSend NSCA
Bundle-Name = jsendnsca
Bundle-DocURL = http://jsendnsca.googlecode.com/
Bundle-Description = Java API for sending Passive Checks to Nagios NSCA addon
Bundle-SymbolicName = jsendnsca
Bundle-Version = 2.1.0.RC1
Bundle-License = http://www.apache.org/licenses/LICENSE-2.0.html
Bundle-ManifestVersion = 2

Import-Package = 
    javax.crypto,
    javax.crypto.spec,
    org.apache.commons.lang;version="[2.4,3)",
    org.apache.commons.lang.builder;version="[2.4,3)",
    org.apache.commons.lang.math;version="[2.4,3)"
Export-Package = 
    com.googlecode.jsendnsca;
        uses:="org.apache.commons.lang.builder,
            org.apache.commons.lang,
            com.googlecode.jsendnsca.utils,
            com.googlecode.jsendnsca.encryption,
            org.apache.commons.lang.math";
        version=2.1.0.RC1,
    com.googlecode.jsendnsca.builders;uses:="com.googlecode.jsendnsca,com.googlecode.jsendnsca.encryption";version=2.1.0.RC1,
    com.googlecode.jsendnsca.encryption;uses:="org.apache.commons.lang,javax.crypto.spec,javax.crypto";version=2.1.0.RC1,
    com.googlecode.jsendnsca.quickstart;uses:="com.googlecode.jsendnsca.encryption,com.googlecode.jsendnsca.builders,com.googlecode.jsendnsca";version=2.1.0.RC1,
    com.googlecode.jsendnsca.utils;uses:=org.apache.commons.lang;version=2.1.0.RC1

Original comment by claus.ib...@gmail.com on 23 Dec 2012 at 8:51

GoogleCodeExporter commented 8 years ago

Original comment by claus.ib...@gmail.com on 23 Dec 2012 at 8:52