summaryrefslogtreecommitdiff
path: root/src/module.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/module.xml')
-rw-r--r--src/module.xml62
1 files changed, 62 insertions, 0 deletions
diff --git a/src/module.xml b/src/module.xml
new file mode 100644
index 0000000..7d56649
--- /dev/null
+++ b/src/module.xml
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<CristalModule ns="dev" name="CristalDev" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="C:\Users\andrew\workspace\cristal-kernel\resources\boot\OD\Module.xsd">
+ <Info>
+ <Description>CRISTAL Development Items, such as resource factories and workflows</Description>
+ <Version>0.1</Version>
+ </Info>
+ <ResourceURL>ch/cern/cristaldev/resources/</ResourceURL>
+ <Imports>
+ <Resource type="OD" name="NewLocalObjectDef">boot/OD/NewLocalObjectDef.xsd</Resource>
+ <Resource type="EA" name="AssignNewVersionFromLast">boot/EA/AssignNewVersionFromLast.xml</Resource>
+ <Resource type="EA" name="CreateNewLocalObjectDef">boot/EA/CreateNewLocalObjectDef.xml</Resource>
+ <Resource type="EA" name="EditActivityDef">boot/EA/EditActivityDef.xml</Resource>
+ <Resource type="EA" name="EditProperties">boot/EA/EditProperties.xml</Resource>
+ <Resource type="EA" name="EditSchema">boot/EA/EditSchema.xml</Resource>
+ <Resource type="EA" name="EditScriptDefinition">boot/EA/EditScriptDefinition.xml</Resource>
+ <Resource type="CA" name="CompositeActivityFactory">boot/CA/CompositeActivityFactory.xml</Resource>
+ <Resource type="CA" name="ElementaryActivityFactory">boot/CA/ElementaryActivityFactory.xml</Resource>
+ <Resource type="CA" name="ManageCompositeActDef">boot/CA/ManageCompositeActDef.xml</Resource>
+ <Resource type="CA" name="ManageElementaryActDef">boot/CA/ManageElementaryActDef.xml</Resource>
+ <Resource type="CA" name="ManageSchema">boot/CA/ManageSchema.xml</Resource>
+ <Resource type="CA" name="ManageScript">boot/CA/ManageScript.xml</Resource>
+ <Resource type="CA" name="SchemaFactoryWf">boot/CA/SchemaFactoryWf.xml</Resource>
+ <Resource type="CA" name="ScriptFactoryWf">boot/CA/ScriptFactoryWf.xml</Resource>
+ <Resource type="SC" name="CreateNewNumberedVersionFromLast">boot/SC/CreateNewNumberedVersionFromLast.xml</Resource>
+ <Resource type="SC" name="LocalObjectDefCreator">boot/SC/LocalObjectDefCreator.xml</Resource>
+ <Item name="ScriptFactory" workflow="ScriptFactoryWf">
+ <Property name="LocalObjectType">Script</Property>
+ <Property name="Type">LocalObjectFactory</Property>
+ <Outcome viewname="last" schema="PropertyDescription" version="0">boot/property/SCProp.xml</Outcome>
+ <Dependency name="workflow">
+ <DependencyMember>/desc/ActivityDesc/system/dev/ManageScript</DependencyMember>
+ </Dependency>
+ </Item>
+ <Item name="ElementaryActivityDefFactory" workflow="ElementaryActivityFactory">
+ <Property name="LocalObjectType">ElementaryActivityDef</Property>
+ <Property name="Type">LocalObjectFactory</Property>
+ <Outcome viewname="last" schema="PropertyDescription" version="0">boot/property/EAProp.xml</Outcome>
+ <Dependency name="workflow">
+ <DependencyMember>/desc/ActivityDesc/system/dev/ManageElementaryActDef</DependencyMember>
+ </Dependency>
+ </Item>
+ <Item name="CompositeActivityDefFactory" workflow="CompositeActivityFactory">
+ <Property name="LocalObjectType">CompositeActivityDef</Property>
+ <Property name="Type">LocalObjectFactory</Property>
+ <Outcome viewname="last" schema="PropertyDescription" version="0">boot/property/CAProp.xml</Outcome>
+ <Dependency name="workflow">
+ <DependencyMember>/desc/ActivityDesc/system/dev/ManageCompositeActDef</DependencyMember>
+ </Dependency>
+ </Item>
+ <Item name="SchemaFactory" workflow="SchemaFactoryWf">
+ <Property name="LocalObjectType">Schema</Property>
+ <Property name="Type">LocalObjectFactory</Property>
+ <Outcome viewname="last" schema="PropertyDescription" version="0">boot/property/ODProp.xml</Outcome>
+ <Dependency name="workflow">
+ <DependencyMember>/desc/ActivityDesc/system/dev/ManageSchema</DependencyMember>
+ </Dependency>
+ </Item>
+ <Agent password="test" name="andrew">
+ <Role>Admin</Role>
+ </Agent>
+ </Imports>
+</CristalModule>