From b53164978a9a264fbe26679c07e32731a4d495f9 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Fri, 6 Jul 2012 15:50:45 +0200 Subject: Remove XML parsing from module processing, use Castor unmarshalling instead. Create module item with collection of imported Items and module XML registered as an outcome. --- src/main/resources/boot/CA/ModuleWorkflow.xml | 100 ++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 src/main/resources/boot/CA/ModuleWorkflow.xml (limited to 'src/main/resources/boot/CA/ModuleWorkflow.xml') diff --git a/src/main/resources/boot/CA/ModuleWorkflow.xml b/src/main/resources/boot/CA/ModuleWorkflow.xml new file mode 100644 index 0000000..20ce685 --- /dev/null +++ b/src/main/resources/boot/CA/ModuleWorkflow.xml @@ -0,0 +1,100 @@ + + + + + + + + + + 7 + + + + + + + + + + + 4 + 5 + 7 + + + + + + + + + + + + + 5 + 3 + + + + + + + + + + + 3 + 4 + + + + + EditModuleDefinition + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3