Changeset 30151 in osm for applications/editors/josm/plugins/globalsat
- Timestamp:
- 2013-12-25T16:48:55+01:00 (11 years ago)
- Location:
- applications/editors/josm/plugins/globalsat
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/globalsat/.classpath
r16585 r30151 3 3 <classpathentry kind="src" path="src"/> 4 4 <classpathentry kind="lib" path="libs/RXTXcomm.jar"/> 5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER "/>5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> 6 6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 7 7 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/globalsat/.settings/org.eclipse.jdt.core.prefs
r29854 r30151 6 6 org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable 7 7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 10 org.eclipse.jdt.core.compiler.compliance=1.6 8 11 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 12 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 9 13 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore 10 14 org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning … … 15 19 org.eclipse.jdt.core.compiler.problem.discouragedReference=warning 16 20 org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore 21 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 17 22 org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=ignore 18 23 org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore … … 88 93 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 89 94 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 95 org.eclipse.jdt.core.compiler.source=1.6
Note:
See TracChangeset
for help on using the changeset viewer.