@@ -25,7 +25,9 @@ BaselineOfPillar >> baseline: spec [
2525 package: ' Pillar-Tests-Core'
2626 with: [ spec requires:
2727 #( 'Pillar-Core') ];
28-
28+
29+ package: ' Pillar-ExporterCore' with: [ spec requires: #( 'Pillar-Model' 'ContainersPropertyEnvironment' ) ];
30+
2931 package: ' Pillar-Model'
3032 with: [ spec requires: #( 'Pillar-Core' ) ];
3133
@@ -35,11 +37,7 @@ BaselineOfPillar >> baseline: spec [
3537 with: [ spec requires: #( 'Pillar-ExporterCore' 'Pillar-Model' 'Mustache') ];
3638 package: ' Pillar-ExporterHTML'
3739 with: [ spec requires: #( 'Pillar-ExporterCore') ];
38-
39-
40- package: ' Pillar-Tests-Model'
41- with: [ spec requires:
42- #( 'Pillar-Core' 'Pillar-Model' 'Pillar-Tests-Core' ) ];
40+
4341
4442 package: ' Pillar-Chrysal-Generator'
4543 with: [ spec requires: #( 'Chrysal' ) ];
@@ -52,9 +50,6 @@ BaselineOfPillar >> baseline: spec [
5250
5351 package: ' Pillar-Chrysal' with: [ spec requires: #( 'Pillar-ExporterCore' ) ];
5452
55- package: ' Pillar-ExporterCore' with: [ spec requires: #( 'Pillar-Model' 'ContainersPropertyEnvironment' ) ];
56- package: ' Pillar-Tests-ExporterCore' with: [ spec requires: #( 'Pillar-Tests-Model' 'Pillar-ExporterCore' ) ];
57-
5853 package: ' Pillar-Project' with: [ spec requires: #( 'Pillar-Model' ) ];
5954
6055 package: ' Pillar-Tests-Project' with: [ spec requires: #( 'Pillar-Project' ) ];
@@ -68,7 +63,6 @@ BaselineOfPillar >> baseline: spec [
6863 'Pillar-ExporterLaTeX'
6964 'Pillar-ExporterHTML'
7065 'Pillar-Tests-Core'
71- 'Pillar-Tests-ExporterCore'
7266 'Pillar-Tests-Cli'
7367 'Pillar-Tests-Project'
7468 'Pillar-Tests-Integration' ) ;
0 commit comments