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 "Orion/How Tos/Orion Projects"

< Orion‎ | How Tos
(Created page with "=How To Use Orion Projects= ''This is a placeholder for Orion Projects documentation''")
 
(How To Use Orion Projects)
Line 1: Line 1:
 
=How To Use Orion Projects=
 
=How To Use Orion Projects=
''This is a placeholder for Orion Projects documentation''
+
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:
 +
 
 +
[[File: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.
 +
 
 +
[[File:CreateNewProject.png]]

Revision as of 09:40, 7 November 2013

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