@@ -57,24 +57,16 @@ BaselineOfFASTJava >> defineDependencies: spec [
5757BaselineOfFASTJava >> defineGroups: spec [
5858
5959 spec
60- group: ' core'
61- with:
62- #( 'FAST-Java-Model' 'FAST-Java-Model-Extension' 'FAST-Java-Model-Generator' ) ;
63- group: ' tools'
64- with: #( 'visitor' 'FAST-Java-Tools' 'FAST-Java-Tools-Tests' ) ;
65- group: ' smacc' with: #( 'core' 'SmaCC' 'FAST-Java-SmaCC-Importer'
66- 'FAST-Java-SmaCC-Importer-Tests' ) ;
60+ group: ' core' with: #( 'FAST-Java-Model' 'FAST-Java-Model-Extension' 'FAST-Java-Model-Generator' ) ;
61+ group: ' tools' with: #( 'visitor' 'FAST-Java-Tools' 'FAST-Java-Tools-Tests' ) ;
62+ group: ' smacc' with: #( 'core' 'SmaCC' 'FAST-Java-SmaCC-Importer' 'FAST-Java-SmaCC-Importer-Tests' ) ;
6763 group: ' visitor' with: #( 'core' 'FAST-Java-Visitor' ) ;
6864 group: ' highlighter' with: #( 'core' 'FAST-Java-Highlighter' ) ;
6965 group: ' all' with: #( 'smacc' 'visitor' 'highlighter' 'tools' ) ;
7066 group: ' default' with: #( 'core' ) .
7167
72- spec for: #NeedsMoose do: [
73- spec
74- group: ' smacc'
75- with: #( 'core' 'SmaCC' 'FAST-Java-SmaCC-Importer'
76- 'FAST-Java-SmaCC-Importer-Tests'
77- 'TinyLogger' ) ]
68+ spec for: #NeedsMoose do: [ spec group: ' smacc' with: #( 'core' 'SmaCC' 'FAST-Java-SmaCC-Importer' 'FAST-Java-SmaCC-Importer-Tests'
69+ 'TinyLogger' ) ]
7870]
7971
8072{ #category : ' baselines' }
@@ -83,25 +75,17 @@ BaselineOfFASTJava >> definePackages: spec [
8375 spec
8476 package: ' FAST-Java-Model' with: [ spec requires: #( 'FAST' ) ];
8577 package: ' FAST-Java-Model-Generator' ;
86- package: ' FAST-Java-Model-Extension'
87- with: [ spec requires: #( 'FAST-Java-Model' ) ];
78+ package: ' FAST-Java-Model-Extension' with: [ spec requires: #( 'FAST-Java-Model' ) ];
8879 package: ' FAST-Java-SmaCC-Importer' ;
89- package: ' FAST-Java-SmaCC-Importer-Tests'
90- with: [ spec requires: #( 'FAST-Java-SmaCC-Importer' ) ];
91- package: ' FAST-Java-Visitor'
92- with: [ spec requires: #( 'FAST-Java-Model' ) ];
93- package: ' FAST-Java-Highlighter'
94- with: [ spec requires: #( 'FAST-Java-Model' ) ].
80+ package: ' FAST-Java-SmaCC-Importer-Tests' with: [ spec requires: #( 'FAST-Java-SmaCC-Importer' ) ];
81+ package: ' FAST-Java-Visitor' with: [ spec requires: #( 'FAST-Java-Model' ) ];
82+ package: ' FAST-Java-Highlighter' with: [ spec requires: #( 'FAST-Java-Model' 'FASTTool' ) ].
83+
9584 " Tools"
9685 spec
97- package: ' FAST-Java-Tools'
98- with: [ spec requires: #( 'FAST-Java-Visitor' 'FASTTool' ) ];
99- package: ' FAST-Java-Tools-Tests'
100- with: [ spec requires: #( 'FAST-Java-Tools' ) ].
101-
86+ package: ' FAST-Java-Tools' with: [ spec requires: #( 'FAST-Java-Visitor' 'FASTTool' ) ];
87+ package: ' FAST-Java-Tools-Tests' with: [ spec requires: #( 'FAST-Java-Tools' ) ].
88+
10289 " In case of no Famix loaded"
103- spec for: #NeedsMoose do: [
104- spec
105- package: ' FAST-Java-Model'
106- with: [ spec requires: #( 'FAST' 'Famix' ) ] ]
90+ spec for: #NeedsMoose do: [ spec package: ' FAST-Java-Model' with: [ spec requires: #( 'FAST' 'Famix' ) ] ]
10791]
0 commit comments