Skip to content

Commit

Permalink
Merge pull request #16 from JanBliznicenko/master
Browse files Browse the repository at this point in the history
Baseline Tools and Tests groups require Core
  • Loading branch information
astares authored Oct 30, 2023
2 parents 11968fe + 806c078 commit 10417c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/BaselineOfXMLWriter/BaselineOfXMLWriter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ BaselineOfXMLWriter >> baseline: spec [
"Groups"
spec
group: 'Core' with: #('XML-Writer-Core');
group: 'Tools' with: #('OrderPreservingDictionary Tools');
group: 'Tests' with: #('XML-Writer-Tests');
group: 'Tools' with: #('OrderPreservingDictionary Tools' 'Core');
group: 'Tests' with: #('Core' 'XML-Writer-Tests');
group: 'CI' with: #('Tests');
group: 'all' with: #('Core' 'Tools' 'Tests');
group: 'all' with: #('Tools' 'Tests');
group: 'default' with: #('all') ].

"load gemstone compatibility methods"
Expand Down

0 comments on commit 10417c7

Please sign in to comment.