[Pyobjc-dev] 0.9 packaging fixed
Brought to you by:
ronaldoussoren
From: Bill B. <bb...@co...> - 2003-04-19 17:16:00
|
I completed the changes to the 0.9 packaging and have restructured everything related to ProjectBuilder into the ProjectBuilder Extras directory within the repository. I also added the Python language definition for Project Builder; PB will now colorize Python code once you install 0.9. Everything not in site-packages is now installed-- documentation, examples, templates, etc..-- into /Library/Developer/. When installing over 0.9pre1, Installer should correctly upgrade the system by removing the files from their original location. post_install and post_upgrade were conslidated into preflight -- preflight now also removes the 0.8 examples, templates, and receipt. b.bum Begin forwarded commit message: > Log Message: > Consolidated post_install and post_upgrade into preflight script. It > is safer to delete legacy cruft prior to installing new cruft. > Integrated removal of examples and templates from the pre-0.9 location > of /Developer. > > Finished moving templates and language specifications to > /Library/Developer as per Apple's informal/unsupported recommendation. > Documentation and Examples can also be found in /Library/Developer > now. |