buildframework/helium/tools/localisation/localisation-50.ant.xml
changeset 1 be27ed110b50
child 179 d8ac696cc51f
equal deleted inserted replaced
0:044383f39525 1:be27ed110b50
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <!-- 
       
     3 ============================================================================ 
       
     4 Name        : localisation-50.ant.xml 
       
     5 Part of     : Helium 
       
     6 
       
     7 Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     8 All rights reserved.
       
     9 This component and the accompanying materials are made available
       
    10 under the terms of the License "Eclipse Public License v1.0"
       
    11 which accompanies this distribution, and is available
       
    12 at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    13 
       
    14 Initial Contributors:
       
    15 Nokia Corporation - initial contribution.
       
    16 
       
    17 Contributors:
       
    18 
       
    19 Description:
       
    20 
       
    21 ============================================================================
       
    22 -->
       
    23 <project name="localisation-50">
       
    24     <description>
       
    25         S60 5.0+ localisation.
       
    26     </description>
       
    27 
       
    28     <!-- Main target for 5.0 build localisation process. -->
       
    29     <target name="localisation-50-build" depends="localisation-switch-loc-generator,localisation-dtd"/> 
       
    30    
       
    31     <!-- 
       
    32             This target launch the localisation of DTD files. 
       
    33             This is handled by the DTDLocaliser.pl script from S60.  
       
    34     --> 
       
    35     <target name="localisation-dtd"> 
       
    36         <exec dir="${build.drive}/" executable="perl.exe" failonerror="false"> 
       
    37             <arg value="${build.drive}/epoc32/tools/DTDLocaliser.pl"/> 
       
    38             <arg value="-l"/> 
       
    39             <arg value="${build.log.dir}/${build.id}.dtd_localisation.log}"/> 
       
    40         </exec> 
       
    41     </target> 
       
    42      
       
    43      
       
    44     <!-- 
       
    45             This target launch the switch_loc_generator (for 5.0 build only). 
       
    46     --> 
       
    47     <target name="localisation-switch-loc-generator"> 
       
    48         <exec dir="${build.drive}/" executable="perl.exe" failonerror="false"> 
       
    49             <arg line="${build.drive}/epoc32/tools/switch_loc_generator.pl"/> 
       
    50         </exec> 
       
    51     </target> 
       
    52 </project>