Skip to content

Commit

Permalink
Fix tools group for Pharo 11
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Apr 4, 2024
1 parent 3089f10 commit bce4d50
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion source/BaselineOfLaunchpad/BaselineOfLaunchpad.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,12 @@ BaselineOfLaunchpad >> setUpPharo11Packages: spec [
spec
package: 'Launchpad-Tracing-Fuel' with: [ spec requires: 'Launchpad-Tracing' ];
group: 'Deployment' with: 'Launchpad-Tracing-Fuel';
group: 'Tests' with: 'Launchpad-Tracing-Fuel'
group: 'Tests' with: 'Launchpad-Tracing-Fuel'.

spec
package: 'Launchpad-Development-Tools'
with: [ spec requires: #( 'Launchpad-Applications' 'Launchpad-Configuration' ) ];
group: 'Tools' with: 'Launchpad-Development-Tools'
]

{ #category : 'baselines' }
Expand Down

0 comments on commit bce4d50

Please sign in to comment.