Skip to content

Commit

Permalink
Reference PetitParser2 baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
Hernán Morales Durand committed Sep 3, 2023
1 parent 625687c commit 6b265c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ BaselineOfBioSmalltalk >> baselinePackages: spec [
package: 'BioSoftwareCatalog' with: [ spec requires: #('BioTools' ). ];
package: 'BioSupport' with: [ spec requires: #('BioTools'). ];
package: 'BioTools' with: [ spec
requires: #('CommonUtils' 'StringExtensions' 'PetitParser' 'PolyMath' 'XMLParser' 'XMLPullParser');
requires: #('CommonUtils' 'StringExtensions' 'PetitParser2Core' 'PolyMath' 'XMLParser' 'XMLPullParser');
includes: #('BioPharoCommon') ];
package: 'BioToolsSamples' with: [ spec requires: #('BioTools' 'BioEntrez' 'BioParsers' ). ];
package: 'BioTools-Tests' with: [ spec requires: #('BioTools' ). ];
Expand Down

0 comments on commit 6b265c2

Please sign in to comment.