Skip to content

Commit

Permalink
Merge pull request #750 from moosetechnology/fix-baseline
Browse files Browse the repository at this point in the history
Fix baseline
  • Loading branch information
ClotildeToullec authored Dec 1, 2022
2 parents 2e85c87 + 4286fbb commit f117d75
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/BaselineOfMooseIDE/BaselineOfMooseIDE.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ BaselineOfMooseIDE >> definePackages: spec [
with: [ spec requires: #( 'LabelContractor' ) ];
package: 'MooseIDE-Visualization' with: [
spec requires:
#( 'TelescopeRoassal3' 'HierarchicalVisualizations' ) ];
#( 'MooseIDE-Core' 'TelescopeRoassal3' 'HierarchicalVisualizations' ) ];
package: 'MooseIDE-Meta'
with: [ spec requires: #( 'MooseIDE-Core' ) ];
package: 'MooseIDE-Tests'
Expand Down Expand Up @@ -85,7 +85,8 @@ BaselineOfMooseIDE >> definePackages: spec [
package: 'MooseIDE-ColorPalette';
package: 'MooseIDE-ColorPalette-Tests'
with: [ spec requires: #( 'MooseIDE-ColorPalette' ) ];
package: 'MooseIDE-Durden' with: [ spec requires: #( 'Durden' ) ]
package: 'MooseIDE-Durden'
with: [ spec requires: #( 'MooseIDE-Core' 'Durden' ) ]
]

{ #category : #dependencies }
Expand All @@ -94,7 +95,7 @@ BaselineOfMooseIDE >> famix: spec [
spec
baseline: 'Famix'
with: [
spec repository: 'github://moosetechnology/Famix:development/src' ]
spec repository: 'github://moosetechnology/Famix:v1.x.x/src' ]
]

{ #category : #dependencies }
Expand Down

0 comments on commit f117d75

Please sign in to comment.