Compile Time Changes

SIF exporters

SIF exporters have been moved to cm.abstract.sif

Old: public str aoSifExportEOL() // in cm.abstract.office
New: public str aSifExportEOL()  // in cm.abstract.sif

Old: public class AOSifExport extends ASifExport : deprecated {} // in cm.abstract.office
New: public class ASifExport extends TextExporter                // in cm.abstract.sif