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/OpeningHoursEditor
Files:
4 edited

Legend:

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

    r22751 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/OpeningHoursEditor/.settings/org.eclipse.jdt.core.prefs

    r30114 r30416  
    66org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable
    77org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
     8org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
     9org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     10org.eclipse.jdt.core.compiler.compliance=1.7
    811org.eclipse.jdt.core.compiler.doc.comment.support=enabled
    912org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
     13org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
    1014org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
    1115org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
     
    1620org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
    1721org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
     22org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
    1823org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=ignore
    1924org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore
     
    102107org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    103108org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
     109org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/OpeningHoursEditor/build.xml

    r30122 r30416  
    44    <property name="commit.message" value="fixed main version"/>
    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    <property name="plugin.author" value="Falko Thomale"/>
     
    2323            <arg value="${javacc.home}/javacc.jar"/>
    2424            <arg value="javacc"/>
    25             <arg value="-JDK_VERSION=1.6"/>
     25            <arg value="-JDK_VERSION=1.7"/>
    2626            <arg value="-GRAMMAR_ENCODING=UTF-8"/>
    2727            <arg value="-UNICODE_INPUT"/>
  • applications/editors/josm/plugins/OpeningHoursEditor/nbproject/project.xml

    r29771 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.