Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

SMILA/Documentation/HowTo/3rd party bundle

< SMILA‎ | Documentation‎ | HowTo
Revision as of 12:25, 25 January 2012 by Unnamed Poltroon (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

It is easy to add third-party code to SMILA if it is already provided as an OSGi bundle (which is just a Java JAR with some additional entries in the MANIFEST.MF file). Many open source projects provide their libraries this way. Additionally, you can download many libraries from the Eclipse Orbit project.

To add them to SMILA:

  1. Add the third-part bundle to the extension folder at SMILA.extension/eclipse/plugins.
  2. Restart Eclipse or reload your target defenition (check if the bundle is really activated).
  3. Include plug-in information into "org.eclipse.smila.extension.feature":
    ExtensionFeature.jpg

Back to the top