Skip to content

Commit

Permalink
Add Localization packages to Rowan specs
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Jun 19, 2024
1 parent 41cc1f9 commit aa2bfe6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rowan/components/Deployment.ston
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ RwSimpleProjectLoadComponentV2 {
'Buoy-Dynamic-Binding',
'Buoy-Exception-Handling-Extensions',
'Buoy-Exception-Handling-GS64-Extensions',
'Buoy-Localization',
'Buoy-Localization-Extensions',
'Buoy-Localization-GS64-Extensions',
'Buoy-Math',
'Buoy-Math-Extensions',
'Buoy-Math-GS64-Base-Extensions',
Expand All @@ -43,6 +46,9 @@ RwSimpleProjectLoadComponentV2 {
'Buoy-Dynamic-Binding' : { 'symbolDictName' : 'Buoy' },
'Buoy-Exception-Handling-Extensions' : { 'symbolDictName' : 'Globals' },
'Buoy-Exception-Handling-GS64-Extensions' : { 'symbolDictName' : 'Globals' },
'Buoy-Localization' : { 'symbolDictName' : 'Buoy' },
'Buoy-Localization-Extensions' : { 'symbolDictName' : 'Globals' },
'Buoy-Localization-GS64-Extensions' : { 'symbolDictName' : 'Buoy' },
'Buoy-Math' : { 'symbolDictName' : 'Buoy' },
'Buoy-Math-Extensions' : { 'symbolDictName' : 'Globals' },
'Buoy-Math-GS64-Base-Extensions' : { 'symbolDictName' : 'Globals' },
Expand Down
2 changes: 2 additions & 0 deletions rowan/components/Tests.ston
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RwSimpleProjectLoadComponentV2 {
'Buoy-Conditions-Tests',
'Buoy-Dynamic-Binding-Tests',
'Buoy-Exception-Handling-Tests',
'Buoy-Localization-Tests',
'Buoy-Math-Tests',
'Buoy-Metaprogramming-Tests',
'Buoy-SUnit-Tests'
Expand All @@ -29,6 +30,7 @@ RwSimpleProjectLoadComponentV2 {
'Buoy-Conditions-Tests' : { 'symbolDictName' : 'Buoy' },
'Buoy-Dynamic-Binding-Tests' : { 'symbolDictName' : 'Buoy' },
'Buoy-Exception-Handling-Tests' : { 'symbolDictName' : 'Buoy' },
'Buoy-Localization-Tests' : { 'symbolDictName' : 'Buoy' },
'Buoy-Math-Tests' : { 'symbolDictName' : 'Buoy' },
'Buoy-Metaprogramming-Tests' : { 'symbolDictName' : 'Buoy' },
'Buoy-SUnit-Tests' : { 'symbolDictName' : 'Buoy' }
Expand Down

0 comments on commit aa2bfe6

Please sign in to comment.