-- TransactionTest.config
-- Last edited by
-- Kolling on June 14, 1983 12:18 pm

NewTransactionTest: CONFIG
IMPORTS
-- Alpine
AlpineEnvironment, AlpInstance, AlpineDebug, AlpineFile, AlpineOwner,
AlpineTransaction, AlpineVolume, ClientMap,
-- Pilot
System,
-- Cedar
Atom, CedarSnapshot, ConvertUnsafe, Heap, LupineRuntime, MesaRPC, RefText,
Rope, RopeInline, RPC, RPCLupine, RTTypesBasic, SafeStorage, UnsafeStorage,
UserCredentials

CONTROL
RandomCardImpl, RandomImpl, AlpImpObjPkgRemoteNLocalImpls,
AlpineInterimDirectoryImpl, TransactionTestImpl

= BEGIN

TransactionTestImpl;
AlpineInterimDirectoryImpl;

AlpImpObjPkgRemoteNLocalImpls;

RandomCardImpl;
RandomImpl;

END.