Skip to content

Commit

Permalink
Added ModelReporter to BaselineOf
Browse files Browse the repository at this point in the history
  • Loading branch information
anquetil committed Jan 2, 2025
1 parent 74f6b73 commit b0bf023
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/BaselineOfMooseIDE/BaselineOfMooseIDE.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ BaselineOfMooseIDE >> definePackages: spec [
with: [
spec requires: #( 'MooseIDE-Visualization' 'ClassBlueprint' ) ];
package: 'MooseIDE-Spotter';
package: 'MooseIDE-Core-Reporter';
package: 'MooseIDE-Spotter-Tests'
with: [ spec requires: #( 'MooseIDE-Spotter' ) ];
package: 'MooseIDE-Analysis'
Expand Down

0 comments on commit b0bf023

Please sign in to comment.