Skip to content

Commit

Permalink
PoC Rowan
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Jul 18, 2023
1 parent 2efe2bf commit b238c5e
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 1 deletion.
29 changes: 29 additions & 0 deletions rowan/components/Deployment.ston
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,34 @@ RwSimpleProjectLoadComponentV2 {
'Buoy-Math',
'Buoy-Metaprogramming'
],
#conditionalPackageMapSpecs : {
'gemstone' : {
'allusers' : {
#packageNameToPlatformPropertiesMap : {
'Buoy-Collections' : {
'symbolDictName' : 'Globals'
},
'Buoy-Metaprogramming' : {
'symbolDictName' : 'Globals'
},
'Buoy-Math' : {
'symbolDictName' : 'Globals'
},
'Buoy-Exception-Handling' : {
'symbolDictName' : 'Globals'
},
'Buoy-Comparison' : {
'symbolDictName' : 'Globals'
},
'Buoy-Assertions' : {
'symbolDictName' : 'Globals'
},
'Buoy-Conditions' : {
'symbolDictName' : 'Globals'
}
}
}
}
},
#comment : ''
}
11 changes: 11 additions & 0 deletions rowan/components/SUnit-Dependent-Extensions.ston
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,16 @@ RwSimpleProjectLoadComponentV2 {
#packageNames : [
'Buoy-SUnit-Model'
],
#conditionalPackageMapSpecs : {
'gemstone' : {
'allusers' : {
#packageNameToPlatformPropertiesMap : {
'Buoy-SUnit-Model' : {
'symbolDictName' : 'Globals'
}
}
}
}
},
#comment : ''
}
2 changes: 1 addition & 1 deletion rowan/specs/Buoy-CI.ston
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RwLoadSpecificationV2 {
#platformProperties : {
'gemstone' : {
'allusers' : {
#defaultSymbolDictName : 'Globals'
#defaultSymbolDictName : 'Buoy'
}
}
},
Expand Down

0 comments on commit b238c5e

Please sign in to comment.