equal
deleted
inserted
replaced
66 This target launch the localisation of DTD files. |
66 This target launch the localisation of DTD files. |
67 This is handled by the DTDLocaliser.pl script from S60. |
67 This is handled by the DTDLocaliser.pl script from S60. |
68 --> |
68 --> |
69 <target name="localisation-dtd"> |
69 <target name="localisation-dtd"> |
70 <mkdir dir="${localisation.log.dir}"/> |
70 <mkdir dir="${localisation.log.dir}"/> |
71 <exec dir="${build.drive}/" executable="perl.exe" failonerror="false"> |
71 <exec dir="${build.drive}/" executable="perl" failonerror="false"> |
72 <arg value="${build.drive}/epoc32/tools/DTDLocaliser.pl"/> |
72 <arg value="${build.drive}/epoc32/tools/DTDLocaliser.pl"/> |
73 <arg value="-l"/> |
73 <arg value="-l"/> |
74 <arg value="${localisation.log.dir}/${build.id}.dtd_localisation.log}"/> |
74 <arg value="${localisation.log.dir}/${build.id}.dtd_localisation.log}"/> |
75 </exec> |
75 </exec> |
76 </target> |
76 </target> |
78 |
78 |
79 <!-- |
79 <!-- |
80 This target launch the switch_loc_generator (for 5.0 build only). |
80 This target launch the switch_loc_generator (for 5.0 build only). |
81 --> |
81 --> |
82 <target name="localisation-switch-loc-generator"> |
82 <target name="localisation-switch-loc-generator"> |
83 <exec dir="${build.drive}/" executable="perl.exe" failonerror="false"> |
83 <exec dir="${build.drive}/" executable="perl" failonerror="false"> |
84 <arg line="${build.drive}/epoc32/tools/switch_loc_generator.pl"/> |
84 <arg line="${build.drive}/epoc32/tools/switch_loc_generator.pl"/> |
85 </exec> |
85 </exec> |
86 </target> |
86 </target> |
87 |
87 |
88 |
88 |