Ignore:
Timestamp:
2019-01-26T10:06:19+01:00 (6 years ago)
Author:
gerdp
Message:

add encoding="UTF-8" property

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/opendata/modules/fr.toulouse/build.xml

    r32680 r34865  
    1 <?xml version="1.0" encoding="utf-8"?>
     1<?xml version="1.0" encoding="utf-8"?>
    22<project name="fr.toulouse" default="dist" basedir=".">
    33    <!-- enter the SVN commit message -->
     
    3939    <target name="compile" depends="init">
    4040        <echo message="compiling sources for ${module.jar} ... "/>
    41         <javac srcdir="${module.src.dir}" debug="true" destdir="${module.build.dir}" includeAntRuntime="false">
     41        <javac srcdir="${module.src.dir}" debug="true" destdir="${module.build.dir}" includeAntRuntime="false" encoding="UTF-8">
    4242            <classpath>
    4343                <pathelement location="${josm}"/>
Note: See TracChangeset for help on using the changeset viewer.