From e0c5b3f626799503e4943c64ded7d502a3735185 Mon Sep 17 00:00:00 2001 From: Sven Van Caekenberghe Date: Fri, 10 Nov 2023 13:31:51 +0100 Subject: [PATCH] Remove gt specific package/group --- repository/BaselineOfZTimestamp/BaselineOfZTimestamp.class.st | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/repository/BaselineOfZTimestamp/BaselineOfZTimestamp.class.st b/repository/BaselineOfZTimestamp/BaselineOfZTimestamp.class.st index 102d7d4..85c1372 100644 --- a/repository/BaselineOfZTimestamp/BaselineOfZTimestamp.class.st +++ b/repository/BaselineOfZTimestamp/BaselineOfZTimestamp.class.st @@ -29,9 +29,7 @@ BaselineOfZTimestamp >> baseline: spec [ spec package: 'ZTimestamp-Core'; package: 'ZTimestamp-Tests' with: [ spec requires: #('ZTimestamp-Core') ]; - package: 'ZTimestamp-GT' with: [ spec requires: #('ZTimestamp-Core') ]; group: 'default' with: #('core' 'tests'); group: 'core' with: #('ZTimestamp-Core'); - group: 'tests' with: #('ZTimestamp-Tests'); - group: 'gt' with: #('ZTimestamp-GT') ] + group: 'tests' with: #('ZTimestamp-Tests') ] ]