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/ElevationProfile
Files:
3 edited

Legend:

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

    r30124 r30416  
    44        <classpathentry kind="src" path="test"/>
    55        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
    6         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
     6        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    77        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    88        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/ElevationProfile/.settings/org.eclipse.jdt.core.prefs

    r29965 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
     9org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
    1010org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
    11 org.eclipse.jdt.core.compiler.compliance=1.6
     11org.eclipse.jdt.core.compiler.compliance=1.7
    1212org.eclipse.jdt.core.compiler.debug.lineNumber=generate
    1313org.eclipse.jdt.core.compiler.debug.localVariable=generate
     
    9797org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9898org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    99 org.eclipse.jdt.core.compiler.source=1.6
     99org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/ElevationProfile/build.xml

    r29955 r30416  
    44    <property name="commit.message" value="[josm_elevationprofile]"/>
    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    <!-- Configure these properties (replace "..." accordingly).
Note: See TracChangeset for help on using the changeset viewer.