From 20aab0c365e87cdefadbb2c5c9325c530761a320 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Thu, 6 Mar 2014 16:46:11 +0100 Subject: New ModuleFactory - not finished yet. Can collect module info but not export. Contents collection to be added. Pretty-printed XML - an example module should be easy to read. --- src/main/resources/boot/EA/CreateItem.xml | 41 ++++++++++++---------- .../resources/boot/EA/CreateNewLocalObjectDef.xml | 34 +++++++++--------- src/main/resources/boot/EA/EditModuleAgents.xml | 17 +++++++++ .../resources/boot/EA/EditModuleConfiguration.xml | 17 +++++++++ .../resources/boot/EA/EditPropertyDescription.xml | 36 ++++++++++--------- src/main/resources/boot/EA/ExportModule.xml | 17 +++++++++ src/main/resources/boot/EA/SetInstanceWorkflow.xml | 36 ++++++++++--------- 7 files changed, 130 insertions(+), 68 deletions(-) create mode 100644 src/main/resources/boot/EA/EditModuleAgents.xml create mode 100644 src/main/resources/boot/EA/EditModuleConfiguration.xml create mode 100644 src/main/resources/boot/EA/ExportModule.xml (limited to 'src/main/resources/boot/EA') diff --git a/src/main/resources/boot/EA/CreateItem.xml b/src/main/resources/boot/EA/CreateItem.xml index d54cd4d..a3133bd 100644 --- a/src/main/resources/boot/EA/CreateItem.xml +++ b/src/main/resources/boot/EA/CreateItem.xml @@ -1,20 +1,25 @@ - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - + \ No newline at end of file diff --git a/src/main/resources/boot/EA/CreateNewLocalObjectDef.xml b/src/main/resources/boot/EA/CreateNewLocalObjectDef.xml index 840c32d..bb36588 100644 --- a/src/main/resources/boot/EA/CreateNewLocalObjectDef.xml +++ b/src/main/resources/boot/EA/CreateNewLocalObjectDef.xml @@ -1,19 +1,21 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/src/main/resources/boot/EA/EditModuleAgents.xml b/src/main/resources/boot/EA/EditModuleAgents.xml new file mode 100644 index 0000000..6f2aa3f --- /dev/null +++ b/src/main/resources/boot/EA/EditModuleAgents.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/boot/EA/EditModuleConfiguration.xml b/src/main/resources/boot/EA/EditModuleConfiguration.xml new file mode 100644 index 0000000..98b1fcb --- /dev/null +++ b/src/main/resources/boot/EA/EditModuleConfiguration.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/boot/EA/EditPropertyDescription.xml b/src/main/resources/boot/EA/EditPropertyDescription.xml index 2cbf763..ea4d1bf 100644 --- a/src/main/resources/boot/EA/EditPropertyDescription.xml +++ b/src/main/resources/boot/EA/EditPropertyDescription.xml @@ -1,20 +1,22 @@ - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/src/main/resources/boot/EA/ExportModule.xml b/src/main/resources/boot/EA/ExportModule.xml new file mode 100644 index 0000000..e7cc037 --- /dev/null +++ b/src/main/resources/boot/EA/ExportModule.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/boot/EA/SetInstanceWorkflow.xml b/src/main/resources/boot/EA/SetInstanceWorkflow.xml index a9e7d7b..c589a74 100644 --- a/src/main/resources/boot/EA/SetInstanceWorkflow.xml +++ b/src/main/resources/boot/EA/SetInstanceWorkflow.xml @@ -1,20 +1,22 @@ - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + -- cgit v1.2.3