Skip to content

Commit

Permalink
Install Squot via Metacello inside .sar instead of bundling Squot wit…
Browse files Browse the repository at this point in the history
…h it
  • Loading branch information
MariusDoe committed Jun 24, 2024
1 parent 174f246 commit d32aa83
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 39 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"class" : {
"classDependencies" : "mad 1/11/2024 21:53",
"extensionMethodCategoryDependencies" : "mad 1/11/2024 22:45" },
},
"instance" : {
"assetAt:" : "mad 1/9/2024 20:26",
"assetAt:put:" : "mad 1/9/2024 20:26",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
sar
addAssetLoaderClassToSar: aSarBuilder
| fileOutPath |
fileOutPath := self class package name, '.st'.
aSarBuilder
addString: self fileOutAssetLoaderClass at: fileOutPath;
addPreambleLine: ('self fileInMemberNamed: {1}.' format: {fileOutPath printString}).
aSarBuilder addPreambleLine: 'Metacello new baseline: ''Squot''; repository: ''github://hpi-swa/Squot:mapper/src''; get; load.'.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"validEncodings" : "mad 9/20/2023 18:41" },
"instance" : {
"=" : "mad 9/20/2023 18:59",
"addAssetLoaderClassToSar:" : "mad 1/11/2024 22:36",
"addAssetLoaderClassToSar:" : "mad 6/24/2024 12:21",
"addAssetLoaderFileLine:toSar:" : "mad 1/9/2024 18:38",
"addAssetLoaderFileToSar:" : "mad 1/11/2024 22:28",
"addToSar:" : "mad 1/11/2024 21:19",
Expand All @@ -35,7 +35,6 @@
"encoding" : "mad 9/20/2023 18:39",
"encoding:" : "mad 9/20/2023 18:43",
"encodingName" : "mad 9/20/2023 19:02",
"fileOutAssetLoaderClass" : "mad 1/11/2024 22:26",
"hash" : "mad 9/20/2023 18:59",
"importPriority" : "mad 4/22/2024 16:43",
"initialize" : "mad 9/20/2023 18:55",
Expand Down

0 comments on commit d32aa83

Please sign in to comment.