Ignore:
Timestamp:
2013-12-25T16:48:55+01:00 (11 years ago)
Author:
donvip
Message:

[josm-plugins] update of Eclipse projects, settings and classpaths

Location:
applications/editors/josm/plugins/tageditor
Files:
2 edited

Legend:

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

    r28368 r30151  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
    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

    r29854 r30151  
    77org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable
    88org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
     9org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
     10org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
     11org.eclipse.jdt.core.compiler.compliance=1.6
    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
     
    8994org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9095org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
     96org.eclipse.jdt.core.compiler.source=1.6
Note: See TracChangeset for help on using the changeset viewer.