Skip to content

Commit

Permalink
update required projects for the HotwireTurbo packages ... needed for…
Browse files Browse the repository at this point in the history
… older versions of Metacello to properly load Seaside
  • Loading branch information
dalehenrich committed Nov 3, 2023
1 parent 7a2a512 commit accfd4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ baselinecommon: spec
package: 'Seaside-Widgets' with: [
spec requires: #('Seaside-Component' 'Seaside-Canvas' ) ];
package: 'Seaside-HotwireTurbo-Core' with: [
spec requires: #('Seaside-Core' 'Seaside-Component' 'Seaside-Canvas') ];
spec requires: #('Seaside-Core' 'Seaside-Component' 'Seaside-Canvas' 'Seaside-RenderLoop' ) ];
package: 'Seaside-HotwireTurbo-Examples' with: [
spec requires: #('Seaside-HotwireTurbo-Core') ];
spec requires: #('Seaside-HotwireTurbo-Core' 'Seaside-Examples') ];
package: 'Seaside-Tests-Canvas' with: [
spec requires: #('Seaside-Tests-Core' 'Seaside-Canvas' ). ];
package: 'Seaside-Tests-Component' with: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ baselinejquery: spec
package: 'JQuery-Tests-Core' with: [
spec requires: #('JQuery-Core' 'Javascript-Tests-Core' 'Seaside-Development' 'Seaside-Tests-Functional' 'Seaside-Ajaxifier-Core') ];
package: 'JQuery-Examples' with: [
spec requires: #('JQuery-Core') ];
spec requires: #('JQuery-Core' 'Seaside-Component' 'Seaside-Examples') ];
package: 'JQuery-JSON' with: [
spec requires: #('JQuery-Core' 'Seaside-JSON-Core') ];
package: 'JQuery-Tests-JSON' with: [
Expand All @@ -19,4 +19,4 @@ baselinejquery: spec
group: 'JQuery' with: #('JQuery-Core' 'JQuery-JSON');
group: 'JQuery Tests' with: #('JQuery-Tests-Core' 'JQuery-Tests-JSON');
group: 'Examples' with: #('JQuery-Examples');
group: 'Tests' with: #( 'JQuery Tests' ) ]
group: 'Tests' with: #( 'JQuery Tests' ) ]

0 comments on commit accfd4b

Please sign in to comment.