-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #261: Rowan is now writing out class properties in canonical fo…
…rmat for filetree [ci skip]
1 parent
ebd9138
commit d9b504d
Showing
3 changed files
with
29 additions
and
8 deletions.
There are no files selected for viewing
13 changes: 9 additions & 4 deletions
13
.../rowan/src/gsdevkit_launcher-Scripts.package/GdkL_CopyScriptClasses.class/properties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
{ | ||
"category" : "gsdevkit_launcher-Scripts", | ||
"classinstvars" : [ | ||
], | ||
"classvars" : [ | ||
], | ||
"commentStamp" : "", | ||
"instvars" : [ | ||
"write" | ||
], | ||
"write" ], | ||
"name" : "GdkL_CopyScriptClasses", | ||
"pools" : [ | ||
], | ||
"super" : "AbstractGsDevKitProgram", | ||
"type" : "normal" | ||
} | ||
"type" : "normal" } |
12 changes: 10 additions & 2 deletions
12
...Kit_launcher/rowan/src/gsdevkit_launcher-Scripts.package/GdkL_Error.class/properties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,14 @@ | ||
{ | ||
"category" : "gsdevkit_launcher-Scripts", | ||
"classinstvars" : [ | ||
], | ||
"classvars" : [ | ||
], | ||
"commentStamp" : "", | ||
"instvars" : [ | ||
], | ||
"name" : "GdkL_Error", | ||
"pools" : [ | ||
], | ||
"super" : "AbstractGsDevKitProgram", | ||
"type" : "normal" | ||
} | ||
"type" : "normal" } |
12 changes: 10 additions & 2 deletions
12
...Kit_launcher/rowan/src/gsdevkit_launcher-Scripts.package/GdkL_Hello.class/properties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,14 @@ | ||
{ | ||
"category" : "gsdevkit_launcher-Scripts", | ||
"classinstvars" : [ | ||
], | ||
"classvars" : [ | ||
], | ||
"commentStamp" : "", | ||
"instvars" : [ | ||
], | ||
"name" : "GdkL_Hello", | ||
"pools" : [ | ||
], | ||
"super" : "AbstractGsDevKitProgram", | ||
"type" : "normal" | ||
} | ||
"type" : "normal" } |