SXPackage.config
Copyright © 1984, 1985 by Xerox Corporation. All rights reserved.
Written by Shand, September 13, 1983 12:01 am
Last Edited by: Shand, March 13, 1985 2:31:32 pm PST PDT PDT
Last Edited by: Beretta, June 5, 1985 4:04:00 pm PDT
Last Edited by: Spreitzer, January 16, 1985 11:55:10 am PST
Last Edited by: Jacobi, December 20, 1984 12:36:14 pm PST
SXPackage: CONFIGURATION
IMPORTS
-- List,
Ascii,
Atom,
BasicTime,
CD,
CDApplications,
CDCommandOps,
CDDirectory,
CDErrors,
CDEvents,
CDIO,
CDMenus,
CDObjectProcs,
CDOps,
CDOrient,
CDOrientExtras,
CDPinObjects,
CDProperties,
CDRects,
CDSequencer,
Convert,
CornerStitching,
FS,
ImagerTransform,
IO,
OrderedSymbolTableRef,
Process,
Real,
RefTab,
Rope,
SymTab,
TerminalIO,
TiogaFileOps,
TiogaOps,
TokenIO,
-- For writing Rosemary structure comparison files
-- PupDefs,
UserCredentials
EXPORTS
SX,
SXAccess,
SXAccessInternal,
SXAtoms,
SXHighlightNode,
SXLayers,
SXOutput,
SXOutputPrivate,
SXQuadTree,
SXTechnology
CONTROL
SXAccessImpl,
SXAccessInternalImpl,
SXAtomsImpl,
SXCommands,
SXConflictsImpl,
SXHighlightNodeImpl,
SXImpl,
SXLayersImpl,
SXOutputImplA,
SXOutputImplB,
SXUserExtractImpl =
BEGIN
SXAtomsImpl;
SXQuadTreeImpl;
SXAccessImpl;
SXAccessInternalImpl;
SXImpl;
SXOutputImplA;
SXOutputImplB;
SXConflictsImpl;
SXLayersImpl;
SXTechnologyImpl;
SXUserExtractImpl;
SXHighlightNodeImpl;
SXCommands;
END.
Edited on October 22, 1984 1:53:11 pm PDT, by Beretta
New Chipndale feature: dynamic creation of menu entries
changes to: IMPORTS CDMenus added, Spinifex, END
Edited on October 30, 1984 10:04:06 am PST, by Beretta
changes to: IMPORTS
Edited on November 23, 1984 8:39:03 pm PST, by Spreitzer
changes to: Spinifex, IMPORTS
Edited on November 28, 1984 5:43:28 pm PST, by Spreitzer
changes to: CONTROL, BEGIN, IMPORTS
Edited on December 2, 1984 12:49:44 pm PST, by Spreitzer
changes to: EXPORTS, IMPORTS
Edited on December 14, 1984 2:37:45 pm PST, by Spreitzer
changes to: IMPORTS
Edited on December 18, 1984 4:46:09 pm PST, by Jacobi
Safestorage no more imported
Edited on January 4, 1985 11:04:38 am PST, by Beretta
Added SpinifexConflictsImpl
changes to: CONTROL, BEGIN
Edited on January 16, 1985 11:55:10 am PST, by Spreitzer
changes to: IMPORTS
Edited on February 19, 1985 2:31:38 pm PST, by Beretta
changes to: CONTROL, BEGIN
Edited on March 4, 1985 11:38:49 am PST, by Beretta
Now uses CDErrors module
changes to: IMPORTS CDErrors
Edited on March 7, 1985 8:59:17 pm PST, by Shand
Added new modules for processing user specified extraction results.
changes to: CONTROL SXUserExtractImpl, BEGIN SXUserExtractImpl
Edited on March 12, 1985 1:57:12 pm PST, by Shand
SXAtoms no longer exported, Technology Dependent clients must use procedures provided in SXExtras.
changes to: IMPORTS New import CDPinObjects., EXPORTS Deleted export SXAtoms.
Edited on March 13, 1985 2:31:00 pm PST, by Shand
changes to: IMPORTS Deleted unnecessary CDRepetitions
Edited on March 20, 1985 6:40:39 pm PST, by Beretta
changes to: EXPORTS SXAtoms and SXLayers are exported for maintenance purposes.
Edited on April 3, 1985 8:49:43 pm PST, by Jacobi
changes to: SpinifexCircuit renamed to SX.
Edited on April 3, 1985 8:49:43 pm PST, by Jacobi
changes to: SXAccess, SXAccessInternal introduced.
Edited on April 8, 1985 11:55:28 am PST, by Jacobi
SpinifexAccess, SpinifexInvert removed.
Edited on April 8, 1985 11:55:31 am PST, by Jacobi
SpinifexCellPredicates removed.
Edited on May 6, 1985 11:26:55 am PDT, by Beretta
Converted to ChipNDale CD20