summaryrefslogtreecommitdiff
path: root/src/main/resources/boot/OD/Module.xsd
AgeCommit message (Collapse)Author
2014-04-04Removed resource type enumeration, because we allow domain-defined typesAndrew Branson
now. Refs #178
2013-08-02Module resources can specify version number, which overrides the defaultAndrew Branson
version viewpoint of '0'.
2013-05-17Add Role management support to module, instead of just creating one ifAndrew Branson
it's not already there. Supports 'jobList' attribute to enable job pushing
2013-03-27Module didn't allow empty AggregationsAndrew Branson
2012-07-12Formatting and cleanupAndrew Branson
2012-07-06Modules serialize with Castor. Just about to remove the parsing.Andrew Branson
CastorXMLUtility is now a static member of gateway. Domain specific instances can be used by domain applications, but the maps do not interfere with the kernel.
2012-06-22Modules and entitycreation support Aggregations, collection propertiesAndrew Branson
and class identifiers
2012-05-30Initial Maven ConversionAndrew Branson