Displaying 1 result from an estimated 1 matches for "entityengine".
2010 May 17
3
Writing a properly-formed custom type (configxml)
...e long ..
As you might sense from reading the code, today marks my 3rd day as a Ruby newbie ..
---- 8< ---- manifest snippet ---- 8< ----
node ''jira'' inherits ''basenode'' {
...
configxml { ''/opt/jira/atlassian-jira/WEB-INF/classes/entityengine.xml'':
xpath => "/entity-config/datasource[@name=''defaultDS'']",
attributes => ''field-type-name=postgres72,schema-name=public'',
}
...
}
---- 8< ---- configxml.rb ---- 8< ----
module P...