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 +++++++++++++++++++++ .../resources/boot/EA/EditModuleDefinition.xml | 1 + src/main/resources/boot/allbootitems.txt | 2 + 3 files changed, 103 insertions(+) create mode 100644 src/main/resources/boot/CA/ModuleWorkflow.xml create mode 100644 src/main/resources/boot/EA/EditModuleDefinition.xml (limited to 'src/main/resources') 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 diff --git a/src/main/resources/boot/EA/EditModuleDefinition.xml b/src/main/resources/boot/EA/EditModuleDefinition.xml new file mode 100644 index 0000000..04afe4d --- /dev/null +++ b/src/main/resources/boot/EA/EditModuleDefinition.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/boot/allbootitems.txt b/src/main/resources/boot/allbootitems.txt index 09a98b8..810d5ee 100644 --- a/src/main/resources/boot/allbootitems.txt +++ b/src/main/resources/boot/allbootitems.txt @@ -13,8 +13,10 @@ EA/EditSchema EA/EditScriptDefinition EA/CreateNewItem EA/CreateNewAgent +EA/EditModuleDefinition CA/NoWorkflow CA/ServerItemWorkflow +CA/ModuleWorkflow CA/ManageCompositeActDef CA/ManageElementaryActDef CA/ManageSchema -- cgit v1.2.3