Skip to content

Commit

Permalink
clean baseline
Browse files Browse the repository at this point in the history
fix dependency to Carrefour and FAST-Java
  • Loading branch information
badetitou committed Dec 12, 2023
1 parent f4e3162 commit eabb9de
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/BaselineOfCasino/BaselineOfCasino.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ BaselineOfCasino >> defineDependencies: spec [
spec baseline: 'FASTJava' with: [
spec
loads: #( 'smacc' 'visitor' );
repository: 'github://moosetechnology/FAST-Java:v3/src' ].
repository: 'github://moosetechnology/FAST-Java:v3.0.2/src' ].
spec
baseline: 'XMLParser'
with: [
Expand All @@ -94,7 +94,7 @@ BaselineOfCasino >> defineDependencies: spec [
'github://TelescopeSt/TelescopeCytoscape:v2.x.x/src' ].
spec
baseline: 'Carrefour'
with: [ spec repository: 'github://moosetechnology/Carrefour:v4/src' ].
with: [ spec repository: 'github://moosetechnology/Carrefour:v4.0.2/src' ].
spec
baseline: 'MoreLogger'
with: [ spec repository: 'github://badetitou/MoreLogger:main/src' ].
Expand Down Expand Up @@ -198,8 +198,7 @@ BaselineOfCasino >> definePackages: spec [
package: 'Casino-Model-CoreWeb-Exporter' with: [ spec requires: #('Casino-Model-Exporter-Angular') ];
package: 'Casino-Model-CoreWeb-Exporter-Tests' with: [ spec requires: #('Casino-Model-CoreWeb-Exporter') ];
package: 'Casino-Model-CoreWeb-Importer' with: [ spec requires: #('XMLParser' 'Casino-Model-CoreWeb' 'Casino-Model-Importer-Java') ];
package: 'Casino-Model-CoreWeb-Importer-Tests' with: [ spec requires: #('Casino-Model-CoreWeb-Importer' 'Casino-Model-Importer-Java-Tests') ];
package: 'CSN-UIFASTBinding' with: [ spec requires: #('Casino-Model' 'FASTJava') ].
package: 'Casino-Model-CoreWeb-Importer-Tests' with: [ spec requires: #('Casino-Model-CoreWeb-Importer' 'Casino-Model-Importer-Java-Tests') ].
"models"
self defineBehaviorPackages: spec.
self defineBusinessPackages: spec
Expand Down

0 comments on commit eabb9de

Please sign in to comment.