diff options
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 |
