summaryrefslogtreecommitdiff
path: root/src/main/resources/boot/property/EAProp.xml
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2013-12-12 17:31:53 +0100
committerAndrew Branson <andrew.branson@cern.ch>2013-12-12 17:31:53 +0100
commit4157cdfd7438c08d8b9cc6a718ac76b42f401ffb (patch)
tree8df3d0cf830d4bdf6c2f08c71dda3357f2196dcb /src/main/resources/boot/property/EAProp.xml
parent595254f3b87ee49dbf56e501a31b506abcff4088 (diff)
Tweaked isMutable properties
Diffstat (limited to 'src/main/resources/boot/property/EAProp.xml')
-rw-r--r--src/main/resources/boot/property/EAProp.xml2
1 files changed, 1 insertions, 1 deletions
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>