File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,6 @@ baselinecommon: spec
63
63
spec requires: #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Component' 'Seaside-RenderLoop') ];
64
64
package: ' Seaside-WebComponents-Examples' with: [
65
65
spec requires: #('Seaside-WebComponents-Core' 'Seaside-Examples') ];
66
- package: ' Seaside-Microdown' with: [
67
- spec requires: #('Seaside-Canvas' "TODO: requires microdown") ];
68
66
package: ' Seaside-Widgets' with: [
69
67
spec requires: #('Seaside-Component' 'Seaside-Canvas' ) ];
70
68
package: ' Seaside-HotwireTurbo-Core' with: [
@@ -95,8 +93,6 @@ baselinecommon: spec
95
93
spec requires: #('Seaside-RenderLoop' 'Seaside-Tests-Session' ) . ];
96
94
package: ' Seaside-Tests-Session' with: [
97
95
spec requires: #('Seaside-Tests-Core' 'Seaside-Session' 'Seaside-Tests-Canvas') . ];
98
- package: ' Seaside-Tests-Microdown' with: [
99
- spec requires: #('Seaside-Microdown') ];
100
96
package: ' Seaside-Tests-Tools-Web' with: [
101
97
spec requires: #('Seaside-Tools-Web' 'Seaside-Tests-Environment' ) . ];
102
98
package: ' Seaside-Tests-UTF8' with: [
Original file line number Diff line number Diff line change @@ -50,6 +50,9 @@ baselinepharo: spec
50
50
51
51
spec
52
52
for: #(#'pharo10.x' #'pharo11.x' #'pharo12.x' #'pharo13.x')
53
- do: [ spec
53
+ do: [
54
+ spec
55
+ package: ' Seaside-Microdown' with: [ spec requires: #('Seaside-Canvas' "TODO: requires microdown") ];
56
+ package: ' Seaside-Tests-Microdown' with: [ spec requires: #('Seaside-Microdown') ];
54
57
package: ' Seaside-Tools-Core' with: [ spec includes: #('Seaside-Pharo100-Tools-Spec2') ];
55
58
package: ' Seaside-Pharo100-Tools-Spec2' with: [ spec requires: #('Seaside-Tools-Core') ] ]
You can’t perform that action at this time.
0 commit comments