Skip to content

Commit

Permalink
Merge pull request #7 from JanBliznicenko/master
Browse files Browse the repository at this point in the history
Updated dependencies, added XML tag
  • Loading branch information
astares authored Oct 30, 2023
2 parents c063098 + a110087 commit ac40bfb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .project
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
'srcDirectory' : 'src'
'srcDirectory' : 'src',
'tags' : [ #'XML' ]
}
4 changes: 2 additions & 2 deletions src/BaselineOfXPath/BaselineOfXPath.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ BaselineOfXPath >> xmlParserOn: spec [
with: [
spec
loads: #('Core');
repository: 'github://pharo-contributions/XML-XMLParser:3.5.x/src' ].
repository: 'github://pharo-contributions/XML-XMLParser:v3.6.0/src' ].

spec
project: 'XMLParser Tests' copyFrom: 'XMLParser' with: [ spec loads: #('Tests') ];
Expand All @@ -63,7 +63,7 @@ BaselineOfXPath >> xmlWriterOn: spec [
with: [
spec
loads: #('Core');
repository: 'github://pharo-contributions/XML-XMLWriter:2.9.x/src' ].
repository: 'github://pharo-contributions/XML-XMLWriter:v3.1.0/src' ].

spec
project: 'XMLWriter Tests' copyFrom: 'XMLWriter' with: [ spec loads: #('Tests') ];
Expand Down

0 comments on commit ac40bfb

Please sign in to comment.