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/OD/ChooseWorkflow.xsd | 10 +++- src/main/resources/boot/OD/ItemCanvas.xsd | 17 +++--- src/main/resources/boot/OD/ModuleAgents.xsd | 39 +++++++++++++ src/main/resources/boot/OD/ModuleExportPath.xsd | 12 ++++ src/main/resources/boot/OD/ModuleProperties.xsd | 72 ++++++++++++++++++++++++ src/main/resources/boot/OD/New.xsd | 3 +- src/main/resources/boot/OD/NewDevObjectDef.xsd | 15 +++-- src/main/resources/boot/OD/NewLocalObjectDef.xsd | 12 ++-- 8 files changed, 158 insertions(+), 22 deletions(-) create mode 100644 src/main/resources/boot/OD/ModuleAgents.xsd create mode 100644 src/main/resources/boot/OD/ModuleExportPath.xsd create mode 100644 src/main/resources/boot/OD/ModuleProperties.xsd (limited to 'src/main/resources/boot/OD') diff --git a/src/main/resources/boot/OD/ChooseWorkflow.xsd b/src/main/resources/boot/OD/ChooseWorkflow.xsd index 1fb6238..fa9ac1f 100644 --- a/src/main/resources/boot/OD/ChooseWorkflow.xsd +++ b/src/main/resources/boot/OD/ChooseWorkflow.xsd @@ -1,16 +1,20 @@ - + - Give the name of the composite activity description that you would like new instance of this description to run. + Give the name of the composite activity + description that you would like new instance of this description + to run. - Give the version of this activity that you would like to use. + Give the version of this activity that you would + like to use. diff --git a/src/main/resources/boot/OD/ItemCanvas.xsd b/src/main/resources/boot/OD/ItemCanvas.xsd index 12aefaf..e5fd454 100644 --- a/src/main/resources/boot/OD/ItemCanvas.xsd +++ b/src/main/resources/boot/OD/ItemCanvas.xsd @@ -1,5 +1,6 @@ - + @@ -12,21 +13,21 @@ - - + + - - - + + + - - + + diff --git a/src/main/resources/boot/OD/ModuleAgents.xsd b/src/main/resources/boot/OD/ModuleAgents.xsd new file mode 100644 index 0000000..81481d4 --- /dev/null +++ b/src/main/resources/boot/OD/ModuleAgents.xsd @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/boot/OD/ModuleExportPath.xsd b/src/main/resources/boot/OD/ModuleExportPath.xsd new file mode 100644 index 0000000..00bc3b0 --- /dev/null +++ b/src/main/resources/boot/OD/ModuleExportPath.xsd @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/src/main/resources/boot/OD/ModuleProperties.xsd b/src/main/resources/boot/OD/ModuleProperties.xsd new file mode 100644 index 0000000..b79f49d --- /dev/null +++ b/src/main/resources/boot/OD/ModuleProperties.xsd @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + Configuration parameters to add to the Cristal + VM on launch. May target either client or server processes. + + + + + + + + + + + + + + + + + + + + + + + + + + + Prefix for module components + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/boot/OD/New.xsd b/src/main/resources/boot/OD/New.xsd index 4c5f783..4428f3a 100644 --- a/src/main/resources/boot/OD/New.xsd +++ b/src/main/resources/boot/OD/New.xsd @@ -1,3 +1,4 @@ - + diff --git a/src/main/resources/boot/OD/NewDevObjectDef.xsd b/src/main/resources/boot/OD/NewDevObjectDef.xsd index 637581e..2176828 100644 --- a/src/main/resources/boot/OD/NewDevObjectDef.xsd +++ b/src/main/resources/boot/OD/NewDevObjectDef.xsd @@ -1,20 +1,23 @@ - - - + + - Please give a name for your new object. + Please give a name for your new object. + - If you want to store your object in a subfolder, give the subpath here. + If you want to store your object in a subfolder, + give the subpath here. - + \ No newline at end of file diff --git a/src/main/resources/boot/OD/NewLocalObjectDef.xsd b/src/main/resources/boot/OD/NewLocalObjectDef.xsd index 0186872..2df4037 100644 --- a/src/main/resources/boot/OD/NewLocalObjectDef.xsd +++ b/src/main/resources/boot/OD/NewLocalObjectDef.xsd @@ -1,17 +1,21 @@ - - + + - Please give a name for your new object. + Please give a name for your new object. + - If you want to store your object in a subfolder, give the subpath here. + If you want to store your object in a subfolder, + give the subpath here. -- cgit v1.2.3