home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # Copyright (c) 1995,1996 by Cadre Technologies, Inc.
- #
- # This software is furnished under a license and may be used only in
- # accordance with the terms of such license and with the inclusion of
- # the above copyright notice. This software or any other copies thereof
- # may not be provided or otherwise made available to any other person.
- # No title to and ownership of the software is hereby transferred.
- #
- # The information in this software is subject to change without notice
- # and should not be construed as a commitment by Cadre Technologies, Inc.
- #
- #---------------------------------------------------------------------------
- #
- # File : @(#)compare_rules 1.5
- # Description : Customization for the comparisons to be performed
- # by udmcmp and/or compare_phase.
- # To disable a certain comparison change its switch
- # from ON into OFF or outcomment it.
- #
- #---------------------------------------------------------------------------
-
-
- # comparisons to check the existence of files
- # -------------------------------------------
- #
- graphs | ON
- matrices | ON
- external_links | ON
-
- # comparisons to check the contents of diagrams and matrices
- # ----------------------------------------------------------
- #
- components | ON
-
- # comparisons to check the specification of components
- # ----------------------------------------------------
- #
- properties | ON
- connections | ON
- decompositions | OFF
-
-