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 | |
| parent | 595254f3b87ee49dbf56e501a31b506abcff4088 (diff) | |
Tweaked isMutable properties
| -rw-r--r-- | src/main/resources/boot/property/DescProp.xml | 6 | ||||
| -rw-r--r-- | src/main/resources/boot/property/EAProp.xml | 2 | ||||
| -rw-r--r-- | src/main/resources/boot/property/ODProp.xml | 2 | ||||
| -rw-r--r-- | src/main/resources/boot/property/SCProp.xml | 2 |
4 files changed, 7 insertions, 5 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 diff --git a/src/main/resources/boot/property/EAProp.xml b/src/main/resources/boot/property/EAProp.xml index ddf07c1..2500a86 100644 --- a/src/main/resources/boot/property/EAProp.xml +++ b/src/main/resources/boot/property/EAProp.xml @@ -1,5 +1,5 @@ <AllProperties>
- <PropertyDescription Name="Name" IsClassIdentifier="false" DefaultValue="" IsMutable="false"/>
+ <PropertyDescription Name="Name" IsClassIdentifier="false" DefaultValue="" IsMutable="true"/>
<PropertyDescription Name="Complexity" IsClassIdentifier="true" DefaultValue="Elementary" IsMutable="false"/>
<PropertyDescription Name="Type" IsClassIdentifier="true" DefaultValue="ActivityDesc" IsMutable="false"/>
</AllProperties>
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>
diff --git a/src/main/resources/boot/property/SCProp.xml b/src/main/resources/boot/property/SCProp.xml index 356f2f9..3bb1e7b 100644 --- a/src/main/resources/boot/property/SCProp.xml +++ b/src/main/resources/boot/property/SCProp.xml @@ -1,4 +1,4 @@ <AllProperties>
- <PropertyDescription Name="Name" IsClassIdentifier="false" DefaultValue="" IsMutable="false"/>
+ <PropertyDescription Name="Name" IsClassIdentifier="false" DefaultValue="" IsMutable="true"/>
<PropertyDescription Name="Type" IsClassIdentifier="true" DefaultValue="Script" IsMutable="false"/>
</AllProperties>
|
