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

[josm_plugins] switch plugins to Java 7

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

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/openvisible/.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 kind="output" path="bin"/>
  • applications/editors/josm/plugins/openvisible/.settings/org.eclipse.jdt.core.prefs

    r30151 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
    10 org.eclipse.jdt.core.compiler.compliance=1.6
     9org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     10org.eclipse.jdt.core.compiler.compliance=1.7
    1111org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
    1212org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
     
    9393org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9494org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    95 org.eclipse.jdt.core.compiler.source=1.6
     95org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/openvisible/build.xml

    r29854 r30416  
    44    <property name="commit.message" value="Changed the constructor signature of the plugin main class; updated build.xml"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="6162"/>
     6    <property name="plugin.main.version" value="7001"/>
    77    <!--
    88      ************************************************
     
    1313    <property name="plugin.build.dir" value="build"/>
    1414    <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/>
    15     <property name="ant.build.javac.target" value="1.6"/>
     15    <property name="ant.build.javac.target" value="1.7"/>
    1616    <target name="init">
    1717        <mkdir dir="${plugin.build.dir}"/>
  • applications/editors/josm/plugins/openvisible/nbproject/project.xml

    r29778 r30416  
    6060                <package-root>src</package-root>
    6161                <classpath mode="compile">../../core/src</classpath>
    62                 <source-level>1.6</source-level>
     62                <source-level>1.7</source-level>
    6363            </compilation-unit>
    6464        </java-data>
Note: See TracChangeset for help on using the changeset viewer.