2022-04-01 22:24:39 +00:00
|
|
|
baselines
|
|
|
|
baseline: spec
|
|
|
|
<baseline>
|
|
|
|
spec
|
|
|
|
for: #common
|
|
|
|
do: [
|
|
|
|
"Dependencies"
|
|
|
|
self xmlParserHTML: spec.
|
2022-05-14 21:39:23 +00:00
|
|
|
self rssTools: spec.
|
|
|
|
self reStore: spec.
|
|
|
|
self roassal3Exporters: spec.
|
2022-04-01 22:24:39 +00:00
|
|
|
"Packages"
|
|
|
|
spec
|
|
|
|
package: 'Socialmetrica'
|
2022-05-14 21:39:23 +00:00
|
|
|
with: [ spec requires: #('XMLParserHTML' 'RSSTools' 'ReStore' 'Roassal3Exporters') ]
|
2022-04-01 22:24:39 +00:00
|
|
|
]
|