-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Install Squot via Metacello inside .sar instead of bundling Squot wit…
…h it
- Loading branch information
Showing
6 changed files
with
3 additions
and
39 deletions.
There are no files selected for viewing
11 changes: 0 additions & 11 deletions
11
src/Squot.package/GitStandaloneAssetLoader.class/class/classDependencies.st
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
...Squot.package/GitStandaloneAssetLoader.class/class/extensionMethodCategoryDependencies.st
This file was deleted.
Oops, something went wrong.
3 changes: 1 addition & 2 deletions
3
src/Squot.package/GitStandaloneAssetLoader.class/methodProperties.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
6 changes: 1 addition & 5 deletions
6
src/Squot.package/SquotAssetMapper.class/instance/addAssetLoaderClassToSar..st
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,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.'. |
16 changes: 0 additions & 16 deletions
16
src/Squot.package/SquotAssetMapper.class/instance/fileOutAssetLoaderClass.st
This file was deleted.
Oops, something went wrong.
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