Modifying socialmetrica baseline.

This commit is contained in:
ruidajo 2022-06-09 10:18:49 -05:00
parent 8d9a66e012
commit dc446f2026
1 changed files with 3 additions and 3 deletions

View File

@ -8,11 +8,11 @@ baseline: spec
"self rssTools: spec." "<-- We need to fix the XMLWriter dependency."
self xmlParserHTML: spec.
self reStore: spec.
self roassal3Exporters: spec.
"self roassal3Exporters: spec."
self mustache: spec.
self tiddlyWikiPharo: spec.
"self tiddlyWikiPharo: spec."
"Packages"
spec
package: 'Socialmetrica'
with: [ spec requires: #("'RSSTools'" 'XMLParserHTML' 'ReStore' 'Roassal3Exporters' 'Mustache' 'TiddlyWikiPharo') ]
with: [ spec requires: #("'RSSTools'" 'XMLParserHTML' 'ReStore' "'Roassal3Exporters'" 'Mustache' "'TiddlyWikiPharo'") ]
]