diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2014-05-15 15:35:34 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2014-05-15 15:35:34 +0200 |
| commit | b11e80cf20bd65b7a52508ef24b1dce657dc01a4 (patch) | |
| tree | 4a7653b5a838bb6feff1cfe42d84c76f52804aae /src/main/resources/boot/property/ODProp.xml | |
| parent | aa01888a2fbe96b757fd1ba877939b780c855191 (diff) | |
Support 'Layer' property
Diffstat (limited to 'src/main/resources/boot/property/ODProp.xml')
| -rw-r--r-- | src/main/resources/boot/property/ODProp.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/boot/property/ODProp.xml b/src/main/resources/boot/property/ODProp.xml index bd7257d..3d7a6f1 100644 --- a/src/main/resources/boot/property/ODProp.xml +++ b/src/main/resources/boot/property/ODProp.xml @@ -5,4 +5,5 @@ DefaultValue="OutcomeDesc" IsMutable="false" />
<PropertyDescription Name="Breakapart"
IsClassIdentifier="false" DefaultValue="0" IsMutable="false" />
+ <PropertyDescription Name="Layer" IsClassIdentifier="false" DefaultValue="0" IsMutable="true"/>
</AllProperties>
|
