home *** CD-ROM | disk | FTP | other *** search
- # Copyright (c) 1997 by Cayenne Software 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 Cayenne Software Inc
- #
- #---------------------------------------------------------------------------
- #
- # File : @(#)drsprojconf.tcl /main/hindenburg/6 23 Jan 1997
- # Author : H. Broeze
- # Original date : 14 Januari 1997
- # Description : DOORS project configuration
- #
- #---------------------------------------------------------------------------
- #
- source [m4_path_name tcl cginit.tcl]
-
- require drsprocs.tcl
- require drsdxlcomm.tcl
- set dxlCommand [DrsDxlCommand new]
- $dxlCommand doorsProjConfigure [m4_var get M4_doors_integrated_properties]
- $dxlCommand execute
- puts "Configuration of the DOORS project finished"
-
-