Skip to content

Infrastructure Components

Christian Wende edited this page Feb 20, 2015 · 3 revisions

Releng Component

The Releng Component contains artifacts to automate the release process of the KoPL tool chain in terms of Continuous Delivery. These artifacts serve the following functions:

  • Support for automated build using a Continuous Integration System (Eclipse Buckminster / Jenkins)
  • Configuration of coding conventions (Checkstyle Profile)
  • General utilities for testing
  • Developer Documentation

Implementation

The implementation of all Releng Components can be found at: Releng Components. It consists of the following components:

Externals Component

The Externals Component wraps all 3rd Party libraries that are used in implementing the KoPL components in an OSGi bundle. This ensures a clear encapsulation of external dependencies. Since Externals is used by many SPLevo components its usage dependencies are not included in the diagram for the sake of readability.

Implementation

The implementation of all External Components can be found at: External Components

Clone this wiki locally