Skip to content

Commit 36d3478

Browse files
committed
Issue #261: restore the monticello.meta dirs ... canonical class def order [ci skip]
1 parent 162c644 commit 36d3478

File tree

12 files changed

+35
-10
lines changed

12 files changed

+35
-10
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SystemOrganization addCategory: #'BaselineOfGsDevKit_launcher'!

shared/repos/GsDevKit_launcher/rowan/src/BaselineOfGsDevKit_launcher.package/monticello.meta/initializers.st

Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
(name 'BaselineOfGsDevKit_launcher')

shared/repos/GsDevKit_launcher/rowan/src/gsdevkit_launcher-Program-Rowan.package/monticello.meta/initializers.st

Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
(name 'gsdevkit_launcher-Program-Rowan')
Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
{
22
"category" : "gsdevkit_launcher-Scripts",
3+
"classinstvars" : [
4+
],
5+
"classvars" : [
6+
],
7+
"commentStamp" : "",
38
"instvars" : [
4-
"write"
5-
],
9+
"write" ],
610
"name" : "GdkL_CopyScriptClasses",
11+
"pools" : [
12+
],
713
"super" : "AbstractGsDevKitProgram",
8-
"type" : "normal"
9-
}
14+
"type" : "normal" }
Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
{
22
"category" : "gsdevkit_launcher-Scripts",
3+
"classinstvars" : [
4+
],
5+
"classvars" : [
6+
],
7+
"commentStamp" : "",
8+
"instvars" : [
9+
],
310
"name" : "GdkL_Error",
11+
"pools" : [
12+
],
413
"super" : "AbstractGsDevKitProgram",
5-
"type" : "normal"
6-
}
14+
"type" : "normal" }
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
main
22
main
3-
4-
^'hello world'
3+
^ 'howdy do world'
Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
{
22
"category" : "gsdevkit_launcher-Scripts",
3+
"classinstvars" : [
4+
],
5+
"classvars" : [
6+
],
7+
"commentStamp" : "",
8+
"instvars" : [
9+
],
310
"name" : "GdkL_Hello",
11+
"pools" : [
12+
],
413
"super" : "AbstractGsDevKitProgram",
5-
"type" : "normal"
6-
}
14+
"type" : "normal" }
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SystemOrganization addCategory: #'gsdevkit_launcher-Scripts'!

0 commit comments

Comments
 (0)