From 207077749b5f2521823eb7c414a34c094e963366 Mon Sep 17 00:00:00 2001 From: zimoch Date: Tue, 3 Aug 2010 08:42:40 +0000 Subject: [PATCH] CVS info added --- App/tools/expandDBD.tcl | 1 + App/tools/getPrerequisites.tcl | 2 ++ App/tools/getVersion.tcl | 2 ++ App/tools/setLinks.tcl | 2 ++ 4 files changed, 7 insertions(+) diff --git a/App/tools/expandDBD.tcl b/App/tools/expandDBD.tcl index f5fca43..a5c50d8 100755 --- a/App/tools/expandDBD.tcl +++ b/App/tools/expandDBD.tcl @@ -77,3 +77,4 @@ foreach filename $argv { close $file } +# $Header: /cvs/G/DRV/misc/App/tools/expandDBD.tcl,v 1.2 2010/08/03 08:42:40 zimoch Exp $ diff --git a/App/tools/getPrerequisites.tcl b/App/tools/getPrerequisites.tcl index d6a7e93..96675ef 100755 --- a/App/tools/getPrerequisites.tcl +++ b/App/tools/getPrerequisites.tcl @@ -30,3 +30,5 @@ foreach filename [glob -nocomplain *.d] { } set prerequisites [lsort -unique $prerequisites] puts [join $prerequisites "\n"] + +# $Header: /cvs/G/DRV/misc/App/tools/getPrerequisites.tcl,v 1.2 2010/08/03 08:42:40 zimoch Exp $ diff --git a/App/tools/getVersion.tcl b/App/tools/getVersion.tcl index aa7f906..f24fc11 100755 --- a/App/tools/getVersion.tcl +++ b/App/tools/getVersion.tcl @@ -119,3 +119,5 @@ if [llength $files] { } if {![info exists version]} {set version test} puts $version + +# $Header: /cvs/G/DRV/misc/App/tools/getVersion.tcl,v 1.3 2010/08/03 08:42:40 zimoch Exp $ diff --git a/App/tools/setLinks.tcl b/App/tools/setLinks.tcl index d775792..596d9d5 100755 --- a/App/tools/setLinks.tcl +++ b/App/tools/setLinks.tcl @@ -58,3 +58,5 @@ foreach name $names { } } } + +# $Header: /cvs/G/DRV/misc/App/tools/setLinks.tcl,v 1.2 2010/08/03 08:42:40 zimoch Exp $