Skip to content

Commit

Permalink
add BaselineOfCoypu
Browse files Browse the repository at this point in the history
  • Loading branch information
lucretiomsp committed Apr 11, 2024
1 parent 6eaf671 commit 92d729f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/BaselineOfCoypu/BaselineOfCoypu.class.st
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Class {
#name : #BaselineOfCoypu,
#superclass : #BaselineOf,
#category : #BaselineOfCoypu
}

{ #category : #baselines }
BaselineOfCoypu >> baseline: spec [

<baseline>
spec for: #common do: [
"External dependencies"
spec package: 'OSC' with: [ spec repository: 'github://Ducasse/OSC/src' ].

"Project packages"
spec package: 'Coypu' with: [ spec requires: 'OSC' ].

"Groups"
spec group: 'default' with: #('Coypu') ]
]
1 change: 1 addition & 0 deletions src/BaselineOfCoypu/package.st
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Package { #name : #BaselineOfCoypu }

0 comments on commit 92d729f

Please sign in to comment.