Changeset 30416 in osm for applications/editors/josm/plugins/tracer2
- Timestamp:
- 2014-04-26T04:34:53+02:00 (11 years ago)
- Location:
- applications/editors/josm/plugins/tracer2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/tracer2/build.xml
r30068 r30416 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <!--3 ** This is a template build file for a JOSM plugin.4 **5 ** Maintaining versions6 ** ====================7 ** See README.template8 **9 ** Usage10 ** =====11 ** Call "ant help" to get possible build targets.12 **13 -->14 2 <project name="Tracer2" default="dist" basedir="."> 15 3 … … 17 5 <property name="commit.message" value="Add link to wiki"/> 18 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 19 <property name="plugin.main.version" value=" 6340"/>7 <property name="plugin.main.version" value="7001"/> 20 8 21 9 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/tracer2/nbproject/project.xml
r30047 r30416 60 60 <package-root>src</package-root> 61 61 <classpath mode="compile">../../core/src</classpath> 62 <source-level>1. 6</source-level>62 <source-level>1.7</source-level> 63 63 </compilation-unit> 64 64 </java-data>
Note:
See TracChangeset
for help on using the changeset viewer.