Changeset 30416 in osm for applications/editors/josm/plugins/ImportImagePlugin
- Timestamp:
- 2014-04-26T04:34:53+02:00 (11 years ago)
- Location:
- applications/editors/josm/plugins/ImportImagePlugin
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ImportImagePlugin/.classpath
r30151 r30416 2 2 <classpath> 3 3 <classpathentry kind="src" path="src"/> 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1. 6"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-GeoTools"/> -
applications/editors/josm/plugins/ImportImagePlugin/.settings/org.eclipse.jdt.core.prefs
r29854 r30416 7 7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 8 8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 69 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 10 10 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 11 org.eclipse.jdt.core.compiler.compliance=1. 611 org.eclipse.jdt.core.compiler.compliance=1.7 12 12 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 13 13 org.eclipse.jdt.core.compiler.debug.localVariable=generate … … 97 97 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 98 98 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 99 org.eclipse.jdt.core.compiler.source=1. 699 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/ImportImagePlugin/build.xml
r29854 r30416 5 5 <property name="commit.message" value="use consistent plugin name (don't mix up the words)" /> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value=" 6162" />7 <property name="plugin.main.version" value="7001" /> 8 8 9 9 <property name="plugin.author" value="Christoph Beekmans, Fabian Kowitz, Anna Robaszkiewicz, Oliver Kuhn, Martin Ulitzny"/> -
applications/editors/josm/plugins/ImportImagePlugin/nbproject/project.xml
r29803 r30416 61 61 <package-root>src</package-root> 62 62 <classpath mode="compile">../../core/src;../jts/lib/jts-1.13.jar;../log4j/lib/log4j-1.2.17.jar;../geotools/lib/commons-beanutils-1.7.0.jar;../geotools/lib/commons-pool-1.5.4.jar;../geotools/lib/gt-api-9.3.jar;../geotools/lib/gt-coverage-9.3.jar;../geotools/lib/gt-data-9.3.jar;../geotools/lib/gt-epsg-extension-9.3.jar;../geotools/lib/gt-epsg-hsql-9.3.jar;../geotools/lib/gt-geotiff-9.3.jar;../geotools/lib/gt-main-9.3.jar;../geotools/lib/gt-metadata-9.3.jar;../geotools/lib/gt-opengis-9.3.jar;../geotools/lib/gt-referencing-9.3.jar;../geotools/lib/gt-shapefile-9.3.jar;../geotools/lib/hsqldb-1.8.0.7.jar;../geotools/lib/imageio-ext-tiff-1.1.7.jar;../geotools/lib/imageio-ext-utilities-1.1.7.jar;../geotools/lib/jai_codec-1.1.3.jar;../geotools/lib/jai_core-1.1.3.jar;../geotools/lib/jai_imageio-1.1.jar;../geotools/lib/jdom-1.0.jar;../geotools/lib/jsr-275-1.0-beta-2.jar;../geotools/lib/jt-contour-1.3.0.jar;../geotools/lib/jt-rangelookup-1.3.0.jar;../geotools/lib/jt-utils-1.3.0.jar;../geotools/lib/jt-vectorbinarize-1.3.0.jar;../geotools/lib/jt-vectorize-1.3.0.jar;../geotools/lib/jt-zonalstats-1.3.0.jar;../geotools/lib/vecmath-1.3.2.jar</classpath> 63 <source-level>1. 6</source-level>63 <source-level>1.7</source-level> 64 64 </compilation-unit> 65 65 </java-data>
Note:
See TracChangeset
for help on using the changeset viewer.