From 388a76a73c8a8131c7af8df2ba03cf16511c8ea5 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Mon, 4 Jun 2012 15:37:34 +0200 Subject: Mavenized --- src/main/resources/boot/OD/ChooseWorkflow.xsd | 14 ++++++++++++++ src/main/resources/boot/OD/New.xsd | 3 +++ src/main/resources/boot/OD/NewDevObjectDef.xsd | 20 ++++++++++++++++++++ src/main/resources/boot/OD/NewLocalObjectDef.xsd | 20 ++++++++++++++++++++ 4 files changed, 57 insertions(+) create mode 100644 src/main/resources/boot/OD/ChooseWorkflow.xsd create mode 100644 src/main/resources/boot/OD/New.xsd create mode 100644 src/main/resources/boot/OD/NewDevObjectDef.xsd create mode 100644 src/main/resources/boot/OD/NewLocalObjectDef.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 new file mode 100644 index 0000000..9927231 --- /dev/null +++ b/src/main/resources/boot/OD/ChooseWorkflow.xsd @@ -0,0 +1,14 @@ + + + + + + + + Give the name of the composite activity description that you would like new instance of this description to run. + + + + + + diff --git a/src/main/resources/boot/OD/New.xsd b/src/main/resources/boot/OD/New.xsd new file mode 100644 index 0000000..91755c8 --- /dev/null +++ b/src/main/resources/boot/OD/New.xsd @@ -0,0 +1,3 @@ + + + diff --git a/src/main/resources/boot/OD/NewDevObjectDef.xsd b/src/main/resources/boot/OD/NewDevObjectDef.xsd new file mode 100644 index 0000000..637581e --- /dev/null +++ b/src/main/resources/boot/OD/NewDevObjectDef.xsd @@ -0,0 +1,20 @@ + + + + + + + + + Please give a name for your new object. + + + + + If you want to store your object in a subfolder, give the subpath here. + + + + + + diff --git a/src/main/resources/boot/OD/NewLocalObjectDef.xsd b/src/main/resources/boot/OD/NewLocalObjectDef.xsd new file mode 100644 index 0000000..0186872 --- /dev/null +++ b/src/main/resources/boot/OD/NewLocalObjectDef.xsd @@ -0,0 +1,20 @@ + + + + + + + + + Please give a name for your new object. + + + + + If you want to store your object in a subfolder, give the subpath here. + + + + + + -- cgit v1.2.3