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/property/SMProp.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/property/SMProp.xml')
| -rw-r--r-- | src/main/resources/boot/property/SMProp.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/resources/boot/property/SMProp.xml b/src/main/resources/boot/property/SMProp.xml new file mode 100644 index 0000000..6705443 --- /dev/null +++ b/src/main/resources/boot/property/SMProp.xml @@ -0,0 +1,6 @@ +<AllProperties>
+ <PropertyDescription Name="Name" IsClassIdentifier="false"
+ DefaultValue="" IsMutable="true" />
+ <PropertyDescription Name="Type" IsClassIdentifier="true"
+ DefaultValue="StateMachine" IsMutable="false" />
+</AllProperties>
|
