Skip to content

Commit

Permalink
Merge 5368d27
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrichau committed Jul 20, 2024
2 parents 1c7e4f2 + 5368d27 commit a88b909
Show file tree
Hide file tree
Showing 16 changed files with 34 additions and 50 deletions.
5 changes: 3 additions & 2 deletions repository/Parasol-GemStone.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,2 +1,3 @@
{
"name" : "Array" }
"name" : "Array"
}

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
"category" : "Parasol-GemStone",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"instvars" : [
],
"name" : "BPGemStonePlatform",
"pools" : [
],
"super" : "BPSmalltalkPlatform",
"type" : "normal" }
"category" : "Parasol-GemStone",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"name" : "BPGemStonePlatform",
"type" : "normal"
}
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
{
"name" : "ByteArray" }
"name" : "ByteArray"
}
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
{
"name" : "CharacterCollection" }
"name" : "CharacterCollection"
}
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
{
"name" : "Collection" }
"name" : "Collection"
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SystemOrganization addCategory: #'Parasol-GemStone'!
self packageOrganizer ensurePackage: #'Parasol-GemStone' withTags: #()!
3 changes: 1 addition & 2 deletions repository/Parasol-GemStone.package/properties.json
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
{
}
{ }
5 changes: 3 additions & 2 deletions repository/Parasol-Squeak.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
}

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
"category" : "Parasol-Squeak",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"instvars" : [
],
"name" : "BPSqueakPlatform",
"pools" : [
],
"super" : "BPSmalltalkPlatform",
"type" : "normal" }
"category" : "Parasol-Squeak",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"name" : "BPSqueakPlatform",
"type" : "normal"
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SystemOrganization addCategory: #'Parasol-Squeak'!
self packageOrganizer ensurePackage: #'Parasol-Squeak' withTags: #()!
3 changes: 1 addition & 2 deletions repository/Parasol-Squeak.package/properties.json
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
{
}
{ }

0 comments on commit a88b909

Please sign in to comment.