summaryrefslogtreecommitdiffstats
path: root/mof/README
Commit message (Collapse)AuthorAgeFilesLines
* renamed mof files according to LMI conventionMichal Minar2013-04-221-0/+28
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.