Changeset 10536 in osm for applications/editors/josm/plugins/validator/build.xml
- Timestamp:
- 2008-09-07T16:32:10+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/validator/build.xml
r10125 r10536 21 21 <target name="compile" depends="init"> 22 22 <echo message="creating ${plugin.jar}"/> 23 <javac srcdir="src" classpath="${josm}" destdir="build" debug="true" >23 <javac srcdir="src" classpath="${josm}" destdir="build" debug="true" encoding="UTF-8"> 24 24 <include name="**/*.java" /> 25 25 </javac>
Note:
See TracChangeset
for help on using the changeset viewer.