From c3ab05c711a0a79dc64f0a10855a13cab644f754 Mon Sep 17 00:00:00 2001 From: Jan Bliznicenko Date: Tue, 7 May 2024 15:05:03 +0200 Subject: [PATCH] updated dependencies --- .../BaselineOfOpenPonk.class.st | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/repository/BaselineOfOpenPonk/BaselineOfOpenPonk.class.st b/repository/BaselineOfOpenPonk/BaselineOfOpenPonk.class.st index 269a6283..6d22e191 100644 --- a/repository/BaselineOfOpenPonk/BaselineOfOpenPonk.class.st +++ b/repository/BaselineOfOpenPonk/BaselineOfOpenPonk.class.st @@ -36,11 +36,11 @@ BaselineOfOpenPonk >> externalProjectsBaseline: spec [ spec baseline: 'XPath' with: [ - spec repository: 'github://pharo-contributions/XML-XPath:c063098' ]. + spec repository: 'github://JanBliznicenko/XML-XPath:spec2' ]. spec baseline: 'Magritte' with: [ spec - repository: 'github://magritte-metamodel/magritte:b24afda'; + repository: 'github://magritte-metamodel/magritte:13d01b7'; loads: #( Core 'Magritte-Morph' ) ]. spec @@ -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 } @@ -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 [