note description: "[ Constants for Commit messages. GENERATED DO NOT MODIFY! ]" author: "Origo Team " date: "$Date$" revision: "$Revision$" class O_COMMIT_CONSTANTS feature {NONE} -- Namespace commit_namespace: STRING = "origo.commit" feature {NONE} -- Message types commit_add_type: STRING = "add" commit_add_reply_type: STRING = "add_reply" end