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 "Template:Riena/Installing the Target Platform"

(use place holder for platform (3x, 4x or RAP))
m (styling)
Line 1: Line 1:
=== Installing the Target Platform ===
+
== Installing the Target Platform ==
 
For a Riena-based application to compile, a certain set of bundles (plug-ins) must be available at compile time. This set of bundles is known as [http://help.eclipse.org/luna/topic/org.eclipse.pde.doc.user/concepts/target.htm Target Platform]. Follow these steps to set up the target platform for Riena applications.
 
For a Riena-based application to compile, a certain set of bundles (plug-ins) must be available at compile time. This set of bundles is known as [http://help.eclipse.org/luna/topic/org.eclipse.pde.doc.user/concepts/target.htm Target Platform]. Follow these steps to set up the target platform for Riena applications.
  
==== Manually set the Target Platform ====
+
=== Manually set the Target Platform ===
 
* Download the [http://git.eclipse.org/c/riena/org.eclipse.riena.setup.git/snapshot/RienaSetup_6.0.0.0.zip RienaSetup] project and import it into your Eclipse workspace.
 
* Download the [http://git.eclipse.org/c/riena/org.eclipse.riena.setup.git/snapshot/RienaSetup_6.0.0.0.zip RienaSetup] project and import it into your Eclipse workspace.
 
[[Image:import_project_RienaSetup.png]]
 
[[Image:import_project_RienaSetup.png]]
 
* In the imported project, open the file '''Riena_on_{{{1}}}.target''' and set the target platform.
 
* In the imported project, open the file '''Riena_on_{{{1}}}.target''' and set the target platform.
 
[[Image:target_platform_editor_RienaSetup.png]]
 
[[Image:target_platform_editor_RienaSetup.png]]

Revision as of 11:47, 20 November 2014

Installing the Target Platform

For a Riena-based application to compile, a certain set of bundles (plug-ins) must be available at compile time. This set of bundles is known as Target Platform. Follow these steps to set up the target platform for Riena applications.

Manually set the Target Platform

  • Download the RienaSetup project and import it into your Eclipse workspace.

Import project RienaSetup.png

  • In the imported project, open the file Riena_on_{{{1}}}.target and set the target platform.

Target platform editor RienaSetup.png

Back to the top