Changeset 30151 in osm for applications/editors
- Timestamp:
- 2013-12-25T16:48:55+01:00 (11 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 18 added
- 74 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/CommandLine/.classpath
r25179 r30151 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/Create_grid_of_ways/.classpath
r16620 r30151 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/ElevationProfile
- Property svn:ignore
-
old new 1 .classpath2 1 .classpath.swp 3 .project4 2 Colors.png 5 3 bin
-
- Property svn:ignore
-
applications/editors/josm/plugins/FixAddresses
- Property svn:ignore
-
old new 1 .classpath2 .project3 1 build
-
- Property svn:ignore
-
applications/editors/josm/plugins/HouseNumberTaggingTool
- Property svn:ignore
-
old new 1 .classpath2 1 build 3 2 bin
-
- Property svn:ignore
-
applications/editors/josm/plugins/ImportImagePlugin/.classpath
r29319 r30151 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-GeoTools"/> -
applications/editors/josm/plugins/alignways/.classpath
r27629 r30151 3 3 <classpathentry kind="src" path="src"/> 4 4 <classpathentry combineaccessrules="false" exported="true" kind="src" path="/JOSM"/> 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 kind="lib" path="lib"/> 7 7 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> -
applications/editors/josm/plugins/canvec_helper/.classpath
r27930 r30151 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/canvec_helper/.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 -
applications/editors/josm/plugins/dataimport/.classpath
r19503 r30151 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry exported="true" kind="lib" path="lib/jsr173-1.0_api.jar"/> 6 6 <classpathentry exported="true" kind="lib" path="lib/jaxb-impl.jar"/> -
applications/editors/josm/plugins/download_along/.classpath
r29853 r30151 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/editgpx/.classpath
r23659 r30151 3 3 <classpathentry kind="src" path="src"/> 4 4 <classpathentry excluding="src/" including="images/" kind="src" path=""/> 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="bin"/> -
applications/editors/josm/plugins/editgpx/.settings/org.eclipse.jdt.core.prefs
r29533 r30151 5 5 org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable 6 6 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 7 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 8 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 9 org.eclipse.jdt.core.compiler.compliance=1.6 7 10 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 11 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 8 12 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore 9 13 org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning … … 14 18 org.eclipse.jdt.core.compiler.problem.discouragedReference=warning 15 19 org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore 20 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 16 21 org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=ignore 17 22 org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore … … 84 89 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 85 90 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 91 org.eclipse.jdt.core.compiler.source=1.6 86 92 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false 87 93 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16 … … 155 161 org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=false 156 162 org.eclipse.jdt.core.formatter.indentation.size=4 163 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert 157 164 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert 158 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_member=insert 165 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert 166 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert 159 167 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert 168 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert 160 169 org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert 161 170 org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert -
applications/editors/josm/plugins/epci-fr
- Property svn:ignore
-
old new 1 1 build 2 .settings3 2 REVISION 4 3 bin
-
- Property svn:ignore
-
applications/editors/josm/plugins/ext_tools/.classpath
r23126 r30151 3 3 <classpathentry kind="src" path="src"/> 4 4 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 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 kind="output" path="build"/> 7 7 </classpath> -
applications/editors/josm/plugins/geochat/.classpath
r29853 r30151 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/geochat/.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 -
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 -
applications/editors/josm/plugins/gpxfilter/.classpath
r23542 r30151 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/imagery-xml-bounds
- Property svn:ignore
-
old new 1 1 build 2 .settings3 2 bin
-
- Property svn:ignore
-
applications/editors/josm/plugins/imageryadjust/.classpath
r24866 r30151 4 4 <classpathentry including="images/" kind="src" path=""/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER "/>6 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> 7 7 <classpathentry kind="output" path="build"/> 8 8 </classpath> -
applications/editors/josm/plugins/imageryadjust/.settings/org.eclipse.jdt.core.prefs
r29608 r30151 5 5 org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable 6 6 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 7 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 8 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 9 org.eclipse.jdt.core.compiler.compliance=1.6 7 10 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 11 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 8 12 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore 9 13 org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning … … 14 18 org.eclipse.jdt.core.compiler.problem.discouragedReference=warning 15 19 org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore 20 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 16 21 org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=ignore 17 22 org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore … … 84 89 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 85 90 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 91 org.eclipse.jdt.core.compiler.source=1.6 -
applications/editors/josm/plugins/imagewaypoint/.classpath
r18595 r30151 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/importvec/.classpath
r23712 r30151 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/importvec/.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 -
applications/editors/josm/plugins/jts/.classpath
r29319 r30151 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry exported="true" kind="lib" path="lib/jts-1.13.jar"/> -
applications/editors/josm/plugins/junctionchecking/.classpath
r27966 r30151 3 3 <classpathentry kind="src" path="src"/> 4 4 <classpathentry including="images/|resources/" kind="src" path=""/> 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/livegps/.classpath
r18597 r30151 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/livegps/.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 -
applications/editors/josm/plugins/log4j/.classpath
r28964 r30151 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry exported="true" kind="lib" path="lib/log4j-1.2.17.jar"/> -
applications/editors/josm/plugins/nearclick/.classpath
r18962 r30151 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> 6 6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> -
applications/editors/josm/plugins/openvisible/.classpath
r16587 r30151 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/openvisible/.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 -
applications/editors/josm/plugins/osmarender/.classpath
r16163 r30151 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/osmarender/.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 -
applications/editors/josm/plugins/pbf
- Property svn:ignore
-
old new 1 1 build 2 .settings
-
- Property svn:ignore
-
applications/editors/josm/plugins/pbf/.classpath
r27301 r30151 3 3 <classpathentry kind="src" path="gen"/> 4 4 <classpathentry kind="src" path="src"/> 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/pdfimport/.classpath
r28446 r30151 3 3 <classpathentry kind="src" path="src"/> 4 4 <classpathentry kind="src" path="resources"/> 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="lib" path="lib/pdfbox.jar" sourcepath="D:/Projects/Community/OSM/josm/pdfimport/pdfbox-1.3.1/pdfbox/src/main/java"/> -
applications/editors/josm/plugins/photo_geotagging/.classpath
r22551 r30151 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/photo_geotagging/.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 -
applications/editors/josm/plugins/piclayer/.classpath
r18597 r30151 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/print/.classpath
r28367 r30151 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/print/.settings/org.eclipse.jdt.core.prefs
r29529 r30151 5 5 org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable 6 6 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 7 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 8 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 9 org.eclipse.jdt.core.compiler.compliance=1.6 7 10 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 11 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 8 12 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore 9 13 org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning … … 14 18 org.eclipse.jdt.core.compiler.problem.discouragedReference=warning 15 19 org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore 20 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 16 21 org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=ignore 17 22 org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore … … 84 89 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 85 90 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 91 org.eclipse.jdt.core.compiler.source=1.6 -
applications/editors/josm/plugins/proj4j/.classpath
r29325 r30151 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/proj4j/.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 -
applications/editors/josm/plugins/reltoolbox/.classpath
r29045 r30151 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/reltoolbox/.settings/org.eclipse.jdt.core.prefs
r29535 r30151 5 5 org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable 6 6 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 7 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 8 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 9 org.eclipse.jdt.core.compiler.compliance=1.6 7 10 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 11 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 8 12 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore 9 13 org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning … … 14 18 org.eclipse.jdt.core.compiler.problem.discouragedReference=warning 15 19 org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore 20 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 16 21 org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=ignore 17 22 org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore … … 84 89 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 85 90 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 91 org.eclipse.jdt.core.compiler.source=1.6 -
applications/editors/josm/plugins/routes/.classpath
r16428 r30151 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="lib" path="lib/jaxb-api.jar"/> -
applications/editors/josm/plugins/routes/.settings/org.eclipse.jdt.core.prefs
r16444 r30151 1 #Sat Jul 11 19:41:22 CEST 20092 1 eclipse.preferences.version=1 3 2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 4 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 53 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 5 4 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 6 org.eclipse.jdt.core.compiler.compliance=1. 55 org.eclipse.jdt.core.compiler.compliance=1.6 7 6 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 8 7 org.eclipse.jdt.core.compiler.debug.localVariable=generate … … 10 9 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 11 10 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 12 org.eclipse.jdt.core.compiler.source=1. 511 org.eclipse.jdt.core.compiler.source=1.6 -
applications/editors/josm/plugins/routing/.classpath
r28966 r30151 3 3 <classpathentry kind="src" path="src"/> 4 4 <classpathentry kind="lib" path="lib/jgrapht-jdk1.5.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 combineaccessrules="false" kind="src" path="/JOSM-log4j"/> -
applications/editors/josm/plugins/sds/.classpath
r29684 r30151 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/surveyor/.classpath
r29853 r30151 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-livegps"/> -
applications/editors/josm/plugins/surveyor/.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 -
applications/editors/josm/plugins/tageditor/.classpath
r28368 r30151 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/tageditor/.settings/org.eclipse.jdt.core.prefs
r29854 r30151 7 7 org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable 8 8 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 9 org.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 9 12 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 13 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 10 14 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore 11 15 org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning … … 16 20 org.eclipse.jdt.core.compiler.problem.discouragedReference=warning 17 21 org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore 22 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 18 23 org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=ignore 19 24 org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore … … 89 94 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 90 95 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 96 org.eclipse.jdt.core.compiler.source=1.6 -
applications/editors/josm/plugins/tagging-preset-tester/.classpath
r28566 r30151 3 3 <classpathentry kind="src" path="src"/> 4 4 <classpathentry including="images/" kind="src" path=""/> 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="bin"/> -
applications/editors/josm/plugins/terracer/.classpath
r16162 r30151 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/tracer/.classpath
r20251 r30151 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/tracer/.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 -
applications/editors/josm/plugins/turnlanes/.classpath
r26195 r30151 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/turnrestrictions/.classpath
r29859 r30151 4 4 <classpathentry kind="src" path="test/src"/> 5 5 <classpathentry exported="true" kind="con" path="GROOVY_SUPPORT"/> 6 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER "/>6 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> 7 7 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> 8 8 <classpathentry kind="lib" path="test/config"/> -
applications/editors/josm/plugins/videomapping/.classpath
r28967 r30151 3 3 <classpathentry kind="src" path="src"/> 4 4 <classpathentry kind="src" path="test"/> 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 exported="true" kind="lib" path="lib/vlcj-2.1.0.jar" sourcepath="lib/vlcj-2.1.0-sources.jar"> 7 7 <attributes> -
applications/editors/josm/plugins/walkingpapers/.classpath
r16522 r30151 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/walkingpapers/.settings/org.eclipse.jdt.core.prefs
r16522 r30151 1 #Wed Jul 15 15:49:32 CEST 20092 1 eclipse.preferences.version=1 3 2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 4 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 53 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 5 4 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 6 org.eclipse.jdt.core.compiler.compliance=1. 55 org.eclipse.jdt.core.compiler.compliance=1.6 7 6 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 8 7 org.eclipse.jdt.core.compiler.debug.localVariable=generate … … 10 9 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 11 10 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 12 org.eclipse.jdt.core.compiler.source=1. 511 org.eclipse.jdt.core.compiler.source=1.6 -
applications/editors/josm/plugins/waydownloader/.classpath
r16590 r30151 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/waydownloader/.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 -
applications/editors/josm/plugins/waypoint_search/.classpath
r22660 r30151 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"> 6 6 <attributes> -
applications/editors/josm/plugins/wayselector/.classpath
r27932 r30151 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/wayselector/.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 -
applications/editors/josm/plugins/wikipedia/.classpath
r29853 r30151 3 3 <classpathentry kind="src" path="src"/> 4 4 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 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 kind="output" path="bin"/> 7 7 </classpath> -
applications/editors/josm/plugins/wikipedia/.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 -
applications/editors/josm/plugins/wms-turbo-challenge2/.classpath
r24999 r30151 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/wms-turbo-challenge2/.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.