On 5/29/2011 12:11 AM, Walter Bright wrote: > On 5/28/2011 11:45 PM, Brad Roberts wrote: >> On 5/28/2011 11:36 PM, Walter Bright wrote: >>> On 5/28/2011 8:11 PM, Andrej Mitrovic wrote: >>>> Btw, I think I know what's going on. Even though it's not in the repo, >>>> it's still distributed in the zip file (it's in 2.053 and every >>>> earlier release). So someone who is packing the zip file must be >>>> including the module by accident. >>> >>> Ok, I zapped it with prejudice. >> >> By changing your build process to start with an empty directory for each >> release? > > Nope. Simply deleted it.
You really ought to rework your build/release process to deal with an empty starting point. It's far more repeatable and reliable. This sort of problem will happen every time a file is removed or renamed. As history has shown more than once. :)
