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

PolarsysPolicies

This page provides Polarsys-specific rules.

Development

Naming Conventions

The Polarsys naming conventions respect the Eclipse naming conventions, except that:

  • Plugin and Java package names start by org.polarsys
 Example: org.polarsys.componentname


Build and Packaging

Naming Conventions

Conventions:

  • Job name: Polarsys-[package name]-[package version number or "master" for the last version]
   Polarsys-IDE-master
   Polarsys-IDE-1.0.0

Back to the top