Skip to content

Commit

Permalink
Add Famix-Visualizations to baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
ClotildeToullec committed Oct 3, 2023
1 parent a864ba6 commit ede99db
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/BaselineOfFamix/BaselineOfFamix.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ BaselineOfFamix >> packages: spec [
with: [ spec requires: #( 'Moose-Core' 'SingularizePluralize' ) ];
package: 'Famix-MetamodelGeneration'
with: [ spec requires: #( 'Famix-MetamodelBuilder-Core' ) ];
package: 'Famix-Visualizations'
with: [ spec requires: #( 'Famix-Traits' 'Fame' 'Moose-Core' ) ];
package: 'Famix-BasicInfrastructure'
with: [ spec requires: #( 'Famix-MetamodelGeneration' ) ];
package: 'Famix-Smalltalk-Utils'
Expand Down Expand Up @@ -277,10 +279,12 @@ BaselineOfFamix >> packages: spec [
with: [ spec requires: #( 'Famix-TestComposedMetamodel-Entities' ) ];
package: 'Famix-Deprecated'
with: [
spec requires: #( 'Core' 'ModelJava' 'ModelSmalltalk' 'Tests' ) ];
spec requires: #( 'Core' 'ModelJava' 'ModelSmalltalk'
'Tests' ) ];
package: 'Famix-UMLDocumentor' with: [ spec requires: #( 'Core' ) ];
package: 'Famix-UMLDocumentor-Tests' with: [
spec requires: #( 'Famix-UMLDocumentor' 'FamixDocumentor-TestMetaModel' ) ];
spec requires:
#( 'Famix-UMLDocumentor' 'FamixDocumentor-TestMetaModel' ) ];
package: 'FamixDocumentor-TestMetaModel'
]

Expand Down

0 comments on commit ede99db

Please sign in to comment.