Add a dependency to ExternalFileUpload package
BrunoBB <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.squeak.seaside |
|---|---|
| Message-ID | <[email protected]> |
Hi,
How a dependency to ExternalFileUpload should specified in the Baseline.
There is no group in Seaside Baseline to load this package, so i tried the
following code but ExternalFileUpload package in NOT loaded.
spec for: #common
do: [ spec baseline: 'Seaside3' with: [ spec repository:
'github://SeasideSt/Seaside:master/repository' ]. spec package:
'Seaside-ExternalFileUpload'
with: [
spec
repository: 'github://SeasideSt/Seaside:master/repository';
requires: #('Seaside3') ].
].
regards
bruno
--
Sent from: http://forum.world.st/Seaside-General-f86180.html
_______________________________________________
seaside mailing list
[email protected]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside