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

see #josm11390 - switch to Java 8

Location:
applications/editors/josm/plugins/mapdust
Files:
2 edited

Legend:

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

    r31763 r32680  
    33        <classpathentry kind="src" path="src"/>
    44        <classpathentry including="conf/|images/" kind="src" path=""/>
    5         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     5        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    66        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    77        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-GSON"/>
  • applications/editors/josm/plugins/mapdust/build.xml

    r32329 r32680  
    33    <!-- properties -->
    44    <property name="commit.message" value="MapDust bug reporter plugin"/>
    5     <property name="plugin.main.version" value="10279"/>
     5    <property name="plugin.main.version" value="10580"/>
    66    <property name="apidoc.dir" value="doc"/>
    77
     
    2626    <target name="javadoc">
    2727        <mkdir dir="${apidoc.dir}"/>
    28         <javadoc destdir="${apidoc.dir}" source="1.7" classpathref="classpath" windowtitle="MapDust plugin API">
    29             <link href="http://java.sun.com/javase/7/docs/api/"/>
     28        <javadoc destdir="${apidoc.dir}" source="1.8" classpathref="classpath" windowtitle="MapDust plugin API">
     29            <link href="http://java.sun.com/javase/8/docs/api/"/>
    3030            <link href="http://docs.jboss.org/hibernate/stable/core/api/"/>
    3131            <packageset dir="${plugin.src.dir}">
Note: See TracChangeset for help on using the changeset viewer.