Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions repository/BaselineOfMagritte3.package/.filetree
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"noMethodMetaData" : true,
"separateMethodMetaAndSource" : false,
"useCypressPropertiesFile" : true }
"noMethodMetaData" : true,
"useCypressPropertiesFile" : true
}
Original file line number Diff line number Diff line change
@@ -1,109 +1,47 @@
baseline
baseline: spec
<baseline>
spec
for: #'common'
do: [
spec
package: 'Magritte-Model' with: [ spec requires: #('Grease') ];
package: 'Magritte-Tests-Model'
with: [ spec requires: #('Magritte-Model') ];
package: 'Magritte-Seaside'
with: [ spec requires: #('Magritte-Model' 'Seaside3') ];
package: 'Magritte-Deprecated'
with: [ spec requires: #('Magritte-Model') ];
yourself.
spec
group: 'default' with: #('Core');
group: 'Core' with: #('Magritte-Model');
group: 'Tests' with: #('Magritte-Tests-Model');
group: 'Seaside' with: #('Magritte-Seaside');
group: 'CI' with: #('Seaside' 'Tests');
group: 'Deprecated' with: #('Magritte-Deprecated') ];
yourself.
spec
for: #'squeakCommon'
do: [
spec
project: 'Grease'
with: [
spec
className: 'ConfigurationOfGrease';
versionString: #'stable';
loads: #('Core');
repository:
'http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main' ];
project: 'Seaside3'
with: [
"note: we do not want to depend on Zinc, since this is not present in Squeak. Currently no adapter is loaded"
spec
className: 'ConfigurationOfSeaside3';
versionString: #'stable';
loads: #('Core' 'Javascript' 'RSS' 'Filesystem' 'Welcome');
repository:
'http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main' ];
yourself.
spec
package: 'Magritte-Tests-Model'
with: [ spec includes: #('Magritte-Tests-Pharo-Model') ];
package: 'Magritte-Seaside'
with: [ spec includes: #('Magritte-Pharo-Seaside') ];
package: 'Magritte-Pharo-Seaside'
with: [ spec requires: #('Magritte-Seaside') ];
package: 'Magritte-Morph' with: [ spec requires: #('Magritte-Model') ];
package: 'Magritte-Pharo-Tools'
with: [ spec requires: #('Magritte-Deprecated') ];
yourself.
spec
group: 'Tools' with: #('Magritte-Pharo-Tools');
group: 'Morphic' with: #('Magritte-Morph');
yourself ].
spec
for: #'squeak'
do: [
spec
package: 'Magritte-Pharo-Model';
yourself ].
spec
for: #(#'pharo3.x' #'pharo4.x' #'pharo5.x')
do: [
spec
package: 'Magritte-Pharo3-Model'
with: [ spec requires: #('Magritte-Model') ];
package: 'Magritte-Tests-Pharo-Model'
with: [ spec requires: #('Magritte-Pharo3-Model') ];
package: 'Magritte-Model'
with: [ spec includes: #('Magritte-Pharo3-Model') ];
package: 'Magritte-Pharo-Model' with: 'Magritte-Pharo3-Model' ].
spec
for: #(#'pharo4.x' #'pharo5.x')
do: [ spec package: 'Magritte-GT' with: 'Magritte-GT' ].
spec
for: #'gemstone'
do: [
spec
baseline: 'Grease'
with: [
spec
loads: #('Core');
repository: 'github://GsDevKit/Grease:master/repository' ];
baseline: 'Seaside3'
with: [
spec
loads: #('Core' 'Javascript' 'RSS' 'Filesystem' 'Welcome');
repository: 'github://GsDevKit/Seaside31:gs_master/repository' ];
yourself.
spec
package: 'Magritte-Model'
with: [ spec includes: #('Magritte-GemStone-Model') ];
package: 'Magritte-Tests-Model'
with: [ spec includes: #('Magritte-Tests-GemStone-Model') ];
package: 'Magritte-Seaside'
with: [ spec includes: #('Magritte-GemStone-Seaside') ];
package: 'Magritte-GemStone-Model'
with: [ spec requires: #('Magritte-Model') ];
package: 'Magritte-Tests-GemStone-Model'
with: [ spec requires: #('Magritte-GemStone-Model') ];
package: 'Magritte-GemStone-Seaside'
with: [ spec requires: #('Magritte-Seaside') ];
yourself ]

<baseline>
spec
for: #gemstone do: [
spec
baseline: 'Grease' with: [
spec
loads: #( 'Grease-Core' );
repository: 'github://GsDevKit/Grease:master/repository' ];
baseline: 'Seaside3'
with: [ "note: we do not want to depend on Zinc, since this is not present in Squeak. Currently no adapter is loaded"
spec
repository: 'github://SeasideSt/Seaside:master/repository';
loads: #( 'Core' 'Javascript' 'RSS' 'Filesystem' 'Welcome' ) ];
yourself.
spec
package: 'Magritte-Model' with: [
spec
requires: #( 'Grease' );
includes: #( 'Magritte-GemStone-Model' ) ];
package: 'Magritte-Tests-Model' with: [
spec
requires: #( 'Magritte-Model' );
includes: #( 'Magritte-Tests-GemStone-Model' ) ];
package: 'Magritte-Seaside' with: [
spec
requires: #( 'Magritte-Model' 'Seaside3' );
includes: #( 'Magritte-GemStone-Seaside' ) ];
package: 'Magritte-Deprecated'
with: [ spec requires: #( 'Magritte-Model' ) ];
package: 'Magritte-GemStone-Model'
with: [ spec requires: #( 'Magritte-Model' ) ];
package: 'Magritte-Tests-GemStone-Model'
with: [ spec requires: #( 'Magritte-GemStone-Model' ) ];
package: 'Magritte-GemStone-Seaside'
with: [ spec requires: #( 'Magritte-Seaside' ) ];
yourself.
spec
group: 'default' with: #( 'Core' );
group: 'Core' with: #( 'Magritte-Model' );
group: 'Tests' with: #( 'Magritte-Tests-Model' );
group: 'Seaside' with: #( 'Magritte-Seaside' );
group: 'CI' with: #( 'Seaside' 'Tests' );
group: 'Deprecated' with: #( 'Magritte-Deprecated' ) ];
yourself
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"class" : {
},
"instance" : {
"baseline:" : "dkh 12/11/2015 15:10" } }
"baseline:" : "PaulDeBruicker 11/26/2024 07:45"
},
"class" : { }
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
"category" : "BaselineOfMagritte3",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"instvars" : [
],
"name" : "BaselineOfMagritte3",
"pools" : [
],
"super" : "BaselineOf",
"type" : "normal" }
"category" : "BaselineOfMagritte3",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"name" : "BaselineOfMagritte3",
"type" : "normal"
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SystemOrganization addCategory: #'BaselineOfMagritte3'!
SystemOrganization addCategory: #BaselineOfMagritte3!
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(name 'BaselineOfMagritte3-dkh.5' message 'start syncing with 3.3.2 Magritte-GT-SeanDeNigris.3 - Add editable form presenter, but only show for objects with magritte descriptions - Disable older read-only Magritte presenterConfigurationOfMagritte3>>version332: In-place fix add: pharo 5, StephanEggermont 2015-7-12' id 'e94f276b-1979-4682-92b8-4884a122d345' date '12/11/2015' time '15:18:54' author 'dkh' ancestors ((name 'BaselineOfMagritte3-dkh.4' message 'sync with Magritte 3.3.0: remove pharo5.x platform add Magritte-GT-SeanDeNigris.1 for pharo4.0 (GT-Inspector presentation which lists an Object''s Magritte model) add a tode script' id '1df50c5d-9d4e-485c-83b6-d0314e91062c' date '12/10/2015' time '17:11:16' author 'dkh' ancestors ((name 'BaselineOfMagritte3-dkh.3' message 'add CI group for travis-ci' id 'a7dd0471-781c-4088-a6a1-4ee5efd935bd' date '12/04/2015' time '15:03:19' author 'dkh' ancestors ((name 'BaselineOfMagritte3-dkh.2' message 'fix a baseline issue' id '95f1621b-f019-41bc-afa8-4ab60c46a531' date '12/04/2015' time '14:50:23' author 'dkh' ancestors ((name 'BaselineOfMagritte3-dkh.1' message 'inital baseline ... Magritte3.2' id 'e55311b1-3333-40aa-ad73-a51c1c29b992' date '12/04/2015' time '14:37:00' author 'dkh' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())
(name 'BaselineOfMagritte3-PaulDeBruicker.6' message 'Strip out squeak and pharo things as they should be loading from https://github.com/magritte-metamodel/magritte' id '25828f80-34e4-0d00-ab4e-b4c00b624840' date '26 November 2024' time '7:47:23.560706 am' author 'PaulDeBruicker' ancestors ((name 'BaselineOfMagritte3-dkh.5' message 'start syncing with 3.3.2 Magritte-GT-SeanDeNigris.3 - Add editable form presenter, but only show for objects with magritte descriptions - Disable older read-only Magritte presenterConfigurationOfMagritte3>>version332: In-place fix add: pharo 5, StephanEggermont 2015-7-12' id 'e94f276b-1979-4682-92b8-4884a122d345' date '11 December 2015' time '3:18:54 pm' author 'dkh' ancestors ((name 'BaselineOfMagritte3-dkh.4' message 'sync with Magritte 3.3.0: remove pharo5.x platform add Magritte-GT-SeanDeNigris.1 for pharo4.0 (GT-Inspector presentation which lists an Object''s Magritte model) add a tode script' id '1df50c5d-9d4e-485c-83b6-d0314e91062c' date '10 December 2015' time '5:11:16 pm' author 'dkh' ancestors ((name 'BaselineOfMagritte3-dkh.3' message 'add CI group for travis-ci' id 'a7dd0471-781c-4088-a6a1-4ee5efd935bd' date '4 December 2015' time '3:03:19 pm' author 'dkh' ancestors ((name 'BaselineOfMagritte3-dkh.2' message 'fix a baseline issue' id '95f1621b-f019-41bc-afa8-4ab60c46a531' date '4 December 2015' time '2:50:23 pm' author 'dkh' ancestors ((name 'BaselineOfMagritte3-dkh.1' message 'inital baseline ... Magritte3.2' id 'e55311b1-3333-40aa-ad73-a51c1c29b992' date '4 December 2015' time '2:37 pm' author 'dkh' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())
Expand Down
3 changes: 1 addition & 2 deletions repository/BaselineOfMagritte3.package/properties.json
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
{
}
{ }