Skip to content

Commit

Permalink
Introduce 'ui' group in baseline.
Browse files Browse the repository at this point in the history
  • Loading branch information
juliendelplanque committed Oct 8, 2019
1 parent dd893b2 commit e2af657
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/BaselineOfCommander2/BaselineOfCommander2.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ BaselineOfCommander2 >> baseline: spec [
package: 'Commander2-V2ReleaseMigrator'.
spec
group: 'core' with: #('Commander2' 'Commander2-Deprecations');
group: 'tests' with: #('core' 'Commander2-Tests');
group: 'ui' with: #('Commander2-UI');
group: 'tests' with: #('core' 'ui' 'Commander2-Tests' 'Commander2-UI-Tests');
group: 'migration' with: #('Commander2-V2ReleaseMigrator');
group: 'default' with: #('Commander2' 'Commander2-Deprecations' 'Commander2-Tests'). ]
group: 'default' with: #('core' 'ui' 'tests'). ]
]

0 comments on commit e2af657

Please sign in to comment.