File tree Expand file tree Collapse file tree 2 files changed +14
-12
lines changed
Grease-Core.package/GRPackage.class/instance
Grease-Pharo100-Core.package/GRPackage.extension/class Expand file tree Collapse file tree 2 files changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,15 @@ resolveWith: aDictionary
1414 " try -Pharo70-"
1515 aDictionary at: (each copyReplaceAll: ' -Pharo-' with: ' -Pharo70-' ) ifAbsent: [
1616 " try -Pharo90-"
17- aDictionary at: (each copyReplaceAll: ' -Pharo-' with: ' -Pharo90-' ) ifAbsent: [
18- " try -Squeak-"
19- aDictionary at: (each copyReplaceAll: ' -Pharo-' with: ' -Squeak-' ) ifAbsent: [
20- " try -Squeak5-"
21- aDictionary at: (each copyReplaceAll: ' -Pharo-' with: ' -Squeak5-' ) ifAbsent: [
22- " try -Squeak6-"
23- aDictionary at: (each copyReplaceAll: ' -Pharo-' with: ' -Squeak6-' ) ifAbsent: [
24- " specific for Grease-Slime"
25- aDictionary at: (each copyReplaceAll: ' Grease-Pharo-Slime' with: ' Grease-Slime' ) ifAbsent: [
26- self error: self name printString , ' depends on unknown package ' , each printString ] ] ] ] ] ] ] ] ] ] ] ]
17+ aDictionary at: (each copyReplaceAll: ' -Pharo-' with: ' -Pharo90-' ) ifAbsent: [
18+ " try -Pharo100-"
19+ aDictionary at: (each copyReplaceAll: ' -Pharo-' with: ' -Pharo100-' ) ifAbsent: [
20+ " try -Squeak-"
21+ aDictionary at: (each copyReplaceAll: ' -Pharo-' with: ' -Squeak-' ) ifAbsent: [
22+ " try -Squeak5-"
23+ aDictionary at: (each copyReplaceAll: ' -Pharo-' with: ' -Squeak5-' ) ifAbsent: [
24+ " try -Squeak6-"
25+ aDictionary at: (each copyReplaceAll: ' -Pharo-' with: ' -Squeak6-' ) ifAbsent: [
26+ " specific for Grease-Slime"
27+ aDictionary at: (each copyReplaceAll: ' Grease-Pharo-Slime' with: ' Grease-Slime' ) ifAbsent: [
28+ self error: self name printString , ' depends on unknown package ' , each printString ] ] ] ] ] ] ] ] ] ] ] ] ]
Original file line number Diff line number Diff line change 11* Grease - Pharo100 - Core
2- greasePharo70Core
2+ greasePharo100Core
33 ^ self new
4- name: ' Grease-Pharo90 -Core' ;
4+ name: ' Grease-Pharo100 -Core' ;
55 addDependency: ' Grease-Core' ;
66 url: #greaseUrl ;
77 yourself
You can’t perform that action at this time.
0 commit comments