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/DescProp.xml | |
| parent | 595254f3b87ee49dbf56e501a31b506abcff4088 (diff) | |
Tweaked isMutable properties
Diffstat (limited to 'src/main/resources/boot/property/DescProp.xml')
| -rw-r--r-- | src/main/resources/boot/property/DescProp.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/main/resources/boot/property/DescProp.xml b/src/main/resources/boot/property/DescProp.xml index 95a41c9..f092d1d 100644 --- a/src/main/resources/boot/property/DescProp.xml +++ b/src/main/resources/boot/property/DescProp.xml @@ -1,2 +1,4 @@ -<?xml version="1.0"?> -<AllProperties><PropertyDescription DefaultValue="" IsClassIdentifier="false" IsMutable="true" Name="Name"/><PropertyDescription DefaultValue="ItemDescription" IsClassIdentifier="true" IsMutable="false" Name="Type"/></AllProperties>
\ No newline at end of file +<AllProperties> + <PropertyDescription DefaultValue="" IsClassIdentifier="false" IsMutable="true" Name="Name" /> + <PropertyDescription DefaultValue="ItemDescription" IsClassIdentifier="true" IsMutable="false" Name="Type" /> +</AllProperties>
\ No newline at end of file |
