Skip to content

Commit

Permalink
Add Roassal3Exporters dependency on Moose-Core.
Browse files Browse the repository at this point in the history
Follow-up on #915 (Fixing #873)
  • Loading branch information
ClotildeToullec committed Oct 24, 2023
1 parent 8e1beba commit e6260eb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/BaselineOfMooseIDE/BaselineOfMooseIDE.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ BaselineOfMooseIDE >> baseline: spec [
self definePackages: spec.

"If Moose is not already present"
spec for: #NeedsMoose do: [
spec for: #NeedsMoose do: [
self famix: spec.
self famixTagging: spec.
self famixReplication: spec.
spec
package: 'MooseIDE-Core' with: [ spec requires: #( 'Famix' ) ];
package: 'MooseIDE-Core'
with: [ spec requires: #( 'Famix' 'Roassal3Exporters' ) ];
package: 'MooseIDE-Meta'
with: [ spec requires: #( 'MooseIDE-Core' ) ];
package: 'MooseIDE-Tagging'
Expand Down

0 comments on commit e6260eb

Please sign in to comment.