Adding installer compiler tags for the enterprise version of processmaker

This commit is contained in:
Gustavo Cruz
2015-03-06 09:16:54 -04:00
parent c808cd2867
commit 0567a58f23
4 changed files with 20 additions and 20 deletions

View File

@@ -337,7 +337,7 @@ class WebApplication
$this->rest->addAPIClass($namespace);
}
}
/*----------------------------------********---------------------------------*/
// adding features extension api classes
$featuresPath = $this->workflowDir .'engine' . DS . 'Features';
// $apiDir - contains directory to scan classes and add them to Restler
@@ -357,7 +357,7 @@ class WebApplication
}
}
}
/*----------------------------------********---------------------------------*/
// adding aliases for Restler
if (array_key_exists('alias', $config)) {
foreach ($config['alias'] as $alias => $aliasData) {