bldsystemtools/commonbldutils/check_tables.pl
changeset 25 85578ba0aa08
parent 0 83f4b4db085c
equal deleted inserted replaced
0:83f4b4db085c 25:85578ba0aa08
       
     1 #
       
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 # All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 # Contributors:
       
    13 #
       
    14 # Description: 
       
    15 #
     1 #!Perl -w
    16 #!Perl -w
     2 
    17 
     3 use strict;
    18 use strict;
     4 use Pod::Usage;
    19 use Pod::Usage;
     5 use Getopt::Long;
    20 use Getopt::Long;
   496 itself. If no problems are found it will report that the tables are 
   511 itself. If no problems are found it will report that the tables are 
   497 up to date. 
   512 up to date. 
   498 
   513 
   499 =head1 VERSION
   514 =head1 VERSION
   500 
   515 
   501 $Id: //SSS/release/sf/tb92/os/buildtools/bldsystemtools/commonbldutils/check_tables.pl#1 $
   516 $Id: //SSS/master/sf/os/buildtools/bldsystemtools/commonbldutils/check_tables.pl#2 $
   502 $Change: 1751173 $  $DateTime: 2009/12/19 09:14:39 $
   517 $Change: 1761879 $  $DateTime: 2010/02/11 15:53:10 $
   503 
   518 
   504 =cut
   519 =cut