Skip to content

Commit

Permalink
Removed GemStone packages from baseline, they must be loaded manually
Browse files Browse the repository at this point in the history
  • Loading branch information
mtabacman committed Jan 26, 2024
1 parent 4a16047 commit 975580f
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions source/BaselineOfSagan/BaselineOfSagan.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,6 @@ BaselineOfSagan >> setUpPackages: spec [
spec requires: #( 'Glorp-Core' 'Core' 'ObjectPool-Core' 'Bell-Core' 'Hyperspace-Deployment' ) ];
group: 'RDBMS' with: #( 'Sagan-RDBMS' ).

spec
package: 'Sagan-GemStone' with: [ spec requires: #( 'Core' ) ];
group: 'GemStone' with: #( 'Sagan-GemStone' ).

spec package: 'Sagan-Kepler-Tests' with: [ spec requires: #( 'Sagan-Kepler' ) ].

spec group: 'PostgreSQL' with: #( 'RDBMS' 'Glorp P3' ).
Expand All @@ -110,10 +106,5 @@ BaselineOfSagan >> setUpPackages: spec [
with: [
spec requires: #( 'PostgreSQL' 'SQLite' 'Sagan-Core-Tests' 'Sagan-Kepler-Tests'
'Bell-SUnit' ) ];
group: 'Tests' with: 'Sagan-RDBMS-Tests'.

spec
package: 'Sagan-GemStone-Tests'
with: [ spec requires: #( 'Sagan-Core-Tests' 'Sagan-Kepler-Tests' ) ];
group: 'Tests' with: 'Sagan-GemStone-Tests'
group: 'Tests' with: 'Sagan-RDBMS-Tests'
]

0 comments on commit 975580f

Please sign in to comment.