This commit is contained in:
sbragagnolo 2020-05-10 23:27:29 +02:00
parent 9cf21cb38b
commit 5fc5eeb977
2 changed files with 35 additions and 35 deletions

View File

@ -1,34 +1,34 @@
Class {
#name : #BaselineOfGrafoscopio,
#superclass : #BaselineOf,
#category : #BaselineOfGrafoscopio
}
{ #category : #baselines }
BaselineOfGrafoscopio >> baseline: spec [
<baseline>
spec
baseline: #Roassal3
with: [ spec repository: 'github://ObjectProfile/Roassal3/src' ];
project: 'WebBrowser'
with: [ spec
className: #ConfigurationOfWebBrowser;
versionString: #stable;
repository: 'http://smalltalkhub.com/TorstenBergmann/WebBrowser' ];
baseline: #TaskItShell
with: [ spec repository: 'github://sbragagnolo/taskit:master/' ];
baseline: #Pillar
with: [ spec repository: 'github://pillar-markup/pillar/' ];
project: 'Fossil'
with: [ spec
className: #ConfigurationOfFossil;
versionString: #stable;
repository: 'http://smalltalkhub.com/mc/Offray/Fossil/main' ].
spec package: #'Grafoscopio-Utils'.
spec
package: #Grafoscopio
with: [ spec requires: #('TaskItShell' 'Fossil' 'Pillar') ].
spec
group: 'Core' with: #('Grafoscopio-Utils' 'Roassal3' 'Grafoscopio');
group: 'Extended' with: #('Core')
]
Class {
#name : #BaselineOfGrafoscopio,
#superclass : #BaselineOf,
#category : #BaselineOfGrafoscopio
}
{ #category : #baselines }
BaselineOfGrafoscopio >> baseline: spec [
<baseline>
spec
baseline: #Roassal3
with: [ spec repository: 'github://ObjectProfile/Roassal3/src' ];
project: 'WebBrowser'
with: [ spec
className: #ConfigurationOfWebBrowser;
versionString: #stable;
repository: 'http://smalltalkhub.com/TorstenBergmann/WebBrowser' ];
baseline: #TaskItShell
with: [ spec repository: 'github://sbragagnolo/taskit-shell/src' ];
baseline: #Pillar
with: [ spec repository: 'github://pillar-markup/pillar/' ];
project: 'Fossil'
with: [ spec
className: #ConfigurationOfFossil;
versionString: #stable;
repository: 'http://smalltalkhub.com/mc/Offray/Fossil/main' ].
spec package: #'Grafoscopio-Utils'.
spec
package: #Grafoscopio
with: [ spec requires: #('TaskItShell' 'Fossil' 'Pillar') ].
spec
group: 'Core' with: #('Grafoscopio-Utils' 'Roassal3' 'Grafoscopio');
group: 'Extended' with: #('Core')
]

View File

@ -1 +1 @@
Package { #name : #BaselineOfGrafoscopio }
Package { #name : #BaselineOfGrafoscopio }