Redefining dependencies.
This commit is contained in:
parent
ff72e94bb5
commit
ff457ddbe7
@ -8,10 +8,9 @@ baseline: spec
|
|||||||
self xmlParserHTML: spec.
|
self xmlParserHTML: spec.
|
||||||
self reStore: spec.
|
self reStore: spec.
|
||||||
"self roassal3Exporters: spec."
|
"self roassal3Exporters: spec."
|
||||||
self mustache: spec.
|
|
||||||
self tiddlyWikiPharo: spec.
|
self tiddlyWikiPharo: spec.
|
||||||
"Packages"
|
"Packages"
|
||||||
spec
|
spec
|
||||||
package: 'Socialmetrica'
|
package: 'Socialmetrica'
|
||||||
with: [ spec requires: #('XMLParserHTML' 'ReStore' "'Roassal3Exporters'" 'Mustache' 'TiddlyWikiPharo') ]
|
with: [ spec requires: #('XMLParserHTML' 'ReStore' "'Roassal3Exporters'" 'TiddlyWikiPharo') ]
|
||||||
]
|
]
|
@ -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' ]
|
|
@ -4,8 +4,6 @@ xmlParserHTML: spec
|
|||||||
baseline: 'XMLParserHTML';
|
baseline: 'XMLParserHTML';
|
||||||
repository: 'github://pharo-contributions/XML-XMLParserHTML/src';
|
repository: 'github://pharo-contributions/XML-XMLParserHTML/src';
|
||||||
onConflict: [ :ex | ex useLoaded ];
|
onConflict: [ :ex | ex useLoaded ];
|
||||||
"onUpgrade: [ :ex | ex useLoaded ];
|
|
||||||
onDowngrade: [ :ex | ex useLoaded ];"
|
|
||||||
onWarningLog;
|
onWarningLog;
|
||||||
load.
|
load.
|
||||||
spec baseline: 'XMLParserHTML' with: [spec repository: 'github://pharo-contributions/XML-XMLParserHTML/src']
|
spec baseline: 'XMLParserHTML' with: [spec repository: 'github://pharo-contributions/XML-XMLParserHTML/src']
|
Loading…
Reference in New Issue
Block a user