Skip to content

Commit

Permalink
Added PetitParser dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Oct 26, 2023
1 parent d02c59f commit 47e6c1f
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ BaselineOfOntoUMLVerificationFramework >> baseline: spec [

<baseline>
spec for: #common do: [
spec baseline: 'PetitParser' with: [
spec
repository: 'github://moosetechnology/PetitParser:v3.x.x/src';
loads:
#( 'Core' 'Tests' 'Examples' 'Islands' 'Analyzer' 'Preprocessor'
'Indent' 'Extension' 'TestsExtension' 'Parser' ) ].
spec baseline: 'OntoUMLModelQuery-Plugin' with: [
spec
className: 'BaselineOfOntoUMLModelQuery';
Expand All @@ -22,7 +28,8 @@ BaselineOfOntoUMLVerificationFramework >> baseline: spec [
spec
group: 'plugin'
with:
#( 'OntoUMLModelQuery-Plugin' 'OntoUML-VerificationFramework' ).
#( 'PetitParser' 'OntoUMLModelQuery-Plugin'
'OntoUML-VerificationFramework' ).
spec
group: 'default'
with: #( OntoUMLModelQuery 'OntoUML-VerificationFramework' ) ]
Expand Down

0 comments on commit 47e6c1f

Please sign in to comment.