2022-04-01 22:24:39 +00:00
|
|
|
baselines
|
|
|
|
baseline: spec
|
|
|
|
<baseline>
|
|
|
|
spec
|
|
|
|
for: #common
|
|
|
|
do: [
|
|
|
|
"Dependencies"
|
2023-07-25 22:07:09 +00:00
|
|
|
"self xmlParserHTML: spec."
|
2022-05-14 21:39:23 +00:00
|
|
|
self reStore: spec.
|
2023-07-25 22:12:43 +00:00
|
|
|
self miniDocs: spec.
|
2022-06-09 15:18:49 +00:00
|
|
|
"self roassal3Exporters: spec."
|
2023-07-25 22:07:09 +00:00
|
|
|
"self tiddlyWikiPharo: spec."
|
2022-04-01 22:24:39 +00:00
|
|
|
"Packages"
|
|
|
|
spec
|
|
|
|
package: 'Socialmetrica'
|
2023-07-25 22:16:18 +00:00
|
|
|
with: [ spec requires: #('ReStore' 'MiniDocs' "'XMLParserHTML' 'Roassal3Exporters' 'TiddlyWikiPharo'") ]
|
2022-04-01 22:24:39 +00:00
|
|
|
]
|