Skip to content

Commit

Permalink
Resolve dependencies: package Famix-Fortran03-Entities depends on the…
Browse files Browse the repository at this point in the history
… following package:`Famix-FortranUDT-Entities`
  • Loading branch information
uNouss committed Sep 6, 2023
1 parent a4b8877 commit 7f8f34d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/BaselineOfFamixFortran/BaselineOfFamixFortran.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ BaselineOfFamixFortran >> definePackages: spec [
package: 'Famix-Fortran77-Entities' with: [ spec requires: #( Famix ) ];
package: 'Famix-Fortran77-Generator' with: [ spec requires: #( Famix ) ];
package: 'Famix-Fortran77-Tests' with: [ spec requires: #( Famix ) ];
package: 'Famix-Fortran03-Entities' with: [ spec requires: #( Famix ) ];
package: 'Famix-Fortran03-Generator' with: [ spec requires: #( Famix ) ];
package: 'Famix-Fortran03-Tests' with: [ spec requires: #( Famix ) ];
package: 'Famix-FortranUDT-Generator' with: [ spec requires: #( Famix ) ];
package: 'Famix-FortranUDT-Entities' with: [ spec requires: #( Famix ) ]
package: 'Famix-FortranUDT-Entities' with: [ spec requires: #( Famix ) ];
package: 'Famix-Fortran03-Entities' with: [ spec requires: #( Famix 'Famix-FortranUDT-Entities') ];
package: 'Famix-Fortran03-Generator' with: [ spec requires: #( Famix 'Famix-FortranUDT-Entities') ];
package: 'Famix-Fortran03-Tests' with: [ spec requires: #( Famix ) ]
]

0 comments on commit 7f8f34d

Please sign in to comment.