Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "SMILA/Documentation/HowTo/How to export a bundle"

(New page: This is a step by step description of how to export a bundle as a plugin from eclipse IDE. * right click on the bundle to export and select <i>Export...</i> [[Image:export_bundle_step1.pn...)
 
m
Line 1: Line 1:
This is a step by step description of how to export a bundle as a plugin from eclipse IDE.
+
This is a step by step description of how to export a bundle as a plug-in from eclipse IDE.
  
 
* right click on the bundle to export and select <i>Export...</i>
 
* right click on the bundle to export and select <i>Export...</i>
Line 12: Line 12:
 
[[Image:export_bundle_step4.png]]
 
[[Image:export_bundle_step4.png]]
 
* click on <i>Finish</i> to export the selected bundle(s)
 
* click on <i>Finish</i> to export the selected bundle(s)
 +
* the export creates plug-in <tt>C:/temp/plugins/org.eclipse.smila.sample.pipelet_1.0.0.jar</tt>
 
[[Category:SMILA]]
 
[[Category:SMILA]]

Revision as of 05:07, 24 April 2009

This is a step by step description of how to export a bundle as a plug-in from eclipse IDE.

  • right click on the bundle to export and select Export...

Export bundle step1.png

  • the Export dialog opens
  • select Plug-in Development -> Deployable plug-ins and fragments and click on Next

Export bundle step2.png

  • make sure your bundle is selected. You can also select multiple bundles and export them at once.
  • enter a directory to export the bundles to. Note that the export will create a folder plugins in the selected directory and export the bundles into this subfolder

Export bundle step3.png

  • click on Options and select Package plug-ins as individual JAR archives

Export bundle step4.png

  • click on Finish to export the selected bundle(s)
  • the export creates plug-in C:/temp/plugins/org.eclipse.smila.sample.pipelet_1.0.0.jar

Back to the top