Ignore:
Timestamp:
2016-07-21T03:12:55+02:00 (8 years ago)
Author:
donvip
Message:

see #josm11390 - switch to Java 8

Location:
applications/editors/josm/plugins/OSMRecPlugin
Files:
3 edited

Legend:

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

    r31710 r32680  
    1414        <classpathentry kind="lib" path="lib/slf4j-log4j12-1.7.6.jar"/>
    1515        <classpathentry kind="lib" path="lib/xercesImpl-2.11.0.jar"/>
    16         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     16        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    1717        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    1818        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-apache-commons"/>
  • applications/editors/josm/plugins/OSMRecPlugin/build.xml

    r32278 r32680  
    33
    44    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    5     <property name="plugin.main.version" value="10358"/>
     5    <property name="plugin.main.version" value="10580"/>
    66    <property name="plugin.version" value="2.1"/>
    77
  • applications/editors/josm/plugins/OSMRecPlugin/nbproject/project.xml

    r31711 r32680  
    8383                <classpath mode="compile">../../core/dist/josm-custom.jar;lib/liblinear-java-1.95.jar;lib/slf4j-api-1.7.6.jar;lib/jai_core-1.1.3.jar;lib/jena-core-2.12.0.jar;lib/jena-iri-1.1.0.jar;lib/jgridshift-1.0.jar;lib/jsonic-1.2.7.jar;lib/jsr-275-1.0-beta-2.jar;lib/langdetect-1.1-20120112.jar;lib/liblinear-1.95.jar;lib/liblinear-java-1.95.jar;lib/lucene-analyzers-3.6.0.jar;lib/lucene-core-3.6.0.jar;lib/slf4j-log4j12-1.7.6.jar;lib/vecmath-1.3.2.jar;../jts/lib/jts-1.13.jar;../geotools/lib/gt-referencing-14.0.jar;../geotools/lib/gt-api-14.0.jar;../geotools/lib/gt-metadata-14.0.jar;../geotools/lib/gt-opengis-14.0.jar;../log4j/lib/log4j-1.2-api-2.3.jar;lib/xercesImpl-2.11.0.jar</classpath>
    8484                <built-to>../../dist</built-to>
    85                 <source-level>1.7</source-level>
     85                <source-level>1.8</source-level>
    8686            </compilation-unit>
    8787        </java-data>
Note: See TracChangeset for help on using the changeset viewer.