common/tools/populateziptemplate.pl
changeset 131 d33d43677cdf
parent 125 c2478fad90aa
child 134 5b0bc2f89660
equal deleted inserted replaced
130:b5ef7a8a0022 131:d33d43677cdf
       
     1 #!perl -w
       
     2 # Copyright (c) 2009 Symbian Foundation Ltd
       
     3 # This component and the accompanying materials are made available
       
     4 # under the terms of the License "Eclipse Public License v1.0"
       
     5 # which accompanies this distribution, and is available
       
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 #
       
     8 # Initial Contributors:
       
     9 # Symbian Foundation Ltd - initial contribution.
       
    10 # 
       
    11 # Contributors:
       
    12 #
       
    13 # Description:
       
    14 # Populates the template for packaging src and binaries in the build
       
    15 
     1 use strict;
    16 use strict;
     2 use warnings;
       
     3 
    17 
     4 use FindBin;
    18 use FindBin;
     5 use lib "$FindBin::Bin/lib";
    19 use lib "$FindBin::Bin/lib";
     6 use Text::CSV;
    20 use Text::CSV;
     7 require XML::Simple;
    21 require XML::Simple;