-- BringOverPackage.Config, last edit February 4, 1983 2:43 pm -- Pilot 6.0/ Mesa 7.0 -- the configuration for the BringOver program, for use by -- the file tool, cedar initialization, and Bringover.bcd -- this config should be a CONTROL module in an outer config -- some modules MUST have frame links because this package is in -- CedarRoot and CIFS and FileLookup are defined later. BringOverPackage: CONFIG LINKS: CODE IMPORTS CIFS, ConvertUnsafe, Date, DateAndTimeUnsafe, Directory, File, FileLookup, FileStream, Heap, IO, KernelFile, LongString, Process, Rope, RopeInline, Runtime, Space, -- STP, STPOps, -- Stream, String, Time, Transaction, UnsafeStorage, UserCredentialsUnsafe, UserTerminal, Format, PupStream EXPORTS BringOverCall CONTROL BringOverFrontEndImpl = { BringOverFrontEndImpl; BringOverImpl LINKS: FRAME; DFParserImpl; DFSubrImpl; SubrImpl; STPSubrImpl LINKS: FRAME; CWFImpl; FQImpl LINKS: FRAME; -- test UnsafeSTPs; }.