Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed May 7, 2024
1 parent 6ebf6de commit 576cdec
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions repository/BaselineOfOpenPonk/BaselineOfOpenPonk.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ BaselineOfOpenPonk >> externalProjectsBaseline: spec [
spec
baseline: 'XPath'
with: [
spec repository: 'github://pharo-contributions/XML-XPath:c063098' ].
spec repository: 'github://pharo-contributions/XML-XPath:2aa720c' ].

spec baseline: 'Magritte' with: [
spec
repository: 'github://magritte-metamodel/magritte:b24afda';
repository: 'github://JanBliznicenko/magritte:master';
loads: #( Core 'Magritte-Morph' ) ].

spec
Expand All @@ -49,19 +49,18 @@ BaselineOfOpenPonk >> externalProjectsBaseline: spec [

spec
baseline: 'NeoJSON'
with: [ spec repository: 'github://svenvc/NeoJSON:b05162a' ].
with: [ spec repository: 'github://svenvc/NeoJSON:17efabc' ].

spec baseline: 'Roassal' with: [
spec
repository: 'github://pharo-graphics/Roassal:b508334';
repository: 'github://pharo-graphics/Roassal:3af02a4';
loads: #Full;
preLoadDoIt: #removeOldRoassal3;
postLoadDoIt: #removeRoassalExplicitRequirements ].

spec
baseline: 'RoassalExporters'
with: [
spec repository: 'github://pharo-graphics/RoassalExporters:v1.01' ]
spec repository: 'github://pharo-graphics/RoassalExporters:v1.02' ]
]

{ #category : #baselines }
Expand Down Expand Up @@ -95,14 +94,6 @@ BaselineOfOpenPonk >> removeExplicitRequirementsFromPackage: aPackageName [
thenDo: #removeFromSystem ] ]
]

{ #category : #baselines }
BaselineOfOpenPonk >> removeOldRoassal3 [

(RPackageOrganizer default includesPackageNamed: 'Roassal3')
ifFalse: [ ^ self ].
#( Roassal3 Numeric ) do: [ :eachName | self removePackage: eachName ]
]

{ #category : #baselines }
BaselineOfOpenPonk >> removePackage: aPackageName [

Expand Down

0 comments on commit 576cdec

Please sign in to comment.