Changeset 30416 in osm for applications/editors/josm/plugins/imagerycache
- Timestamp:
- 2014-04-26T04:34:53+02:00 (11 years ago)
- Location:
- applications/editors/josm/plugins/imagerycache
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/imagerycache/build.xml
r29944 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="ImageryCache" default="dist" basedir="."> 15 3 … … 17 5 <property name="commit.message" value="[JOSM_ImageryCache]: correct database cleaning, at last"/> 18 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 19 <property name="plugin.main.version" value=" 5779"/>7 <property name="plugin.main.version" value="7001"/> 20 8 21 9 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/imagerycache/nbproject/project.xml
r29944 r30416 65 65 <package-root>src</package-root> 66 66 <classpath mode="compile">../../core/src</classpath> 67 <source-level>1. 6</source-level>67 <source-level>1.7</source-level> 68 68 </compilation-unit> 69 69 </java-data>
Note:
See TracChangeset
for help on using the changeset viewer.