summaryrefslogtreecommitdiffstats
path: root/mof/LMI_Jobs.mof
Commit message (Collapse)AuthorAgeFilesLines
* renamed mof files according to LMI conventionMichal Minar2013-04-221-127/+0
| | | | | | | | | | | | | | | Mof files prefixed with digits ensuring their correct order of parsing upon their installation. This avoids problems with sfcbmof compiler, which can not handle dependent classes being parsed before their antecedents. Convention is specified in mof/README. Removed inclusion of LMI_Qualifiers in LMI_Jobs. LMI_Qualifiers should be registered in cimom instead of included in dependent mof files. This allows it to be used by any other providers simultaneously. Modified references to mof files in cmake build files.
* added Association qualifier to classes, that missed itMichal Minar2013-04-221-1/+3
| | | | | sfcbd v 1.4.4 failed to compile LMI_Jobs.mof due to missing class qualifiers.
* support the registration of mof files only0.0.20Michal Minar2013-03-221-0/+2
| | | | | | | | openlmi-mof-register script now allows to register just the mof files without any providers LMI_Qualifiers.mof should be included in dependent mof files with # pragma include ("LMI_Qualifiers.mof")
* added Jobs mof file with base classes for job managementMichal Minar2013-03-211-0/+123