* @see org.openiaml.model.codegen.ICodeGenerator#generateCode(IFile, IProgressMonitor, Map)
* @return
*/
protected Map<String, String> getRuntimeProperties() {
// first, get the default properties
Map<String,String> properties = new DefaultRuntimeProperties().getDefaultProperties();
// then overwrite
properties.put("include_runtime", "false");
properties.put("config_runtime", CONFIG_RUNTIME);
properties.put("config_web", CONFIG_WEB);