]> granicus.if.org Git - python/commit
Replaced the bundle building code with calls to the new bundlebuilder
authorJust van Rossum <just@letterror.com>
Fri, 22 Nov 2002 11:10:49 +0000 (11:10 +0000)
committerJust van Rossum <just@letterror.com>
Fri, 22 Nov 2002 11:10:49 +0000 (11:10 +0000)
commit224405fcfd863017b5b96c37d24251060c5683e5
treee3159c5a365d7f8a1539bc89cb270b4c5404a65a
parent6f00a7ad842eb60a0ff50aecd992981a0dac0b26
Replaced the bundle building code with calls to the new bundlebuilder
module.
Jack: I've compared the .app output of the orginal with the new and I
can't find any significant differences. However, bundlebuilder.py
contains its' own command line interface and I think we should use
that instead. I'll have a look to see whether I can patch
Mac/OSX/Makefile.jaguar to this effect.
Mac/scripts/buildappbundle.py