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

Legend:

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

    r31692 r32680  
    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.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/routes/build.xml

    r32456 r32680  
    22<project name="routes" default="dist" basedir=".">
    33    <property name="commit.message" value="Changed the constructor signature of the plugin main class"/>
    4     <property name="plugin.main.version" value="10353"/>
     4    <property name="plugin.main.version" value="10580"/>
    55    <property name="josm" location="../../core/dist/josm-custom.jar"/>
    66    <property name="plugin.dist.dir" value="../../dist"/>
    77    <property name="plugin.build.dir" value="build"/>
    88    <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/>
    9     <property name="ant.build.javac.target" value="1.7"/>
     9    <property name="ant.build.javac.target" value="1.8"/>
    1010    <target name="init">
    1111        <mkdir dir="${plugin.build.dir}"/>
Note: See TracChangeset for help on using the changeset viewer.