Re: Add a dependency to ExternalFileUpload package

BrunoBB <[email protected]>
Newsgroups gmane.comp.lang.smalltalk.squeak.seaside
Message-ID <[email protected]>
Hi,

Fixed i just forgot to put 'Seaside-ExternalFileUpload' inside requires
Array in my project.

It should be:

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') ].
spec package: 'MyPackage' with: [ spec requires:
#('Seaside-ExternalFileUpload') ].
]. 

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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.