diff --git a/repository/Grease-Pharo110-Slime-Core.package/GRSlimeBlockLintRule.class/class/uniqueIdentifierName.st b/repository/Grease-Pharo110-Slime-Core.package/GRSlimeBlockLintRule.class/class/uniqueIdentifierName.st new file mode 100644 index 00000000..6a686846 --- /dev/null +++ b/repository/Grease-Pharo110-Slime-Core.package/GRSlimeBlockLintRule.class/class/uniqueIdentifierName.st @@ -0,0 +1,4 @@ +accessing +uniqueIdentifierName + "This identifier should be unique. Should change only when the rule completely change semantics." + ^ 'SlimeBlockLintRule' diff --git a/repository/Grease-Pharo110-Slime-Core.package/GRSlimeParseTreeLintRule.class/class/uniqueIdentifierName.st b/repository/Grease-Pharo110-Slime-Core.package/GRSlimeParseTreeLintRule.class/class/uniqueIdentifierName.st new file mode 100644 index 00000000..a5a51017 --- /dev/null +++ b/repository/Grease-Pharo110-Slime-Core.package/GRSlimeParseTreeLintRule.class/class/uniqueIdentifierName.st @@ -0,0 +1,4 @@ +accessing +uniqueIdentifierName + "This identifier should be unique. Should change only when the rule completely change semantics." + ^ 'SlimeParseTreeLintRule' diff --git a/repository/Grease-Pharo110-Slime-Core.package/GRSlimeTransformationRule.class/class/uniqueIdentifierName.st b/repository/Grease-Pharo110-Slime-Core.package/GRSlimeTransformationRule.class/class/uniqueIdentifierName.st new file mode 100644 index 00000000..b02931a3 --- /dev/null +++ b/repository/Grease-Pharo110-Slime-Core.package/GRSlimeTransformationRule.class/class/uniqueIdentifierName.st @@ -0,0 +1,4 @@ +accessing +uniqueIdentifierName + "This identifier should be unique. Should change only when the rule completely change semantics." + ^ 'SlimeTransformationRule' diff --git a/repository/Grease-Pharo40-Slime.package/GRSlimeBlockLintRule.class/class/uniqueIdentifierName.st b/repository/Grease-Pharo40-Slime.package/GRSlimeBlockLintRule.class/class/uniqueIdentifierName.st new file mode 100644 index 00000000..6a686846 --- /dev/null +++ b/repository/Grease-Pharo40-Slime.package/GRSlimeBlockLintRule.class/class/uniqueIdentifierName.st @@ -0,0 +1,4 @@ +accessing +uniqueIdentifierName + "This identifier should be unique. Should change only when the rule completely change semantics." + ^ 'SlimeBlockLintRule' diff --git a/repository/Grease-Pharo40-Slime.package/GRSlimeParseTreeLintRule.class/class/uniqueIdentifierName.st b/repository/Grease-Pharo40-Slime.package/GRSlimeParseTreeLintRule.class/class/uniqueIdentifierName.st new file mode 100644 index 00000000..a5a51017 --- /dev/null +++ b/repository/Grease-Pharo40-Slime.package/GRSlimeParseTreeLintRule.class/class/uniqueIdentifierName.st @@ -0,0 +1,4 @@ +accessing +uniqueIdentifierName + "This identifier should be unique. Should change only when the rule completely change semantics." + ^ 'SlimeParseTreeLintRule' diff --git a/repository/Grease-Pharo40-Slime.package/GRSlimeTransformationRule.class/class/uniqueIdentifierName.st b/repository/Grease-Pharo40-Slime.package/GRSlimeTransformationRule.class/class/uniqueIdentifierName.st new file mode 100644 index 00000000..b02931a3 --- /dev/null +++ b/repository/Grease-Pharo40-Slime.package/GRSlimeTransformationRule.class/class/uniqueIdentifierName.st @@ -0,0 +1,4 @@ +accessing +uniqueIdentifierName + "This identifier should be unique. Should change only when the rule completely change semantics." + ^ 'SlimeTransformationRule' diff --git a/repository/Grease-Pharo90-Slime.package/GRSlimeBlockLintRule.class/class/uniqueIdentifierName.st b/repository/Grease-Pharo90-Slime.package/GRSlimeBlockLintRule.class/class/uniqueIdentifierName.st new file mode 100644 index 00000000..6a686846 --- /dev/null +++ b/repository/Grease-Pharo90-Slime.package/GRSlimeBlockLintRule.class/class/uniqueIdentifierName.st @@ -0,0 +1,4 @@ +accessing +uniqueIdentifierName + "This identifier should be unique. Should change only when the rule completely change semantics." + ^ 'SlimeBlockLintRule' diff --git a/repository/Grease-Pharo90-Slime.package/GRSlimeParseTreeLintRule.class/class/uniqueIdentifierName.st b/repository/Grease-Pharo90-Slime.package/GRSlimeParseTreeLintRule.class/class/uniqueIdentifierName.st new file mode 100644 index 00000000..a5a51017 --- /dev/null +++ b/repository/Grease-Pharo90-Slime.package/GRSlimeParseTreeLintRule.class/class/uniqueIdentifierName.st @@ -0,0 +1,4 @@ +accessing +uniqueIdentifierName + "This identifier should be unique. Should change only when the rule completely change semantics." + ^ 'SlimeParseTreeLintRule' diff --git a/repository/Grease-Pharo90-Slime.package/GRSlimeTransformationRule.class/class/uniqueIdentifierName.st b/repository/Grease-Pharo90-Slime.package/GRSlimeTransformationRule.class/class/uniqueIdentifierName.st new file mode 100644 index 00000000..b02931a3 --- /dev/null +++ b/repository/Grease-Pharo90-Slime.package/GRSlimeTransformationRule.class/class/uniqueIdentifierName.st @@ -0,0 +1,4 @@ +accessing +uniqueIdentifierName + "This identifier should be unique. Should change only when the rule completely change semantics." + ^ 'SlimeTransformationRule' diff --git a/repository/Grease-Slime.package/GRSlimeBlockLintRule.class/class/uniqueIdentifierName.st b/repository/Grease-Slime.package/GRSlimeBlockLintRule.class/class/uniqueIdentifierName.st new file mode 100644 index 00000000..6a686846 --- /dev/null +++ b/repository/Grease-Slime.package/GRSlimeBlockLintRule.class/class/uniqueIdentifierName.st @@ -0,0 +1,4 @@ +accessing +uniqueIdentifierName + "This identifier should be unique. Should change only when the rule completely change semantics." + ^ 'SlimeBlockLintRule' diff --git a/repository/Grease-Slime.package/GRSlimeParseTreeLintRule.class/class/uniqueIdentifierName.st b/repository/Grease-Slime.package/GRSlimeParseTreeLintRule.class/class/uniqueIdentifierName.st new file mode 100644 index 00000000..a5a51017 --- /dev/null +++ b/repository/Grease-Slime.package/GRSlimeParseTreeLintRule.class/class/uniqueIdentifierName.st @@ -0,0 +1,4 @@ +accessing +uniqueIdentifierName + "This identifier should be unique. Should change only when the rule completely change semantics." + ^ 'SlimeParseTreeLintRule' diff --git a/repository/Grease-Slime.package/GRSlimeTransformationRule.class/class/uniqueIdentifierName.st b/repository/Grease-Slime.package/GRSlimeTransformationRule.class/class/uniqueIdentifierName.st new file mode 100644 index 00000000..b02931a3 --- /dev/null +++ b/repository/Grease-Slime.package/GRSlimeTransformationRule.class/class/uniqueIdentifierName.st @@ -0,0 +1,4 @@ +accessing +uniqueIdentifierName + "This identifier should be unique. Should change only when the rule completely change semantics." + ^ 'SlimeTransformationRule'