Skip to content

Commit

Permalink
Unified baseline with rest of OP
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Jan 1, 2025
1 parent e54281d commit d487ade
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .smalltalk.ston
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SmalltalkCISpec {
#loading : [
SCIMetacelloLoadSpec {
#baseline : 'ERD',
#baseline : 'OpenPonkERD',
#directory : 'Pharo',
#platforms : [ #pharo ]
}
Expand Down
36 changes: 0 additions & 36 deletions Pharo/BaselineOfERD/BaselineOfERD.class.st

This file was deleted.

1 change: 0 additions & 1 deletion Pharo/BaselineOfERD/package.st

This file was deleted.

28 changes: 28 additions & 0 deletions Pharo/BaselineOfOpenPonkERD/BaselineOfOpenPonkERD.class.st
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Class {
#name : 'BaselineOfOpenPonkERD',
#superclass : 'BaselineOf',
#category : 'BaselineOfOpenPonkERD',
#package : 'BaselineOfOpenPonkERD'
}

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

<baseline>
spec for: #common do: [
spec
baseline: 'Mustache'
with: [ spec repository: 'github://noha/mustache:a8db6a2' ].
spec
baseline: 'OpenPonk'
with: [ spec repository: 'github://openponk/openponk' ].
spec
baseline: 'OpenPonkModel'
with: [ spec repository: 'github://OpenPonk/openponk-model' ].
spec
package: 'OpenPonk-ERD'
with: [
spec requires: #( 'OpenPonkModel' 'Mustache' ) ].
spec group: 'plugin' with: #( 'OpenPonk-ERD' ).
spec group: 'default' with: #( 'OpenPonk' 'plugin' ) ]
]
1 change: 1 addition & 0 deletions Pharo/BaselineOfOpenPonkERD/package.st
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Package { #name : 'BaselineOfOpenPonkERD' }

0 comments on commit d487ade

Please sign in to comment.