Changeset 30884 in osm for applications/editors/josm/plugins/photoadjust/build.xml
- Timestamp:
- 2014-12-27T23:01:52+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/photoadjust/build.xml
-
Property svn:mime-type
changed from
application/xmltotext/xml
r30428 r30884 28 28 <import file="i18n/build-i18n.xml"/> 29 29 30 <target name="pot" description="Extract translatable strings from source." depends="gettext-init"> 31 <mkdir dir="${plugin.po.dir}"/> 32 <gettext-extract keysFile="${ant.project.name}.pot" poDirectory="${plugin.po.dir}" keywords="-k -ktrc:1c,2 -kmarktrc:1c,2 -ktr -kmarktr -ktrn:1,2 -ktrnc:1c,2,3"> 33 <fileset dir="${plugin.src.dir}" includes="**/*.java"/> 34 </gettext-extract> 35 <echo file="${plugin.po.dir}/${ant.project.name}.pot" append="true"> 36 #. Plugin ${ant.project.name} 37 #: build.xml:1 38 msgid "${plugin.description}" 39 msgstr "" 40 </echo> 41 </target> 42 30 43 <!-- 31 44 ********************************************************** -
Property svn:mime-type
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
