diff options
| author | Andrew Branson <andrew@andrewbranson.net> | 2011-06-21 15:46:02 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew@andrewbranson.net> | 2011-06-21 15:46:02 +0200 |
| commit | 254ee6f47eebfc00462c10756a92066e82cc1a96 (patch) | |
| tree | 8273ff95c704e6faa3f92b4711253427b9ba0481 /resources/boot/factory | |
Initial commit2.2
Diffstat (limited to 'resources/boot/factory')
| -rwxr-xr-x | resources/boot/factory/CA.xml | 8 | ||||
| -rwxr-xr-x | resources/boot/factory/EA.xml | 8 | ||||
| -rwxr-xr-x | resources/boot/factory/OD.xml | 8 | ||||
| -rwxr-xr-x | resources/boot/factory/SC.xml | 8 |
4 files changed, 32 insertions, 0 deletions
diff --git a/resources/boot/factory/CA.xml b/resources/boot/factory/CA.xml new file mode 100755 index 0000000..908647a --- /dev/null +++ b/resources/boot/factory/CA.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?>
+<NewItem initialPath="/desc" name="CompositeActivityDefFactory" workflow="CompositeActivityFactory">
+ <Property name="LocalObjectType" value="CompositeActivityDef"/>
+ <Property name="Type" value="LocalObjectFactory"/>
+ <Dependency name="Workflow" isDescription="false">
+ <DependencyMember itemPath="/desc/ActivityDesc/system/kernel/ManageCompositeActDef"/>
+ </Dependency>
+</NewItem>
diff --git a/resources/boot/factory/EA.xml b/resources/boot/factory/EA.xml new file mode 100755 index 0000000..1185f10 --- /dev/null +++ b/resources/boot/factory/EA.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?>
+<NewItem initialPath="/desc" name="ElementaryActivityDefFactory" workflow="ElementaryActivityFactory">
+ <Property name="LocalObjectType" value="ElementaryActivityDef"/>
+ <Property name="Type" value="LocalObjectFactory"/>
+ <Dependency name="Workflow" isDescription="false">
+ <DependencyMember itemPath="/desc/ActivityDesc/system/kernel/ManageElementaryActDef"/>
+ </Dependency>
+</NewItem>
diff --git a/resources/boot/factory/OD.xml b/resources/boot/factory/OD.xml new file mode 100755 index 0000000..275048b --- /dev/null +++ b/resources/boot/factory/OD.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?>
+<NewItem initialPath="/desc" name="SchemaFactory" workflow="SchemaFactory">
+ <Property name="LocalObjectType" value="Schema"/>
+ <Property name="Type" value="LocalObjectFactory"/>
+ <Dependency name="Workflow" isDescription="false">
+ <DependencyMember itemPath="/desc/ActivityDesc/system/kernel/ManageSchema"/>
+ </Dependency>
+</NewItem>
diff --git a/resources/boot/factory/SC.xml b/resources/boot/factory/SC.xml new file mode 100755 index 0000000..7f3f97e --- /dev/null +++ b/resources/boot/factory/SC.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?>
+<NewItem initialPath="/desc" name="ScriptFactory" workflow="ScriptFactory">
+ <Property name="LocalObjectType" value="Script"/>
+ <Property name="Type" value="LocalObjectFactory"/>
+ <Dependency name="Workflow" isDescription="false">
+ <DependencyMember itemPath="/desc/ActivityDesc/system/kernel/ManageScript"/>
+ </Dependency>
+</NewItem>
|
