Skip to content

Commit

Permalink
Baseline: Make 'Alexandrie-Cairo' depend on 'Alexandrie-FreeType'
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias committed Mar 7, 2024
1 parent f9ecbf1 commit 6450dbf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/BaselineOfAlexandrie/BaselineOfAlexandrie.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ BaselineOfAlexandrie >> baseline: spec [
package: 'Alexandrie-Base';
package: 'Alexandrie-Base-Tests';

package: 'Alexandrie-Cairo'
with: [ spec requires: #('Alexandrie-Base') ];
package: 'Alexandrie-Cairo-Tests'
with: [ spec requires: #('Alexandrie-Cairo' 'Alexandrie-Base-Tests') ];

package: 'Alexandrie-FreeType'
with: [ spec requires: #('Alexandrie-Base') ];
package: 'Alexandrie-FreeType-Tests'
with: [ spec requires: #('Alexandrie-FreeType' 'Alexandrie-Base-Tests') ];

package: 'Alexandrie-Cairo'
with: [ spec requires: #('Alexandrie-FreeType') ];
package: 'Alexandrie-Cairo-Tests'
with: [ spec requires: #('Alexandrie-Cairo' 'Alexandrie-FreeType-Tests') ];

package: 'Alexandrie-FontManager'
with: [ spec requires: #('Alexandrie-FreeType') ];
package: 'Alexandrie-FontManager-Tests'
Expand Down

0 comments on commit 6450dbf

Please sign in to comment.