Skip to content

Commit

Permalink
Fixed Typo in Baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-maus committed Jul 12, 2024
1 parent 72fab09 commit 3add215
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ Class {

{
#category : #baseline,
#'squeak_changestamp' : 'PM 7/12/2024 22:56'
#'squeak_changestamp' : 'PM 7/12/2024 23:07'
}
BaselineOfSustainableSimulations >> baseline: spec [
<baseline>
spec for: #common do: [
spec baseline: 'Squot' with: [ spec repository: 'github://hpi-swa/Squot:mapper/src'. ].
spec package: 'SustainableSimulations-Core';
package: 'SustainableSimulations-UI' with: [spec requires: #('SustainableSimulations-Core')];
package: 'SustainableSimulations-Road' with: [spec requires: #('SustainableSimulations-Core' 'SustainableSimulations-UI')];
package: 'SustainableSimulations-RoadStrategy' with: [spec requires: #('SustainableSimulations-Core' 'SustainableSimulations-Road')];
package: 'SustainableSimulations-Roads' with: [spec requires: #('SustainableSimulations-Core' 'SustainableSimulations-UI')];
package: 'SustainableSimulations-RoadStrategy' with: [spec requires: #('SustainableSimulations-Core' 'SustainableSimulations-Roads')];
package: 'SustainableSimulations-Tests' with: [spec requires: #('default')];
group: 'default' with: #('SustainableSimulations-Core' 'SustainableSimulations-UI' 'SustainableSimulations-Road' 'SustainableSimulations-RoadStrategy');
group: 'default' with: #('SustainableSimulations-Core' 'SustainableSimulations-UI' 'SustainableSimulations-Roads' 'SustainableSimulations-RoadStrategy');
group: 'tests' with: #('SustainableSimulations-Tests')]
]

0 comments on commit 3add215

Please sign in to comment.