Skip to content

Commit 5862bfb

Browse files
committed
update packages/t2f2t to eliminate wired path add BaselineOfSuperDoit_GsDevKit as starting point for GsDevKit/GsDevKit_home#321 support
1 parent 6644fc3 commit 5862bfb

File tree

16 files changed

+104
-5
lines changed

16 files changed

+104
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"noMethodMetaData" : true,
3+
"separateMethodMetaAndSource" : false,
4+
"useCypressPropertiesFile" : true }

packages/filetree/BaselineOfSuperDoit_GsDevKit.package/BaselineOfSuperDoit_GsDevKit.class/README.md

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
baseline
2+
baseline: spec
3+
<baseline>
4+
spec
5+
for: #'common'
6+
do: [
7+
spec
8+
package: 'GsDevKit-Core';
9+
package: 'GsDevKit-Tests' with: [ spec requires: #('GsDevKit-Core') ];
10+
package: 'SuperDoit-Core'.
11+
spec
12+
group: 'default' with: #('GsDevKitTests');
13+
group: 'GsDevKit' with: #('GsDevKit-Core');
14+
group: 'GsDevKitTests' with: #('GsDevKit-Tests');
15+
group: 'SuperDoit' with: #('SuperDoit-Core') ].
16+
spec
17+
for: #'gs3.6.x'
18+
do: [
19+
spec package: 'SuperDoit-GemStone-Kernel36x'.
20+
spec group: 'GsDevKit' with: #('GsDevKit-Kernel36x') ].
21+
spec
22+
for: #(#'gs3.6.x' #'gs3.7.x')
23+
do: [
24+
spec package: 'SuperDoit-GemStone-Kernel'.
25+
spec group: 'GsDevKit' with: #('GsDevKit-Kernel') ]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
accessing
2+
project
3+
^ super project
4+
loadType: #'atomic';
5+
yourself
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"class" : {
3+
},
4+
"instance" : {
5+
"baseline:" : "jupiter 04/03/2021 13:58",
6+
"project" : " 03/15/2021 14:47:27" } }
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"category" : "BaselineOfSuperDoit_GsDevKit",
3+
"classinstvars" : [
4+
],
5+
"classvars" : [
6+
],
7+
"commentStamp" : "",
8+
"instvars" : [
9+
],
10+
"name" : "BaselineOfSuperDoit_GsDevKit",
11+
"pools" : [
12+
],
13+
"super" : "BaselineOf",
14+
"type" : "normal" }
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SystemOrganization addCategory: #'BaselineOfSuperDoit_GsDevKit'!

packages/filetree/BaselineOfSuperDoit_GsDevKit.package/monticello.meta/initializers.st

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
(name 'BaselineOfSuperDoit_GsDevKit')
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
(name 'BaselineOfSuperDoit_GsDevKit-jupiter.2' message 'add registry classes' id '6d3d42e5-73e7-43bf-91f9-61c5ae94141f' date '04/03/2021' time '14:01:00' author 'jupiter' ancestors ((name 'BaselineOfSuperDoit_GsDevKit-cypress.1' message 'fabricated from a Cypress format repository' id '041e7bb5-fca4-4a8a-917f-809abb5dda3d' date '03/24/2021' time '21:22:23' author '' ancestors () stepChildren ())) stepChildren ())
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{
2+
}

packages/t2f2t/specs/filetree.ston

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
RwLoadSpecificationV2 {
22
#specName : 'filetree',
33
#projectName : 't2f2tMeta',
4-
#diskUrl : 'file:///home/dhenrich/rogue/_homes/rogue/_issue_260/shared/repos/superDoit',
4+
#diskUrl : 'file:$GS_HOME//shared/gemstone/repos/superDoit',
55
#projectSpecFile : 'packages/t2f2t/filetree.ston',
66
#componentNames : [
77
'SuperDoit'
88
],
99
#comment : ''
10-
}
10+
}

packages/t2f2t/specs/tonel.ston

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
RwLoadSpecificationV2 {
22
#specName : 'tonel',
33
#projectName : 't2f2tMeta',
4-
#diskUrl : 'file:///home/dhenrich/rogue/_homes/rogue/_issue_260/shared/repos/superDoit',
4+
#diskUrl : 'file:$GS_HOME/shared/gemstone/repos/superDoit',
55
#projectSpecFile : 'packages/t2f2t/tonel.ston',
66
#componentNames : [
77
'SuperDoit'
88
],
99
#comment : ''
10-
}
10+
}

packages/t2f2t/tonel.ston

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ RwProjectSpecificationV2 {
88
#packageFormat : 'tonel',
99
#packageConvention : 'Monticello',
1010
#comment : ''
11-
}
11+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
Class {
2+
#name : 'BaselineOfSuperDoit_GsDevKit',
3+
#superclass : 'BaselineOf',
4+
#category : 'BaselineOfSuperDoit_GsDevKit'
5+
}
6+
7+
{ #category : 'baseline' }
8+
BaselineOfSuperDoit_GsDevKit >> baseline: spec [
9+
<baseline>
10+
spec
11+
for: #'common'
12+
do: [
13+
spec
14+
package: 'GsDevKit-Core';
15+
package: 'GsDevKit-Tests' with: [ spec requires: #('GsDevKit-Core') ];
16+
package: 'SuperDoit-Core'.
17+
spec
18+
group: 'default' with: #('GsDevKitTests');
19+
group: 'GsDevKit' with: #('GsDevKit-Core');
20+
group: 'GsDevKitTests' with: #('GsDevKit-Tests');
21+
group: 'SuperDoit' with: #('SuperDoit-Core') ].
22+
spec
23+
for: #'gs3.6.x'
24+
do: [
25+
spec package: 'SuperDoit-GemStone-Kernel36x'.
26+
spec group: 'GsDevKit' with: #('GsDevKit-Kernel36x') ].
27+
spec
28+
for: #(#'gs3.6.x' #'gs3.7.x')
29+
do: [
30+
spec package: 'SuperDoit-GemStone-Kernel'.
31+
spec group: 'GsDevKit' with: #('GsDevKit-Kernel') ]
32+
]
33+
34+
{ #category : 'accessing' }
35+
BaselineOfSuperDoit_GsDevKit >> project [
36+
^ super project
37+
loadType: #'atomic';
38+
yourself
39+
]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Package { #name : 'BaselineOfSuperDoit_GsDevKit' }

0 commit comments

Comments
 (0)