This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository topia. See http://git.nuiton.org/topia.git commit 59c19b0f30cc5b083dfe9946629ac136db3118c8 Author: Arnaud Thimel <thimel@codelutin.com> Date: Tue Aug 26 00:23:08 2014 +0200 fixes #3475 Default value for 'useEnumerationName' tag value should be 'true' --- .../src/main/java/org/nuiton/topia/templates/TopiaTagValues.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/topia-templates/src/main/java/org/nuiton/topia/templates/TopiaTagValues.java b/topia-templates/src/main/java/org/nuiton/topia/templates/TopiaTagValues.java index 6f6596b..871e84c 100644 --- a/topia-templates/src/main/java/org/nuiton/topia/templates/TopiaTagValues.java +++ b/topia-templates/src/main/java/org/nuiton/topia/templates/TopiaTagValues.java @@ -239,7 +239,8 @@ public class TopiaTagValues extends TagValueDefinitionProvider { * @since 3.0 */ @TagValueDefinition(target = {ObjectModel.class, ObjectModelPackage.class, ObjectModelClassifier.class, ObjectModelAttribute.class}, - documentation = "'true' if the value of this attribute of type Enumeration should be stored with its name (instead of using ordinal)") + documentation = "'true' if the value of this attribute of type Enumeration should be stored with its name (instead of using ordinal)", + defaultValue = "true") public static final String TAG_USE_ENUMERATION_NAME = "useEnumerationName"; /** -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.