Skip to content

Commit

Permalink
Load full XPath
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Nov 2, 2023
1 parent 13dd398 commit ce742c9
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions repository/BaselineOfOpenPonk/BaselineOfOpenPonk.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ BaselineOfOpenPonk >> baseline: spec [
with: [ spec requires: #( 'Roassal' 'RoassalExporters' ) ];
package: 'OpenPonk-Core' with: [
spec requires:
#( 'Magritte' 'Mocketry' 'XMLParser' 'XPath' 'NeoJSON' 'OpenPonk-Roassal' ) ];
#( 'Magritte' 'Mocketry' 'XPath' 'NeoJSON' 'OpenPonk-Roassal' ) ];
package: 'OpenPonk-Morphic';
package: 'OpenPonk-Spec' with: [
spec requires:
Expand All @@ -33,15 +33,10 @@ BaselineOfOpenPonk >> baseline: spec [
{ #category : #baselines }
BaselineOfOpenPonk >> externalProjectsBaseline: spec [

spec baseline: 'XMLParser' with: [
spec
repository: 'github://pharo-contributions/XML-XMLParser:3.5.x';
loads: #( Core ) ].

spec baseline: 'XPath' with: [
spec
repository: 'github://pharo-contributions/XML-XPath:c063098';
loads: #( Core ) ].
spec
baseline: 'XPath'
with: [
spec repository: 'github://pharo-contributions/XML-XPath:c063098' ].

spec baseline: 'Magritte' with: [
spec
Expand Down

0 comments on commit ce742c9

Please sign in to comment.