Changeset 14839 in osm for applications/editors/josm/plugins/tageditor
- Timestamp:
- 2009-04-30T15:05:57+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/tageditor/build.xml
r14837 r14839 33 33 <property name="ant.build.javac.target" value="1.5"/> 34 34 <property name="plugin.dist.dir" value="../../dist"/> 35 <property name="plugin.jar" value="${plugin.dist.dir}/${ plugin.jar.name}"/>35 <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/> 36 36 37 37 <!--
Note:
See TracChangeset
for help on using the changeset viewer.