Changeset 7287 in osm for applications/editors/josm/plugins/namefinder
- Timestamp:
- 2008-04-06T21:10:11+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/namefinder/build.xml
r6100 r7287 25 25 <!-- compile target --> 26 26 <target name="compile" depends="init"> 27 <echo message="creating ${plugin.jar}"/> 27 28 <javac srcdir="namefinder" destdir="${plugin.build.dir}" debug="true" source="1.5" target="1.5"> 28 29 <classpath>
Note:
See TracChangeset
for help on using the changeset viewer.