Redefining dependencies.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2022-07-24 15:49:50 -05:00
parent ff72e94bb5
commit ff457ddbe7
3 changed files with 1 additions and 12 deletions

View File

@ -8,10 +8,9 @@ baseline: spec
self xmlParserHTML: spec.
self reStore: spec.
"self roassal3Exporters: spec."
self mustache: spec.
self tiddlyWikiPharo: spec.
"Packages"
spec
package: 'Socialmetrica'
with: [ spec requires: #('XMLParserHTML' 'ReStore' "'Roassal3Exporters'" 'Mustache' 'TiddlyWikiPharo') ]
with: [ spec requires: #('XMLParserHTML' 'ReStore' "'Roassal3Exporters'" 'TiddlyWikiPharo') ]
]

View File

@ -1,8 +0,0 @@
baselines
mustache: spec
Metacello new
repository: 'github://noha/mustache/repository';
baseline: 'Mustache';
load.
spec baseline: 'Mustache' with: [ spec repository: 'github://noha/mustache/repository' ]

View File

@ -4,8 +4,6 @@ xmlParserHTML: spec
baseline: 'XMLParserHTML';
repository: 'github://pharo-contributions/XML-XMLParserHTML/src';
onConflict: [ :ex | ex useLoaded ];
"onUpgrade: [ :ex | ex useLoaded ];
onDowngrade: [ :ex | ex useLoaded ];"
onWarningLog;
load.
spec baseline: 'XMLParserHTML' with: [spec repository: 'github://pharo-contributions/XML-XMLParserHTML/src']