Tutorial: Project Development
Revision as of 11:38, 15 October 2010 by Toni Kalajainen (talk | contribs) (Created page with "__NOTOC__ In this tutorial we define a new project type to Simantics Platform. ==Step 1: Create Project plugin== In this plugin we have all the code of our product. *'' '''Fil...")
In this tutorial we define a new project type to Simantics Platform.
Step 1: Create Project plugin
In this plugin we have all the code of our product.
- File >> New >> Plug-in Development >> Plug-in Project >> Next >
Project name for feature is com.acme.movie. Next >. You do have a use for activator, so keep that checked. Also you will make UI contributions, but not a rick client application. Finish
Step 2: Create Feature
Feature is a set of plug-ins grouped into a single manageable unit.
- File >> New >> Plug-in Development >> Feature Project >> Next >
Project name for feature is com.acme.movie.feature. Next >. The feature includes both com.acme.* plugins (.movie.ontology, .movie), check in. Finish