Changeset 30884 in osm for applications/editors/josm/plugins
- Timestamp:
- 2014-12-27T23:01:52+01:00 (10 years ago)
- Location:
- applications/editors/josm/plugins/photoadjust
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/photoadjust/build.xml
-
Property svn:mime-type
changed from
application/xml
totext/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
-
applications/editors/josm/plugins/photoadjust/i18n/build-i18n.xml
-
Property svn:mime-type
changed from
application/xml
totext/xml
r30180 r30884 6 6 <project name="plugin_i18n" basedir="."> 7 7 <property name="gettexttasks.jar" value="../../i18n/lib/gettext-ant-tasks-0.9.7.jar"/> 8 <property name="plugin.po.dir" location="po"/>8 <property name="plugin.po.dir" value="po"/> 9 9 <property name="poimport.tarball" value="latest"/> 10 10 <property name="plugin.manifest" location="MANIFEST"/> … … 16 16 <mkdir dir="${plugin.po.dir}"/> 17 17 <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"> 18 <fileset dir=" src" includes="**/*.java"/>18 <fileset dir="${plugin.src.dir}" includes="**/*.java"/> 19 19 </gettext-extract> 20 20 <echo file="${plugin.po.dir}/${ant.project.name}.pot" append="true"> -
Property svn:mime-type
changed from
Note:
See TracChangeset
for help on using the changeset viewer.