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

Difference between revisions of "Swordfish Documentation: ODE deployment wizard"

(Creating the ODE depoyment project)
(Creating the ODE depoyment project)
Line 1: Line 1:
 
== Creating the ODE depoyment project  ==
 
== Creating the ODE depoyment project  ==
  
----
 
  
Select File > New Wizard > Swordfish > ODE deployment project <br>
+
 
 +
Select '''File > New Wizard > Swordfish > ODE deployment project''' <br><br>
 
[[Image:OdeWizard.jpg]]<br>
 
[[Image:OdeWizard.jpg]]<br>
Next follow the standard New Eclipse Plugin project wizard. Basically that's it<br>
+
Next follow the standard New Eclipse Plugin project wizard. Basically that's it<br><br>
 +
 
 +
== The functionality provided by the ODE depoyment project ==
 +
 
 +
The created ODE deployment project is the ordinary Eclipse plugin project with Java nature installed. The only difference is that this project type leverages the custom builder to create/modify ode configuration. If one opens the '''projects properties->builders''' dialog he shall see the following<br><br>
 +
[[Image:OdeBuilder.jpg]]br><br>

Revision as of 10:33, 4 October 2009

Creating the ODE depoyment project

Select File > New Wizard > Swordfish > ODE deployment project

OdeWizard.jpg
Next follow the standard New Eclipse Plugin project wizard. Basically that's it

The functionality provided by the ODE depoyment project

The created ODE deployment project is the ordinary Eclipse plugin project with Java nature installed. The only difference is that this project type leverages the custom builder to create/modify ode configuration. If one opens the projects properties->builders dialog he shall see the following

OdeBuilder.jpgbr>

Back to the top