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

COSMOSCVS structure

Revision as of 14:18, 24 January 2007 by Weitzelm.us.ibm.com (Talk | contribs)

The following is the initial structure proposed for the COSMOS CVS tree.

CosmosCvsStructure.gif


CVS is divided into five main components.

  • data-collection
  • data-reporting
  • examples
  • management-enablement
  • resource-modeling


Data Reporting

Packages under the data reporting component will have the following prefix

org.eclipse.cosmos.dr


Data Collection

Packages under the data collection component will have the following prefix

org.eclipse.cosmos.dc


Examples

Packages under the examples component will have the following prefix

org.eclipse.cosmos.examples

In addition, each distinct example will be contained within a sub-folder. This is illustrated in the current examples folder with the entry for Eclipse Con 07 (eclipseCon07). In cases where the there are sub-folders, the package prefix should be augmented with the folder name. Therefore, code and documents being checked into CVS for the Eclipse Con demo would have the following package prefix:

org.eclipse.cosmos.examples.eclipsecon07

Note: If the component name is long, then a reasonable abbreviated version may be used. An example would be the abbreviation of ‘dc’ for data-collection.


Management Enablement

Packages under the management enablement component will have the following prefix

org.eclipse.cosmos.me


Resource Modeling

Packages under the resource modeling component will have the following prefix

org.eclipse.cosmos.rm


Write access to the packages will be limited architecture team and to those who are actively working on the component. A noted exception is the examples package. All team members will be allowed read/write access.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.