*/
@Override
public void initialize()
throws StoreConfigException
{
LocalTemplateManager templates = new LocalTemplateManager(new File(baseDir, TEMPLATES));
templates.init();
setConfigTemplateManager(templates);
try {
if (getRepositoryDir(SystemRepository.ID).isDirectory()) {
// Sesame 2.0 directory
File systemDir = getRepositoryDir(SystemRepository.ID);