Skip to content

Commit

Permalink
fix incubator baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
labordep authored Oct 29, 2023
1 parent ad510aa commit a813f34
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,13 @@ BaselineOfMoleculeIncubator >> loadPyramid: spec [
{ #category : #'load scripts' }
BaselineOfMoleculeIncubator >> loadRoassal: spec [

spec baseline: 'Roassal' with: [ spec repository: 'github://pharo-graphics/Roassal/src'; loads: #('Full') ];
project: 'Roassal' copyFrom: 'Roassal' with: [ spec loads: #('Roassal-UML-Calypso') ].
spec
baseline: 'Roassal' with: [
spec
repository: 'github://pharo-graphics/Roassal/src';
loads: #('Full');
package: 'Roassal-UML-Calypso'
].
]

{ #category : #'load scripts' }
Expand Down

0 comments on commit a813f34

Please sign in to comment.