Disabling MiniDocs temporaly, while improved repository management is done.
This commit is contained in:
parent
a2c01e251c
commit
736155c5e9
@ -12,12 +12,17 @@ BaselineOfTiddlyWikiPharo >> baseline: spec [
|
||||
do: [
|
||||
"Dependencies"
|
||||
spec baseline: 'ZTimestamp' with: [ spec repository: 'github://svenvc/ztimestamp/repository' ].
|
||||
self miniDocs: spec.
|
||||
self videWeb: spec.
|
||||
"PENDING!
|
||||
Disabling MiniDocs temporaly as a dependency.
|
||||
ExoRepo repositories should return proper repositories
|
||||
instead of wrappers to take advantages of the full
|
||||
repository syntax, including what to do if the repository is already installed."
|
||||
"self miniDocs: spec."
|
||||
self videoWeb: spec.
|
||||
"Packages"
|
||||
spec
|
||||
package: 'TiddlyWiki'
|
||||
with: [ spec requires: #('ZTimestamp' 'MiniDocs' 'VideoWeb') ]
|
||||
with: [ spec requires: #('ZTimestamp' "'MiniDocs'" 'VideoWeb') ]
|
||||
]
|
||||
]
|
||||
|
||||
@ -42,7 +47,7 @@ BaselineOfTiddlyWikiPharo >> projectClass [
|
||||
]
|
||||
|
||||
{ #category : #baselines }
|
||||
BaselineOfTiddlyWikiPharo >> videWeb: spec [
|
||||
BaselineOfTiddlyWikiPharo >> videoWeb: spec [
|
||||
| repo |
|
||||
repo := ExoRepo new
|
||||
repository: 'https://code.sustrato.red/Offray/VideoWeb'.
|
||||
|
Loading…
Reference in New Issue
Block a user