Redefining dependencies.
This commit is contained in:
parent
c984b4768d
commit
5200e87216
@ -13,12 +13,22 @@ BaselineOfTiddlyWikiPharo >> baseline: spec [
|
|||||||
"Dependencies"
|
"Dependencies"
|
||||||
spec baseline: 'ZTimestamp' with: [ spec repository: 'github://svenvc/ztimestamp/repository' ].
|
spec baseline: 'ZTimestamp' with: [ spec repository: 'github://svenvc/ztimestamp/repository' ].
|
||||||
self xmlParserHTML: spec.
|
self xmlParserHTML: spec.
|
||||||
spec baseline: 'Mustache' with: [ spec repository: 'github://noha/mustache/repository' ].
|
self miniDocs: spec.
|
||||||
"Packages"
|
"Packages"
|
||||||
spec package: 'TiddlyWiki' with: [ spec requires: #('ZTimestamp' 'XMLParserHTML' 'Mustache') ]
|
spec package: 'TiddlyWiki' with: [ spec requires: #('ZTimestamp' 'XMLParserHTML' 'MiniDocs') ]
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
||||||
|
{ #category : #accessing }
|
||||||
|
BaselineOfTiddlyWikiPharo >> miniDocs: spec [
|
||||||
|
|
||||||
|
| repo |
|
||||||
|
repo := ExoRepo new
|
||||||
|
repository: 'https://code.tupale.co/Offray/MiniDocs'.
|
||||||
|
repo load.
|
||||||
|
spec baseline: 'MiniDocs' with: [ spec repository: 'gitlocal://', repo local fullName ]
|
||||||
|
]
|
||||||
|
|
||||||
{ #category : #accessing }
|
{ #category : #accessing }
|
||||||
BaselineOfTiddlyWikiPharo >> projectClass [
|
BaselineOfTiddlyWikiPharo >> projectClass [
|
||||||
^ MetacelloCypressBaselineProject
|
^ MetacelloCypressBaselineProject
|
||||||
|
Loading…
Reference in New Issue
Block a user