summaryrefslogtreecommitdiff
path: root/src/module.xml
blob: 7d566492216a0f00127d0acdd2fc6258f5f37c6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
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>