Skip to content

Commit

Permalink
Added Gemstone packages to Rowan configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mtabacman committed Jan 4, 2024
1 parent 7c8824d commit 91111f9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions rowan/components/Deployment.ston
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,17 @@ RwSimpleProjectLoadComponentV2 {
#packageNames : [
'Sagan-Core',
'Sagan-Extensions',
'Sagan-Kepler'
'Sagan-Kepler',
'Sagan-Gemstone'
],
#conditionalPackageMapSpecs : {
'gemstone' : {
'allusers' : {
#packageNameToPlatformPropertiesMap : {
'Sagan-Core' : { 'symbolDictName' : 'Sagan' },
'Sagan-Extensions' : { 'symbolDictName' : 'Globals' },
'Sagan-Kepler' : { 'symbolDictName' : 'Sagan' }
'Sagan-Kepler' : { 'symbolDictName' : 'Sagan' },
'Sagan-Gemstone' : { 'symbolDictName' : 'Sagan' },
}
}
}
Expand Down
6 changes: 4 additions & 2 deletions rowan/components/Tests.ston
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ RwSimpleProjectLoadComponentV2 {
],
#packageNames : [
'Sagan-Core-Tests',
'Sagan-Kepler-Tests'
'Sagan-Kepler-Tests',
'Sagan-Gemstone-Tests'
],
#conditionalPackageMapSpecs : {
'gemstone' : {
'allusers' : {
#packageNameToPlatformPropertiesMap : {
'Sagan-Core-Tests' : { 'symbolDictName' : 'Sagan' },
'Sagan-Kepler-Tests' : { 'symbolDictName' : 'Sagan' }
'Sagan-Kepler-Tests' : { 'symbolDictName' : 'Sagan' },
'Sagan-Gemstone-Tests' : { 'symbolDictName' : 'Sagan' }
}
}
}
Expand Down

0 comments on commit 91111f9

Please sign in to comment.