Skip to content

Commit

Permalink
Removed Cormas from the baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
olekscode committed Sep 2, 2024
1 parent bd5bdf6 commit a11567f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 16 deletions.
21 changes: 6 additions & 15 deletions src/BaselineOfECECModel/BaselineOfECECModel.class.st
Original file line number Diff line number Diff line change
@@ -1,27 +1,18 @@
Class {
#name : #BaselineOfECECModel,
#superclass : #BaselineOf,
#category : #BaselineOfECECModel
#name : 'BaselineOfECECModel',
#superclass : 'BaselineOf',
#category : 'BaselineOfECECModel',
#package : 'BaselineOfECECModel'
}

{ #category : #baselines }
{ #category : 'baselines' }
BaselineOfECECModel >> baseline: spec [

<baseline>
spec for: #common do: [
"Dependencies"
self loadCormas: spec.

"Packages"
spec
package: 'ECEC-Model' with: [ spec requires: #(Cormas) ];
package: 'ECEC-Model';
package: 'ECEC-Model-Tests' with: [ spec requires: #( 'ECEC-Model' ) ] ]
]

{ #category : #dependencies }
BaselineOfECECModel >> loadCormas: spec [

spec
baseline: 'Cormas'
with: [ spec loads: #(Core); repository: 'github://cormas/cormas' ]
]
2 changes: 1 addition & 1 deletion src/BaselineOfECECModel/package.st
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Package { #name : #BaselineOfECECModel }
Package { #name : 'BaselineOfECECModel' }

0 comments on commit a11567f

Please sign in to comment.