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

Orion/How Tos/Orion Projects

< Orion‎ | How Tos
Revision as of 09:40, 7 November 2013 by Unnamed Poltroon (Talk) (How To Use Orion Projects)

How To Use Orion Projects

Projects are top-level folders that are capable of containing extra metadata. Project metadata is kept in project.json file located in project root. project.json file can be shared via scm and then project metadata will also be shared.

How to create project

Every top-level folder can be converted info project using action in editor:

ConvertToProject.png

If you want to create a new project use [+] -> New Project menu and choose the project type you would like to create. In standard Orion you can create empty projects, projects based on Zip file and import projects from Git repository.

CreateNewProject.png

Back to the top