Small changes on the load
This commit is contained in:
parent
b0005e05fc
commit
0e3b0f07f1
@ -468,6 +468,50 @@ ConfigurationOfGrafoscopio >> baseline132: spec [
|
|||||||
group: 'Extended' with: #('Core') ].
|
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 }
|
{ #category : #baselines }
|
||||||
ConfigurationOfGrafoscopio >> baseline1_0: spec [
|
ConfigurationOfGrafoscopio >> baseline1_0: spec [
|
||||||
<version: '1.0-baseline'>
|
<version: '1.0-baseline'>
|
||||||
@ -654,6 +698,37 @@ ConfigurationOfGrafoscopio >> baseline1_3: spec [
|
|||||||
group: 'Extended' with: #('Core') ].
|
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 }
|
{ #category : #accessing }
|
||||||
ConfigurationOfGrafoscopio >> customProjectAttributes [
|
ConfigurationOfGrafoscopio >> customProjectAttributes [
|
||||||
"Edit to return a collection of any custom attributes e.g. for conditional loading: Array with: #'Condition1' with: #'Condition2.
|
"Edit to return a collection of any custom attributes e.g. for conditional loading: Array with: #'Condition1' with: #'Condition2.
|
||||||
|
Loading…
Reference in New Issue
Block a user