Ignore:
Timestamp:
2014-04-26T04:34:53+02:00 (11 years ago)
Author:
donvip
Message:

[josm_plugins] switch plugins to Java 7

Location:
applications/editors/josm/plugins/ImportImagePlugin
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/ImportImagePlugin/.classpath

    r30151 r30416  
    22<classpath>
    33        <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"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-GeoTools"/>
  • applications/editors/josm/plugins/ImportImagePlugin/.settings/org.eclipse.jdt.core.prefs

    r29854 r30416  
    77org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    88org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
     9org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
    1010org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
    11 org.eclipse.jdt.core.compiler.compliance=1.6
     11org.eclipse.jdt.core.compiler.compliance=1.7
    1212org.eclipse.jdt.core.compiler.debug.lineNumber=generate
    1313org.eclipse.jdt.core.compiler.debug.localVariable=generate
     
    9797org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9898org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    99 org.eclipse.jdt.core.compiler.source=1.6
     99org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/ImportImagePlugin/build.xml

    r29854 r30416  
    55        <property name="commit.message" value="use consistent plugin name (don't mix up the words)" />
    66        <!-- 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" />
    88
    99    <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  
    6161                <package-root>src</package-root>
    6262                <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>
    6464            </compilation-unit>
    6565        </java-data>
Note: See TracChangeset for help on using the changeset viewer.