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/seachart
Files:
2 edited

Legend:

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

    r32368 r32680  
    88        <classpathentry kind="src" path="js57toosm/src"/>
    99        <classpathentry kind="src" path="josmtos57/src"/>
    10         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     10        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    1111        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    1212        <classpathentry kind="lib" path="libs/batik-svggen-1.8.jar"/>
  • applications/editors/josm/plugins/seachart/build.xml

    r32679 r32680  
    44    <property name="commit.message" value="[Seachart] Publish new release"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="10571"/>
     6    <property name="plugin.main.version" value="10580"/>
    77
    88    <property name="plugin.author" value="Malcolm Herring"/>
Note: See TracChangeset for help on using the changeset viewer.