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

Difference between revisions of "COSMOSCVS structure"

Line 12: Line 12:
  
  
Data Reporting
+
'''Data Reporting'''
 +
 
 
Packages under the data reporting component will have the following prefix
 
Packages under the data reporting component will have the following prefix
 +
 
org.eclipse.cosmos.dr
 
org.eclipse.cosmos.dr
  
Data Collection
+
 
 +
'''Data Collection'''
 +
 
 
Packages under the data collection component will have the following prefix
 
Packages under the data collection component will have the following prefix
 +
 
org.eclipse.cosmos.dc
 
org.eclipse.cosmos.dc
  
 +
 +
'''Examples'''
  
 
Packages under the examples component will have the following prefix
 
Packages under the examples component will have the following prefix
 +
 
org.eclipse.cosmos.examples
 
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:
 
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
 
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.
 
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
+
 
 +
'''Management Enablement'''
 +
 
 
Packages under the management enablement component will have the following prefix
 
Packages under the management enablement component will have the following prefix
 +
 
org.eclipse.cosmos.me
 
org.eclipse.cosmos.me
  
  
Resource Modeling
+
'''Resource Modeling'''
 +
 
 
Packages under the resource modeling component will have the following prefix
 
Packages under the resource modeling component will have the following prefix
 +
 
org.eclipse.cosmos.rm
 
org.eclipse.cosmos.rm
  

Revision as of 14:18, 24 January 2007

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.

Back to the top