diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2013-12-12 17:31:53 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2013-12-12 17:31:53 +0100 |
| commit | 4157cdfd7438c08d8b9cc6a718ac76b42f401ffb (patch) | |
| tree | 8df3d0cf830d4bdf6c2f08c71dda3357f2196dcb /src/main/resources/boot/property/ODProp.xml | |
| parent | 595254f3b87ee49dbf56e501a31b506abcff4088 (diff) | |
Tweaked isMutable properties
Diffstat (limited to 'src/main/resources/boot/property/ODProp.xml')
| -rw-r--r-- | src/main/resources/boot/property/ODProp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/boot/property/ODProp.xml b/src/main/resources/boot/property/ODProp.xml index 0c85444..2ade1de 100644 --- a/src/main/resources/boot/property/ODProp.xml +++ b/src/main/resources/boot/property/ODProp.xml @@ -1,5 +1,5 @@ <AllProperties>
- <PropertyDescription Name="Name" IsClassIdentifier="false" DefaultValue="" IsMutable="false"/>
+ <PropertyDescription Name="Name" IsClassIdentifier="false" DefaultValue="" IsMutable="true"/>
<PropertyDescription Name="Type" IsClassIdentifier="true" DefaultValue="OutcomeDesc" IsMutable="false"/>
<PropertyDescription Name="Breakapart" IsClassIdentifier="false" DefaultValue="0" IsMutable="false"/>
</AllProperties>
|
