mirror of
https://github.com/lxsang/Diya-API.git
synced 2024-12-26 03:18:22 +01:00
update baseline code
This commit is contained in:
parent
32d4dcae1a
commit
fdf9c541a7
@ -4,26 +4,14 @@ Class {
|
|||||||
#category : #BaselineOfDiya
|
#category : #BaselineOfDiya
|
||||||
}
|
}
|
||||||
|
|
||||||
{ #category : #baselines }
|
|
||||||
BaselineOfDiya class >> corePackages [
|
|
||||||
| groups |
|
|
||||||
|
|
||||||
groups := self packagesOfGroupNamed: 'core-traits'.
|
|
||||||
^ groups flatCollect: [ :e | self packagesOfGroupNamed: e ].
|
|
||||||
]
|
|
||||||
|
|
||||||
{ #category : #baselines }
|
{ #category : #baselines }
|
||||||
BaselineOfDiya >> baseline: spec [
|
BaselineOfDiya >> baseline: spec [
|
||||||
<baseline>
|
<baseline>
|
||||||
|
|
||||||
spec for: #common do: [
|
spec for: #common do: [
|
||||||
|
|
||||||
spec
|
spec
|
||||||
package: 'Diya'.
|
package: 'Diya'.
|
||||||
|
spec group: 'default' with: #('Diya').
|
||||||
spec group: 'API' with: #('Diya').
|
|
||||||
|
|
||||||
spec group: 'default' with: #('API').
|
|
||||||
].
|
].
|
||||||
|
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user