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/openvisible
Files:
2 edited

Legend:

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

    r16587 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/openvisible/.settings/org.eclipse.jdt.core.prefs

    r29854 r30151  
    66org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable
    77org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
     8org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
     9org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
     10org.eclipse.jdt.core.compiler.compliance=1.6
    811org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
     12org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
    913org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
    1014org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
     
    1519org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
    1620org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
     21org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
    1722org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=ignore
    1823org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore
     
    8893org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    8994org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
     95org.eclipse.jdt.core.compiler.source=1.6
Note: See TracChangeset for help on using the changeset viewer.