Skip to content

Commit

Permalink
Add new package to component
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Dec 4, 2023
1 parent cb6968d commit a3e1089
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions rowan/components/Examples.ston
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ RwSimpleProjectLoadComponentV2 {
#projectNames : [ ],
#componentNames : [ ],
#packageNames : [
'GS64-Migration-Examples'
'GS64-Migration-Examples',
'GS64-Migration-Examples2'
],
#conditionalPackageMapSpecs : {
'gemstone' : {
'allusers' : {
#packageNameToPlatformPropertiesMap : {
'GS64-Migration-Examples' : { 'symbolDictName' : 'GS64Migration' }
'GS64-Migration-Examples' : { 'symbolDictName' : 'GS64Migration' },
'GS64-Migration-Examples2' : { 'symbolDictName' : 'GS64Migration2' }
}
}
}
Expand Down

0 comments on commit a3e1089

Please sign in to comment.