-- ReleaseTool.Config, last edit April 27, 1983 10:33 am
-- Pilot 6.0/ Mesa 7.0
-- the configuration for the Release tool

ReleaseTool: CONFIG LINKS: CODE
IMPORTS BufferDefs, Buttons, ByteBlt, CIFS, Commander, Containers, ConvertUnsafe, Date,
	DateAndTime, DateAndTimeUnsafe, Directory, File, FileIO, FileLookup,
	FileStream, Heap, IO, IOMisc, Labels, LongString, Menus, MessageWindow,
	Process, PupDefs, Resource, Rope, Runtime,
	SafeStorage, Space, -- STP, STPOps, -- Stream, 
	String, System, Time, Transaction, TypeScript, 
	UnsafeStorage, UserCredentialsUnsafe, UserExec, UserTerminal, VFonts,
	ViewerEvents, ViewerOps, ViewerIO, ViewerTools,
	Format, PupStream
CONTROL ReleaseImpl = {

ReleaseImpl;		-- first phase
Release23Impl;		-- second and third phases
VerifyDFImpl;		-- exports VerifyDFInterface
DFSubrImpl;
DFParserImpl;
SubrImpl;
UECPImpl;
STPSubrImpl;
ProcBcdsImpl;	-- needed by VerifyDFImpl
CWFImpl;

-- cedar support routines
CSImpl;

-- BTree stuff
BTrees;

-- Leaf stuff
IFSFileImpl;
LeafSubrImpl;

-- packet exchange
FQImpl;


UnsafeSTPs;
}.