Small changes on the load

This commit is contained in:
SantiagoBragagnolo 2020-02-22 16:33:51 +00:00
parent 5fea55c990
commit 5bc1203b23
1 changed files with 75 additions and 0 deletions

View File

@ -468,6 +468,50 @@ ConfigurationOfGrafoscopio >> baseline132: spec [
group: 'Extended' with: #('Core') ].
]
{ #category : #baselines }
ConfigurationOfGrafoscopio >> baseline133: spec [
<version: '1.3.3-baseline'>
spec
for: #common
do: [ spec blessing: #baseline.
spec
repository: 'http://smalltalkhub.com/Offray/Grafoscopio';
package: #'Grafoscopio-Utils'.
spec
project: 'Ston'
with: [ spec
className: #ConfigurationOfSton;
versionString: #bleedingEdge;
repository: 'http://ss3.gemstone.com/ss/STON' ];
project: 'Roassal2'
with: [ spec
className: #ConfigurationOfRoassal2;
versionString: #stable;
repository: 'http://smalltalkhub.com/mc/ObjectProfile/Roassal2/main/' ];
project: 'WebBrowser'
with: [ spec
className: #ConfigurationOfWebBrowser;
versionString: #stable;
repository: 'http://smalltalkhub.com/TorstenBergmann/WebBrowser' ];
baseline: #TaskitShell
with: [ spec repository: 'github://sbragagnolo/taskit:master/' ];
package: 'Spec-Glamour'
with: [ spec
repository: 'http://smalltalkhub.com/mc/jfabry/Playground/main/' ];
project: 'Fossil'
with: [ spec
className: #ConfigurationOfFossil;
versionString: #stable;
repository: 'http://smalltalkhub.com/mc/Offray/Fossil/main' ].
spec
package: #Grafoscopio
with: [ spec requires: #('Ston' 'Spec-Glamour' 'Fossil' 'TaskitShell') ].
spec
group: 'Core'
with: #('Grafoscopio-Utils' 'Roassal2' 'Grafoscopio');
group: 'Extended' with: #('Core') ]
]
{ #category : #baselines }
ConfigurationOfGrafoscopio >> baseline1_0: spec [
<version: '1.0-baseline'>
@ -654,6 +698,37 @@ ConfigurationOfGrafoscopio >> baseline1_3: spec [
group: 'Extended' with: #('Core') ].
]
{ #category : #baselines }
ConfigurationOfGrafoscopio >> baseline200: spec [
<version: '2.0.0-baseline'>
spec
for: #common
do: [ spec blessing: #baseline.
spec
repository: 'http://smalltalkhub.com/Offray/Grafoscopio';
package: #'Grafoscopio-Utils'.
spec
project: 'Roassal2'
with: [ spec
className: #ConfigurationOfRoassal2;
versionString: #stable;
repository: 'http://smalltalkhub.com/mc/ObjectProfile/Roassal2/main/' ];
project: 'WebBrowser'
with: [ spec
className: #ConfigurationOfWebBrowser;
versionString: #stable;
repository: 'http://smalltalkhub.com/TorstenBergmann/WebBrowser' ];
baseline: #TaskitShell
with: [ spec repository: 'github://sbragagnolo/taskit:master/' ].
spec
package: #Grafoscopio
with: [ spec requires: #('Ston' 'TaskitShell') ].
spec
group: 'Core'
with: #('Grafoscopio-Utils' 'Roassal2' 'Grafoscopio');
group: 'Extended' with: #('Core') ]
]
{ #category : #accessing }
ConfigurationOfGrafoscopio >> customProjectAttributes [
"Edit to return a collection of any custom attributes e.g. for conditional loading: Array with: #'Condition1' with: #'Condition2.