Changeset 34865 in osm for applications/editors/josm/plugins/opendata/modules
- Timestamp:
- 2019-01-26T10:06:19+01:00 (6 years ago)
- 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"?> 2 2 <project name="fr.toulouse" default="dist" basedir="."> 3 3 <!-- enter the SVN commit message --> … … 39 39 <target name="compile" depends="init"> 40 40 <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"> 42 42 <classpath> 43 43 <pathelement location="${josm}"/>
Note:
See TracChangeset
for help on using the changeset viewer.