Skip to content

Commit

Permalink
Merge 5d1f10d
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed Nov 30, 2024
2 parents 976d269 + 5d1f10d commit c4cb17c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/BaselineOfMicroEd/BaselineOfMicroEd.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ BaselineOfMicroEd >> baseline: spec [
<baseline>

spec for: #'common' do: [
"Suppose that this is only for P9
spec baseline: ''Microdown'' with: [
spec repository: ''github://pillar-markup/Microdown/src'' ]"
"We need the Extensions group from Microdown to use MicTextualMicrodownExporter"
spec baseline: 'Microdown' with: [
spec repository: 'github://pillar-markup/Microdown/src' ].
spec
package: 'MicroEd';
package: 'MicroEd' with: [ spec
loads: 'Extensions';
requires: #('Microdown') ];
package: 'MicroEd-Spec' with: [ spec requires: #('MicroEd') ];
package: 'MicroEd-Tests' with: [ spec requires: #('MicroEd') ];
package: 'MicroEd-Spec-Tests' with: [ spec requires: #('MicroEd') ]
]
package: 'MicroEd-Spec-Tests' with: [ spec requires: #('MicroEd') ] ]
]

0 comments on commit c4cb17c

Please sign in to comment.