Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed Nov 26, 2019
1 parent dd0563f commit 73dc8fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
7 changes: 2 additions & 5 deletions src/BaselineOfBasicTools/BaselineOfBasicTools.class.st
Expand Up @@ -55,12 +55,9 @@ BaselineOfBasicTools >> baseline: spec [
repository: repository ].
spec package: 'Tool-ExternalBrowser'.

"
Here soon the enlumineur formatter
spec package: 'BlueInk-Core'.
spec package: 'BlueInk-Extras'.
"Here soon the enlumineur formatter"
spec package: 'EnlumineurFormatter'.

"
spec package: 'Tool-ProcessBrowser'.
spec package: 'Tool-Profilers'.
spec package: 'Tool-SystemReporter'.
Expand Down
7 changes: 3 additions & 4 deletions src/BaselineOfIDE/BaselineOfIDE.class.st
Expand Up @@ -124,12 +124,11 @@ BaselineOfIDE >> baseline: spec [
spec
repository: repository;
loads: 'Tests' ].
"
here enlumineurFormatter
spec baseline: 'BlueInk' with: [

spec baseline: 'EnlumineurFormatter' with: [
spec
repository: repository;
loads: #( 'Core' ) ]."
loads: #( 'Tests' ) ].
spec package: 'Network-Tests'.
spec package: 'Network-Mail-Tests'.
spec package: 'Gofer-Tests'.
Expand Down

0 comments on commit 73dc8fc

Please sign in to comment.