Changeset 30180 in osm for applications/editors/josm/plugins/photoadjust/i18n/build-i18n.xml
- Timestamp:
- 2014-01-04T17:11:29+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/photoadjust/i18n/build-i18n.xml
r30155 r30180 7 7 <property name="gettexttasks.jar" value="../../i18n/lib/gettext-ant-tasks-0.9.7.jar"/> 8 8 <property name="plugin.po.dir" location="po"/> 9 <property name="poimport.tarball" value="latest"/> 9 10 <property name="plugin.manifest" location="MANIFEST"/> 10 11 … … 33 34 </exec> 34 35 </target> 35 <target name="poimport" description="Import the PO files from the tarball launchpad-export.tar.gz exported fromLaunchpad.">36 <target name="poimport" description="Import the PO files from Launchpad tarball."> 36 37 <exec executable="perl"> 37 38 <arg value="i18n/poimport.pl"/> 38 39 <arg value="--podir"/> 39 40 <arg value="${plugin.po.dir}"/> 41 <arg value="${poimport.tarball}"/> 40 42 </exec> 41 43 </target> … … 45 47 </exec> 46 48 </target> 47 <target name="mftrans" description="Add translations of plugin description to manifest."> 49 50 <target name="mftrans" description="Add translations of plugin description to manifest. Not to be called directly."> 48 51 <echo message="Adding translations to ${plugin.manifest} ..."/> 49 52 <exec executable="perl">
Note:
See TracChangeset
for help on using the changeset viewer.