<?
$base_project_path = realpath('e:/projects/pexpl');
$filestorage_path = realpath($base_project_path.'/filestorage');
$fileserver = '/file.php';
// The following are creation run parameters
$schema_definition_file = realpath('../examples/sample.xml');
$output_dir = realpath($base_project_path.'/php/om');
$ext_output_dir = realpath($base_project_path.'/php');
$tpl_output_dir = realpath($base_project_path.'/php/templates');
$htdocs_output_dir = realpath($base_project_path.'/htdocs/gen');
$include_prefix = 'om/';
$ext_include_prefix = '';
$tpl_include_prefix = 'templates/';
$php_include_dir = realpath($base_project_path.'/php');
?>