diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2014-04-11 17:03:38 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2014-04-11 17:03:38 +0200 |
| commit | f09e07e3314bb9c0cb7a6da7055ecb01da3ed722 (patch) | |
| tree | 266f113b07f646008b119da959c54c8ee6efb0a8 /src/main/resources/boot/EA/EditDefinition.xml | |
| parent | 062c586ccef008d9e91424431e6f28effa8a1143 (diff) | |
OutcomeInitiator based description initialization. Absorbs all
description editing from the kernel. Module.debug functionality missing
- kernel now creates all imported module descriptions with NoWorkflow.
Need a way to patch them in later (must be part of this module)
Diffstat (limited to 'src/main/resources/boot/EA/EditDefinition.xml')
| -rw-r--r-- | src/main/resources/boot/EA/EditDefinition.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/main/resources/boot/EA/EditDefinition.xml b/src/main/resources/boot/EA/EditDefinition.xml new file mode 100644 index 0000000..8fbe25b --- /dev/null +++ b/src/main/resources/boot/EA/EditDefinition.xml @@ -0,0 +1,14 @@ +<ActivityDef ID="23" Name="EditActivityDef" Height="0" Width="0" IsLayoutable="false" IsComposite="false">
+ <Properties>
+ <KeyValuePair Key="Description" String="Edit this Definition"/>
+ <KeyValuePair Key="Show time" Boolean="true"/>
+ <KeyValuePair Key="OutcomeInit" String="Dev"/>
+ <KeyValuePair Key="Viewpoint" String="last"/>
+ <KeyValuePair Key="Agent Name" String=""/>
+ <KeyValuePair Key="Agent Role" String="Admin"/>
+ <KeyValuePair Key="SchemaType" String=""/>
+ <KeyValuePair Key="SchemaVersion" String="0"/>
+ <KeyValuePair Key="ScriptName" String=""/>
+ <KeyValuePair Key="ScriptVersion" String=""/>
+ </Properties>
+</ActivityDef>
|
