[topia] branch develop updated (b7a1593 -> 59c19b0)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository topia. See http://git.nuiton.org/topia.git from b7a1593 Merge branch 'develop' of https://git.nuiton.org/topia into develop new 59c19b0 fixes #3475 Default value for 'useEnumerationName' tag value should be 'true' The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: 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' Summary of changes: .../src/main/java/org/nuiton/topia/templates/TopiaTagValues.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
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>.
participants (1)
-
nuiton.org scm