-- EasyTool.df
-- Copyright (C) 1985 by Xerox Corporation.  All rights reserved.
-- Sturgis, June 22, 1984 9:29:28 am PDT
-- Swinehart, July 19, 1985 10:27:41 am PDT

-- to demo: ExampleTool
-- this will load ExampleTool.load, running EasyToolImpl and ExampleTool
-- this will also register 2 commands: ExampleTool and SimpleExampleTool
-- and finally, the ExampleTool command will be "called"

Exports [Cedar]<CedarChest6.0>Top>

  EasyTool.df                                  11-Aug-85 21:43:30 PDT

Exports [Cedar]<CedarChest6.0>EasyTool>

  EasyTool.bcd!1                               19-Jul-85 10:14:56 PDT
 +EasyToolImpl.bcd!1                           19-Jul-85 10:15:42 PDT
 +exampletool.bcd!1                            19-Jul-85 10:15:20 PDT
 +exampleTool.load!1                           19-Jul-85 10:16:57 PDT

Directory [Cedar]<CedarChest6.0>EasyTool>

  easytool.mesa!1                              21-Jun-84 18:38:44 PDT
  easytoolimpl.mesa!1                          19-Jul-85 10:15:29 PDT
  exampletool.mesa!1                           22-Jun-84 11:12:00 PDT

Imports [Cedar]<Cedar6.0>Top>BasicPackages.df Of >
  Using [Commander.bcd]

Imports [Cedar]<Cedar6.0>Top>MesaRuntime.df Of >
  Using [Basics.bcd]

Imports [Cedar]<Cedar6.0>Top>IO.df Of >
  Using [convert.bcd, IO.bcd]

Imports [Cedar]<Cedar6.0>Top>Rope.df Of >
  Using [Rope.bcd]

Imports [Cedar]<Cedar6.0>Top>Viewers.df Of >
  Using [Buttons.bcd, Containers.bcd, Labels.bcd, VFonts.bcd, ViewerClasses.bcd,
    ViewerOps.bcd, ViewerTools.bcd]