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

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/tageditor/.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/tageditor/.settings/org.eclipse.jdt.core.prefs

    r30151 r30416  
    88org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    99org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    10 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    11 org.eclipse.jdt.core.compiler.compliance=1.6
     10org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     11org.eclipse.jdt.core.compiler.compliance=1.7
    1212org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
    1313org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
     
    9494org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9595org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    96 org.eclipse.jdt.core.compiler.source=1.6
     96org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/tageditor/build.xml

    r30110 r30416  
    22<project name="tageditor" default="dist" basedir=".">
    33    <property name="commit.message" value="Tageditor:  help shortcut parser, rebuild"/>
    4     <property name="plugin.main.version" value="6437"/>
     4    <property name="plugin.main.version" value="7001"/>
    55   
    66        <property name="plugin.author" value="Karl Guggisberg"/>
Note: See TracChangeset for help on using the changeset viewer.