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

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/reltoolbox/.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="build"/>
  • applications/editors/josm/plugins/reltoolbox/.settings/org.eclipse.core.resources.prefs

    r29853 r30416  
    33encoding//src/relcontext/actions/TheRing.java=UTF-8
    44encoding/TODO=UTF-8
     5encoding/src=UTF-8
  • applications/editors/josm/plugins/reltoolbox/.settings/org.eclipse.jdt.core.prefs

    r30151 r30416  
    66org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    77org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    8 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    9 org.eclipse.jdt.core.compiler.compliance=1.6
     8org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     9org.eclipse.jdt.core.compiler.compliance=1.7
    1010org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
    1111org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
     
    8989org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9090org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    91 org.eclipse.jdt.core.compiler.source=1.6
     91org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/reltoolbox/build.xml

    r30209 r30416  
    44    <property name="commit.message" value="RelToolbox: make natural sort for relation and find relation lists"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="6721"/>
     6    <property name="plugin.main.version" value="7001"/>
    77
    88    <property name="plugin.author" value="Ilya Zverev"/>
Note: See TracChangeset for help on using the changeset viewer.