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

PackageDrone/Documentation/ProjectStructure

< PackageDrone
Revision as of 04:59, 9 May 2016 by Jens.reimann.ibh-systems.com (Talk | contribs) (Created page with "This page does documentation the folder structure of the GIT repository of Eclipse Package Drone™. The full repository is https://github.com/eclipse/packagedrone , all foll...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This page does documentation the folder structure of the GIT repository of Eclipse Package Drone™.

The full repository is https://github.com/eclipse/packagedrone , all following folders are relative to this base.

.mvn/ 
Maven extensions folder
.settigns/ 
Eclipse project settings of the root level project
bundles/ 
all OSGi bundle projects
features/ 
all Eclipse Feature projects
products/ 
all Eclipse Product definitions, including the DEB and RPM project
runtime/ 
the OSGi runtime/target platform setup project
setups/ 
Oomph setups
testing/ 
all integration testing projects
deploy/promote/ 
the project to create YUM/APT repositories and promote builds to download.eclipse.org

Back to the top