fastcodejava
fastcodejava

Reputation: 41077

OSGI Manifest in eclipse plugin

How do I include an OSGI Manifest in an eclipse plugin easily? Thanks.

Upvotes: 0

Views: 321

Answers (1)

Zoltán Ujhelyi
Zoltán Ujhelyi

Reputation: 13858

What do you mean including a manifest in Eclipse plug-ins? An Eclipse plug-in project already contains an OSGi manifest.mf, as every Eclipse plug-in is an OSGi bundle.

This manifest is already included in the binary distribution also, and you can edit it using the plugin.xml/manifest editor.

Upvotes: 3

Related Questions