what's the best way to package a small data file with a changeset ?

goran.hultgren at bluefish.se goran.hultgren at bluefish.se
Thu Jan 23 08:41:57 UTC 2003


Simon Michael <simon at joyful.com> wrote:
> Hi all.. I'd like to bundle the .ggd file that came with my old
> projectGestures changeset. Should I be looking at SAR or somesuch thing,
> or would it be simpler to inline the data somehow ? It's a small file.

Inlining is of course very simple. You know - just a class method that
returns a literal string would do nicely. Can't get simpler than that!
Like:

Otherwise SAR is turning into the de facto way of doing
multi-file-packaging in Squeak.

> -Simon

regards, Göran



More information about the Squeak-dev mailing list