Changeset 34692 in osm for applications/editors/josm/i18n
- Timestamp:
- 2018-10-22T23:57:55+02:00 (6 years ago)
- Location:
- applications/editors/josm/i18n
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/i18n/build.xml
r34689 r34692 17 17 <property name="gettexttasks.jar" value="lib/gettext-ant-tasks-0.9.7.jar"/> 18 18 <property name="antcontrib.jar" value="lib/ant-contrib-1.0b3.jar"/> 19 <property name="grand.jar" value="lib/grand-1.9.5.jar"/> 19 20 <target name="init" description="Loads the Ant gettext and contrib tasks"> 20 21 <taskdef name="gettext-extract" classname="org.xnap.commons.ant.gettext.GettextExtractKeysTask" classpath="${gettexttasks.jar}"/> … … 184 185 <delete dir="${i18n.build.dir}"/> 185 186 <delete file="po/josm.pot"/> 187 <delete file="build.dot"/> 188 <delete file="build.png"/> 186 189 <delete> 187 190 <fileset dir="po" includes="*.*~" defaultexcludes="false"/> … … 211 214 <antcall target="buildcore"/> 212 215 </target> 216 <target name="ant-dependencies"> 217 <typedef resource="net/ggtools/grand/antlib.xml" classpath="${grand.jar}"/> 218 <grand output="build.dot" outputconfigprefix="grand"/> 219 <exec executable="dot"> 220 <arg line="-Tpng -o build.png build.dot"/> 221 </exec> 222 </target> 213 223 </project>
Note:
See TracChangeset
for help on using the changeset viewer.