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

EclipseSCADA/Development/RepositoryLayout

< EclipseSCADA
Revision as of 05:26, 10 September 2013 by Jens.reimann.ibh-systems.com (Talk | contribs) (New page: This document should describe how the repository layout of Eclipse SCADA should look like. Considering the initial contribution and the migration of the codebase of openSCADA. == New Repo...)

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

This document should describe how the repository layout of Eclipse SCADA should look like. Considering the initial contribution and the migration of the codebase of openSCADA.

New Repositories

Utils

Abstract: Contains tools and helper classes which are not related to SCADA functionality

Base

Abstract: Contains tools and helper classes which are related to SCADA functionality

Protocols

Abstract: Contains protocol implementations provided by Eclipse SCADA

Chart

Abstract: Contains the time series chart widget provided by Eclipse SCADA

Core

Abstract: The core SCADA system

HMI

Abstract: User Interface components which do not clutter up your IDE

IDE

Abstract: User Interface components which may clutter up your IDE

Releng

Abstract: Release Engineering Tool, global build and deployments scripts

Old reposotories

org.openscada.external

Will be replaced by using Eclipse Orbit.

org.openscada.jinterop

Will not be migrated to Eclipse. It will continue to exists in the openSCADA project.

org.openscada.utgard

Will not be migrated to Eclipse. It will continue to exists in the openSCADA project.

Back to the top