Changeset 29854 in osm for applications/editors/josm/plugins/surveyor2
- Timestamp:
- 2013-08-21T03:47:16+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/surveyor2/build.xml
r29435 r29854 43 43 <property name="plugin.dist.dir" value="../../dist"/> 44 44 <!--property name="plugin.dist.dir" value="/Users/Zverik/AppData/Roaming/JOSM/plugins"/--> 45 <property name="ant.build.javac.target" value="1. 5"/>46 <property name="ant.build.javac.source" value="1. 5"/>45 <property name="ant.build.javac.target" value="1.6"/> 46 <property name="ant.build.javac.source" value="1.6"/> 47 47 <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/> 48 48 <!--
Note:
See TracChangeset
for help on using the changeset viewer.