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

[josm_plugins] switch plugins to Java 7

Location:
applications/editors/josm/plugins/routing
Files:
3 edited

Legend:

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

    r30151 r30416  
    33        <classpathentry kind="src" path="src"/>
    44        <classpathentry kind="lib" path="lib/jgrapht-jdk1.5.jar"/>
    5         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
     5        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    66        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    77        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-log4j"/>
  • applications/editors/josm/plugins/routing/.settings/org.eclipse.jdt.core.prefs

    r29586 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
     8org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
    99org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
    10 org.eclipse.jdt.core.compiler.compliance=1.6
     10org.eclipse.jdt.core.compiler.compliance=1.7
    1111org.eclipse.jdt.core.compiler.debug.lineNumber=generate
    1212org.eclipse.jdt.core.compiler.debug.localVariable=generate
     
    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/routing/build.xml

    r29854 r30416  
    55    <property name="commit.message" value="added one-way support in roundabouts"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="6162"/>
     7    <property name="plugin.main.version" value="7001"/>
    88
    99    <!--
Note: See TracChangeset for help on using the changeset viewer.