home *** CD-ROM | disk | FTP | other *** search
/ PC World 1997 November / PCWorld_1997-11_cd.bin / software / programy / komix / DATA.Z / compare_rules < prev    next >
Text File  |  1996-05-31  |  2KB  |  44 lines

  1. #---------------------------------------------------------------------------
  2. #
  3. # Copyright (c) 1995,1996 by Cadre Technologies, Inc.
  4. #
  5. # This software is furnished under a license and may be used only in
  6. # accordance with the terms of such license and with the inclusion of
  7. # the above copyright notice. This software or any other copies thereof
  8. # may not be provided or otherwise made available to any other person.
  9. # No title to and ownership of the software is hereby transferred.
  10. #
  11. # The information in this software is subject to change without notice
  12. # and should not be construed as a commitment by Cadre Technologies, Inc.
  13. #
  14. #---------------------------------------------------------------------------
  15. #
  16. #    File        : @(#)compare_rules    1.5
  17. #    Description    : Customization for the comparisons to be performed
  18. #              by udmcmp and/or compare_phase.
  19. #              To disable a certain comparison change its switch
  20. #              from ON into OFF or outcomment it.
  21. #
  22. #---------------------------------------------------------------------------
  23.  
  24.  
  25. # comparisons to check the existence of files
  26. # -------------------------------------------
  27. #
  28. graphs            | ON
  29. matrices        | ON
  30. external_links        | ON
  31.  
  32. # comparisons to check the contents of diagrams and matrices
  33. # ----------------------------------------------------------
  34. #
  35. components        | ON
  36.  
  37. # comparisons to check the specification of components
  38. # ----------------------------------------------------
  39. #
  40. properties        | ON
  41. connections        | ON
  42. decompositions        | OFF
  43.  
  44.