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 "Oomph Targlets"

(Install Targlet Support)
Line 2: Line 2:
  
 
Oomph's Targlet technology extends [https://www.eclipse.org/pde/ PDE]'s base functionality for specifying a target platform definition by providing a more expressive, flexible, and reliable mechanism.
 
Oomph's Targlet technology extends [https://www.eclipse.org/pde/ PDE]'s base functionality for specifying a target platform definition by providing a more expressive, flexible, and reliable mechanism.
 +
The Targlets framework is fully integrated with PDE.
 +
It uses PDE's target location extension point, providing a Targlet Container implementation to augment PDE's built-in target location implementation.
  
 
== Install Targlet Support ==
 
== Install Targlet Support ==
Line 9: Line 11:
  
 
[[File:Oomph_Install_Targlets_Feature.png]]
 
[[File:Oomph_Install_Targlets_Feature.png]]
 +
 +
== Create an Empty Target Definition ==
 +
 +
Use ''Window → Preferences&ellip; → Plug-in Development &rrar; Target Platform'' to "Add..." a new Target Platform.
 +
 +
[[File:Oomph_PDE_Add_Target_Platform.png]]
 +
  
 
More documentation TBD.
 
More documentation TBD.

Revision as of 01:08, 29 April 2018

Oomph Project Logo.png Powered by Oomph

Oomph's Targlet technology extends PDE's base functionality for specifying a target platform definition by providing a more expressive, flexible, and reliable mechanism. The Targlets framework is fully integrated with PDE. It uses PDE's target location extension point, providing a Targlet Container implementation to augment PDE's built-in target location implementation.

Install Targlet Support

Use Help → Install New Software... and enter one of the update sites, e.g., http://download.eclipse.org/oomph/updates/milestone, into the "Work with:" combo. Enter "Oomph Targlets" in the filter, and select the Oomph Targlets feature.

Oomph Install Targlets Feature.png

Create an Empty Target Definition

Use Window → Preferences&ellip; → Plug-in Development &rrar; Target Platform to "Add..." a new Target Platform.

Oomph PDE Add Target Platform.png


More documentation TBD.

Back to the top