Re: I need use netbeans lookup library in OSGi
Boris Heithecker <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CAL465RFVraAhs4wSvNrBrSk+gH2OgRL+01_zEopakkWM5qBg8w@mail.gmail.com> |
Why not just Bundle-SymbolicName: org.openide.util.lookup ? Bundle-Version: --> corresponding to the version of the lookup library you use. Also, for Apache Felix, there is an "Apache Felix Maven Bundle Plugin" which does the bundling for you. Boris 2016-11-05 21:35 GMT+01:00 [email protected] <[email protected]>: > Hi, > > I like netbeans platform, but I have to use osgi. I would like to use > lookup library in osgi, how I should create osgi header in manifest of > lookup library? > > thanks > > > > >