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

Papyrus-RT/Developer/Developer Guide/Git Repository

< Papyrus-RT‎ | Developer‎ | Developer Guide
Revision as of 13:21, 19 May 2015 by Remi.schnekenburger.cea.fr (Talk | contribs) (Created page with "__TOC__ This page describes the layout of the git repository for the Papyrus-RT project Git * documentation/ ** wikitext/ - location of the source for the generated docume...")

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


This page describes the layout of the git repository for the Papyrus-RT project

Git

  • documentation/
    • wikitext/ - location of the source for the generated documentation plugins, embedded in the tool or generated as pdf or as html pages
  • plugins/
    • core/ (contains profile, UML specific implementation & semantic element types for edition). This set of plugins should be usable by headless applications (no UI)
    • tooling/ (contains graphical customizations, as Property views, Model explorer customization, diagrams).
    • codegen/ (contains the different code generators)
    • runtime/ (contains the different runtimes)
  • features/ (contains all features, which are used for deployment)
  • releng/ (contains mainly the release engineering artifacts, as maven pom)
  • tests/
    • junit/
      • core/ (contains the tests for the core part: tests on UML specific API, profile implementation, validation rules validation)
      • tooling/ (contains the tests for the tooling part)
      • codegen/ (contains the tests for the code generators)
      • runtime/ (contains the tests for the various runtimes)
    • rcptt/ (contains functional tests written using rcptt)

Back to the top