Minor fix to include GrafoscopioDocumentation.
This commit is contained in:
parent
6b87a201f0
commit
1e86f872c2
@ -260,6 +260,39 @@ ConfigurationOfGrafoscopio >> baseline07: spec [
|
|||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
{ #category : #baselines }
|
||||||
|
ConfigurationOfGrafoscopio >> baseline08: spec [
|
||||||
|
<version: '0.8-baseline'>
|
||||||
|
|
||||||
|
spec for: #'common' do: [
|
||||||
|
spec blessing: #'baseline'.
|
||||||
|
spec repository: 'http://smalltalkhub.com/Offray/Grafoscopio'.
|
||||||
|
spec
|
||||||
|
project: 'Dataviz' with: [
|
||||||
|
spec
|
||||||
|
className: #ConfigurationOfDataviz;
|
||||||
|
versionString: '2.1';
|
||||||
|
repository: 'http://smalltalkhub.com/mc/Offray/Dataviz/main/' ];
|
||||||
|
project: 'Roassal2' with: [
|
||||||
|
spec
|
||||||
|
className: #ConfigurationOfRoassal2;
|
||||||
|
versionString: '1.38';
|
||||||
|
repository: 'http://smalltalkhub.com/mc/ObjectProfile/Roassal2/main/' ];
|
||||||
|
project: 'Ston' with: [
|
||||||
|
spec
|
||||||
|
className: #ConfigurationOfSton;
|
||||||
|
versionString: #'bleedingEdge';
|
||||||
|
repository: 'http://ss3.gemstone.com/ss/STON' ].
|
||||||
|
spec
|
||||||
|
package: #Grafoscopio with: [
|
||||||
|
spec requires: #('Spec-Glamour' ). ];
|
||||||
|
package: 'Spec-Glamour'.
|
||||||
|
spec
|
||||||
|
group: 'Core' with: #('Grafoscopio' 'Roassal2' );
|
||||||
|
group: 'Extended' with: #('Core' 'Dataviz' ). ].
|
||||||
|
|
||||||
|
]
|
||||||
|
|
||||||
{ #category : #baselines }
|
{ #category : #baselines }
|
||||||
ConfigurationOfGrafoscopio >> baseline1_0: spec [
|
ConfigurationOfGrafoscopio >> baseline1_0: spec [
|
||||||
<version: '1.0-baseline'>
|
<version: '1.0-baseline'>
|
||||||
@ -307,7 +340,7 @@ ConfigurationOfGrafoscopio >> customProjectAttributes [
|
|||||||
ConfigurationOfGrafoscopio >> development: spec [
|
ConfigurationOfGrafoscopio >> development: spec [
|
||||||
<symbolicVersion: #'development'>
|
<symbolicVersion: #'development'>
|
||||||
|
|
||||||
spec for: #'common' version: '0.7-baseline'.
|
spec for: #'common' version: '0.8-baseline'.
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -333,7 +366,7 @@ ConfigurationOfGrafoscopio >> project [
|
|||||||
ConfigurationOfGrafoscopio >> stable: spec [
|
ConfigurationOfGrafoscopio >> stable: spec [
|
||||||
<symbolicVersion: #'stable'>
|
<symbolicVersion: #'stable'>
|
||||||
|
|
||||||
spec for: #'common' version: '1.1'.
|
spec for: #'common' version: '1.3'.
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -472,17 +505,77 @@ ConfigurationOfGrafoscopio >> version09: spec [
|
|||||||
|
|
||||||
{ #category : #versions }
|
{ #category : #versions }
|
||||||
ConfigurationOfGrafoscopio >> version11: spec [
|
ConfigurationOfGrafoscopio >> version11: spec [
|
||||||
<version: '1.1' imports: #('0.7-baseline' )>
|
<version: '1.1' imports: #('1.0-baseline' )>
|
||||||
|
|
||||||
spec for: #'common' do: [
|
spec for: #'common' do: [
|
||||||
spec blessing: #'stable'.
|
spec blessing: #'stable'.
|
||||||
spec description: 'New GUI with Spec-Glamor bridge integration.'.
|
spec description: 'New GUI with Spec-Glamor bridge integration: read & write notebooks'.
|
||||||
spec author: 'OffrayLuna'.
|
spec author: 'OffrayLuna'.
|
||||||
spec timestamp: '9/20/2016 17:46'.
|
spec timestamp: '9/21/2016 8:01'.
|
||||||
spec
|
spec
|
||||||
project: 'Ston' with: '0.19';
|
project: 'Ston' with: '0.19';
|
||||||
project: 'Roassal2' with: '1.35'.
|
project: 'Roassal2' with: '1.35';
|
||||||
spec package: #Grafoscopio with: 'Grafoscopio-OffrayLuna.215'. ].
|
project: 'Dataviz' with: '1.0'.
|
||||||
|
spec
|
||||||
|
package: #Grafoscopio with: 'Grafoscopio-OffrayLuna.215';
|
||||||
|
package: 'Spec-Glamour' with: 'Spec-Glamour-johanfabry.2'. ].
|
||||||
|
|
||||||
|
]
|
||||||
|
|
||||||
|
{ #category : #versions }
|
||||||
|
ConfigurationOfGrafoscopio >> version12: spec [
|
||||||
|
<version: '1.2' imports: #('0.8-baseline' )>
|
||||||
|
|
||||||
|
spec for: #'common' do: [
|
||||||
|
spec blessing: #'development'.
|
||||||
|
spec description: 'version 1.2'.
|
||||||
|
spec author: 'OffrayLuna'.
|
||||||
|
spec timestamp: '10/18/2016 18:18'.
|
||||||
|
spec
|
||||||
|
project: 'Dataviz' with: '2.1';
|
||||||
|
project: 'Roassal2' with: '1.38';
|
||||||
|
project: 'Ston' with: #'bleedingEdge'.
|
||||||
|
spec
|
||||||
|
package: #Grafoscopio with: 'Grafoscopio-OffrayLuna.235';
|
||||||
|
package: 'Spec-Glamour' with: 'Spec-Glamour-johanfabry.2'. ].
|
||||||
|
|
||||||
|
]
|
||||||
|
|
||||||
|
{ #category : #versions }
|
||||||
|
ConfigurationOfGrafoscopio >> version13: spec [
|
||||||
|
<version: '1.3' imports: #('0.8-baseline' )>
|
||||||
|
|
||||||
|
spec for: #'common' do: [
|
||||||
|
spec blessing: #'stable'.
|
||||||
|
spec description: 'version 1.3'.
|
||||||
|
spec author: 'Anonymous'.
|
||||||
|
spec timestamp: '10/18/2016 18:34'.
|
||||||
|
spec
|
||||||
|
project: 'Dataviz' with: '2.1';
|
||||||
|
project: 'Roassal2' with: '1.38';
|
||||||
|
project: 'Ston' with: '0.3-baseline'.
|
||||||
|
spec
|
||||||
|
package: #Grafoscopio with: 'Grafoscopio-OffrayLuna.215';
|
||||||
|
package: 'Spec-Glamour' with: 'Spec-Glamour-johanfabry.2'. ].
|
||||||
|
|
||||||
|
]
|
||||||
|
|
||||||
|
{ #category : #versions }
|
||||||
|
ConfigurationOfGrafoscopio >> version13_1: spec [
|
||||||
|
<version: '1.3.1' imports: #('0.8-baseline' )>
|
||||||
|
|
||||||
|
spec for: #'common' do: [
|
||||||
|
spec blessing: #'stable'.
|
||||||
|
spec description: 'version 1.3'.
|
||||||
|
spec author: 'Anonymous'.
|
||||||
|
spec timestamp: '10/18/2016 19:47'.
|
||||||
|
spec
|
||||||
|
project: 'Dataviz' with: '2.2';
|
||||||
|
project: 'Roassal2' with: '1.38';
|
||||||
|
project: 'Ston' with: '0.3-baseline'.
|
||||||
|
spec
|
||||||
|
package: #Grafoscopio with: 'Grafoscopio-OffrayLuna.234';
|
||||||
|
package: 'Spec-Glamour' with: 'Spec-Glamour-johanfabry.2'. ].
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user