Skip to content

Commit

Permalink
Sagan-Extensions package added to Pharo baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
ytsejam78 committed Dec 5, 2023
1 parent 85dc81f commit 75ef44d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/BaselineOfSagan/BaselineOfSagan.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ BaselineOfSagan >> setUpPackages: spec [
package: 'Sagan-Core' with: [ spec requires: 'Kepler-Core' ];
group: 'Core' with: 'Sagan-Core'.

spec
package: 'Sagan-Extensions';
group: 'Core' with: 'Sagan-Extensions'.

spec
package: 'Sagan-Kepler' with: [ spec requires: 'Kepler-Core' ];
group: 'Core' with: 'Sagan-Kepler'.
Expand Down

0 comments on commit 75ef44d

Please sign in to comment.