18 lines
480 B
Smalltalk
18 lines
480 B
Smalltalk
baselines
|
|
baseline: spec
|
|
<baseline>
|
|
spec
|
|
for: #common
|
|
do: [
|
|
"Dependencies"
|
|
"self rssTools: spec." "<-- We need to fix the XMLWriter dependency."
|
|
self xmlParserHTML: spec.
|
|
self reStore: spec.
|
|
"self roassal3Exporters: spec."
|
|
self mustache: spec.
|
|
"self tiddlyWikiPharo: spec."
|
|
"Packages"
|
|
spec
|
|
package: 'Socialmetrica'
|
|
with: [ spec requires: #("'RSSTools'" 'XMLParserHTML' 'ReStore' "'Roassal3Exporters'" 'Mustache' "'TiddlyWikiPharo'") ]
|
|
] |