Changeset 29853 in osm
- Timestamp:
- 2013-08-21T01:15:45+02:00 (12 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 28 added
- 15 deleted
- 71 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/FastDraw/.project
r29532 r29853 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <projectDescription> 3 <name> josm-FastDraw</name>3 <name>JOSM-FastDraw</name> 4 4 <comment></comment> 5 5 <projects> -
applications/editors/josm/plugins/HouseNumberTaggingTool
- Property svn:ignore
-
old new 1 1 .classpath 2 2 build 3 bin
-
- Property svn:ignore
-
applications/editors/josm/plugins/HouseNumberTaggingTool/.project
r27510 r29853 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <projectDescription> 3 <name>HouseNumberTaggingTool</name> 3 <name>JOSM-HouseNumberTaggingTool</name> 4 4 <comment></comment> 5 5 <projects> -
applications/editors/josm/plugins/OpeningHoursEditor
- Property svn:ignore
-
old new 1 1 build 2 bin
-
- Property svn:ignore
-
applications/editors/josm/plugins/OpeningHoursEditor/.project
r22751 r29853 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <projectDescription> 3 <name>OpeningHoursEditor</name> 3 <name>JOSM-OpeningHoursEditor</name> 4 4 <comment></comment> 5 5 <projects> -
applications/editors/josm/plugins/OsmInspectorPlugin
- Property svn:ignore
-
old new 1 1 build 2 bin
-
- Property svn:ignore
-
applications/editors/josm/plugins/OsmInspectorPlugin/.classpath
r28935 r29853 10 10 <classpathentry kind="lib" path="lib/gt-render-8.0.jar"/> 11 11 <classpathentry kind="lib" path="lib/jts-1.12.jar"/> 12 <classpathentry kind="lib" path="/JOSM/dist/josm-custom.jar"/> 13 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/Java SE 6 (MacOS X Default)"/> 12 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> 14 13 <classpathentry kind="lib" path="lib/gt-wfs-8.0.jar"/> 15 14 <classpathentry kind="lib" path="lib/gt-epsg-extension-8.0.jar"/> … … 17 16 <classpathentry kind="lib" path="lib/gt-metadata-8.0.jar"/> 18 17 <classpathentry kind="lib" path="lib/gt-coverage-8.0.jar"/> 18 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 19 19 <classpathentry kind="output" path="bin"/> 20 20 </classpath> -
applications/editors/josm/plugins/OsmInspectorPlugin/.project
r28935 r29853 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <projectDescription> 3 <name>OsmInspectorPlugin</name> 3 <name>JOSM-OsmInspectorPlugin</name> 4 4 <comment></comment> 5 5 <projects> -
applications/editors/josm/plugins/addrinterpolation
- Property svn:ignore
-
old new 1 1 build 2 bin
-
- Property svn:ignore
-
applications/editors/josm/plugins/addrinterpolation/.classpath
r18413 r29853 2 2 <classpath> 3 3 <classpathentry kind="src" path="src"/> 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J DK 5"/>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/cadastre-fr
- Property svn:ignore
-
old new 2 2 build.err 3 3 build 4 bin
-
- Property svn:ignore
-
applications/editors/josm/plugins/cadastre-fr/.settings/org.eclipse.jdt.core.prefs
r22547 r29853 1 #Thu Mar 04 08:24:37 CET 20102 1 eclipse.preferences.version=1 2 org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore 3 org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull 4 org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefault 5 org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable 6 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 3 7 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 4 8 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 … … 8 12 org.eclipse.jdt.core.compiler.debug.localVariable=generate 9 13 org.eclipse.jdt.core.compiler.debug.sourceFile=generate 14 org.eclipse.jdt.core.compiler.doc.comment.support=enabled 15 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 10 16 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 17 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore 18 org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning 19 org.eclipse.jdt.core.compiler.problem.deadCode=warning 20 org.eclipse.jdt.core.compiler.problem.deprecation=warning 21 org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled 22 org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled 23 org.eclipse.jdt.core.compiler.problem.discouragedReference=warning 24 org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore 11 25 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 26 org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=ignore 27 org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore 28 org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled 29 org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore 30 org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning 31 org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning 32 org.eclipse.jdt.core.compiler.problem.forbiddenReference=error 33 org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning 34 org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled 35 org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning 36 org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=warning 37 org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore 38 org.eclipse.jdt.core.compiler.problem.invalidJavadoc=ignore 39 org.eclipse.jdt.core.compiler.problem.invalidJavadocTags=disabled 40 org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsDeprecatedRef=disabled 41 org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsNotVisibleRef=disabled 42 org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsVisibility=public 43 org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore 44 org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning 45 org.eclipse.jdt.core.compiler.problem.missingDefaultCase=ignore 46 org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore 47 org.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault=disabled 48 org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=ignore 49 org.eclipse.jdt.core.compiler.problem.missingJavadocComments=warning 50 org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=disabled 51 org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility=public 52 org.eclipse.jdt.core.compiler.problem.missingJavadocTagDescription=return_tag 53 org.eclipse.jdt.core.compiler.problem.missingJavadocTags=warning 54 org.eclipse.jdt.core.compiler.problem.missingJavadocTagsMethodTypeParameters=disabled 55 org.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=disabled 56 org.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=public 57 org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore 58 org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled 59 org.eclipse.jdt.core.compiler.problem.missingSerialVersion=ignore 60 org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore 61 org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning 62 org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning 63 org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore 64 org.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=error 65 org.eclipse.jdt.core.compiler.problem.nullReference=warning 66 org.eclipse.jdt.core.compiler.problem.nullSpecViolation=error 67 org.eclipse.jdt.core.compiler.problem.nullUncheckedConversion=warning 68 org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning 69 org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore 70 org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=ignore 71 org.eclipse.jdt.core.compiler.problem.potentialNullReference=ignore 72 org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable=ignore 73 org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning 74 org.eclipse.jdt.core.compiler.problem.redundantNullAnnotation=warning 75 org.eclipse.jdt.core.compiler.problem.redundantNullCheck=ignore 76 org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=ignore 77 org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=ignore 78 org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore 79 org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=ignore 80 org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled 81 org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning 82 org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled 83 org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled 84 org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore 85 org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning 86 org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=enabled 87 org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning 88 org.eclipse.jdt.core.compiler.problem.unclosedCloseable=warning 89 org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore 90 org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning 91 org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore 92 org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=ignore 93 org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore 94 org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore 95 org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled 96 org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled 97 org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled 98 org.eclipse.jdt.core.compiler.problem.unusedImport=warning 99 org.eclipse.jdt.core.compiler.problem.unusedLabel=warning 100 org.eclipse.jdt.core.compiler.problem.unusedLocal=warning 101 org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=ignore 102 org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore 103 org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled 104 org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled 105 org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled 106 org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning 107 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 108 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 12 109 org.eclipse.jdt.core.compiler.source=1.6 -
applications/editors/josm/plugins/colorscheme/.classpath
r18413 r29853 2 2 <classpath> 3 3 <classpathentry kind="src" path="src"/> 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J DK 5"/>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/dataimport
- Property svn:ignore
-
old new 1 1 build 2 bin
-
- Property svn:ignore
-
applications/editors/josm/plugins/download_along/.classpath
r29744 r29853 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 <classpathentry kind="output" path="b in"/>6 <classpathentry kind="output" path="build"/> 7 7 </classpath> -
applications/editors/josm/plugins/epci-fr/.classpath
r26960 r29853 2 2 <classpath> 3 3 <classpathentry kind="src" path="src"/> 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/ jdk1.6.0_29"/>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/ext_tools/.project
r22236 r29853 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <projectDescription> 3 <name>ext_tools</name> 3 <name>JOSM-ext_tools</name> 4 4 <comment></comment> 5 5 <projects> -
applications/editors/josm/plugins/geochat
-
Property svn:ignore
set to
bin
-
Property svn:ignore
set to
-
applications/editors/josm/plugins/globalsat/.project
r16585 r29853 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <projectDescription> 3 <name>globalsat</name> 3 <name>JOSM-globalsat</name> 4 4 <comment></comment> 5 5 <projects> -
applications/editors/josm/plugins/gpxfilter/.project
r23542 r29853 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <projectDescription> 3 <name>gpxfilter</name> 3 <name>JOSM-gpxfilter</name> 4 4 <comment></comment> 5 5 <projects> -
applications/editors/josm/plugins/graphview/.classpath
r16630 r29853 2 2 <classpath> 3 3 <classpathentry kind="src" path="src"/> 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J DK6"/>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/jts
- Property svn:ignore
-
old new 1 1 build 2 bin
-
- Property svn:ignore
-
applications/editors/josm/plugins/lakewalker/.project
r4061 r29853 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <projectDescription> 3 <name> josm-lakewalker</name>3 <name>JOSM-lakewalker</name> 4 4 <comment></comment> 5 5 <projects> -
applications/editors/josm/plugins/livegps/.project
r14057 r29853 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <projectDescription> 3 <name>livegps</name> 3 <name>JOSM-livegps</name> 4 4 <comment></comment> 5 5 <projects> -
applications/editors/josm/plugins/log4j
- Property svn:ignore
-
old new 1 1 build 2 2 REVISION 3 bin
-
- Property svn:ignore
-
applications/editors/josm/plugins/log4j/build.xml
r29435 r29853 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <!--3 ** This is a template build file for a JOSM plugin.4 **5 ** Maintaining versions6 ** ====================7 ** see README.template8 **9 ** Usage10 ** =====11 ** To build it run12 **13 ** > ant dist14 **15 ** To install the generated plugin locally (in you default plugin directory) run16 **17 ** > ant install18 **19 ** The generated plugin jar is not automatically available in JOSMs plugin configuration20 ** dialog. You have to check it in first.21 **22 ** Use the ant target 'publish' to check in the plugin and make it available to other23 ** JOSM users:24 ** set the properties commit.message and plugin.main.version25 ** and run26 ** > ant publish27 **28 **29 -->30 2 <project name="log4j" default="dist" basedir="."> 31 3 <!-- enter the SVN commit message --> … … 42 14 <!--<property name="plugin.icon" value="..."/>--> 43 15 <!--<property name="plugin.link" value="..."/>--> 44 < !--<property name="plugin.early" value="..."/>-->16 <property name="plugin.early" value="true"/> 45 17 <!--<property name="plugin.requires" value="..."/>--> 46 18 <property name="plugin.stage" value="5"/> -
applications/editors/josm/plugins/michigan_left
- Property svn:ignore
-
old new 1 1 build 2 bin
-
- Property svn:ignore
-
applications/editors/josm/plugins/michigan_left/.classpath
r22290 r29853 2 2 <classpath> 3 3 <classpathentry kind="src" path="src"/> 4 <classpathentry combineaccessrules="false" kind="src" path="/core"/>5 <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 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> 7 7 </classpath> -
applications/editors/josm/plugins/mirrored_download
- Property svn:ignore
-
old new 1 1 build 2 bin
-
- Property svn:ignore
-
applications/editors/josm/plugins/namemanager/.project
r25571 r29853 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <projectDescription> 3 <name>namemanager</name> 3 <name>JOSM-namemanager</name> 4 4 <comment></comment> 5 5 <projects> -
applications/editors/josm/plugins/nearclick
- Property svn:ignore
-
old new 3 3 build.log 4 4 build.err 5 bin
-
- Property svn:ignore
-
applications/editors/josm/plugins/nearclick/.project
r4088 r29853 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <projectDescription> 3 <name>nearclick</name> 3 <name>JOSM-nearclick</name> 4 4 <comment></comment> 5 5 <projects> -
applications/editors/josm/plugins/opendata/.classpath
r29319 r29853 17 17 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> 18 18 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 19 <classpathentry combineaccessrules="false" kind="src" path="/ josm-utilsplugin2"/>19 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-utilsplugin2"/> 20 20 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-GeoTools"/> 21 21 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-jts"/> -
applications/editors/josm/plugins/openvisible
- Property svn:ignore
-
old new 3 3 build.err 4 4 josm-site.xml 5 bin
-
- Property svn:ignore
-
applications/editors/josm/plugins/osmarender
- Property svn:ignore
-
old new 2 2 build.log 3 3 build.err 4 bin
-
- Property svn:ignore
-
applications/editors/josm/plugins/pdfimport
- Property svn:ignore
-
old new 1 1 build 2 bin
-
- Property svn:ignore
-
applications/editors/josm/plugins/photo_geotagging
- Property svn:ignore
-
old new 1 1 build 2 bin
-
- Property svn:ignore
-
applications/editors/josm/plugins/photo_geotagging/.project
r22551 r29853 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <projectDescription> 3 <name>photo_geotaging</name> 3 <name>JOSM-photo_geotaging</name> 4 4 <comment></comment> 5 5 <projects> -
applications/editors/josm/plugins/plastic_laf
- Property svn:ignore
-
old new 2 2 build.log 3 3 build.err 4 bin
-
- Property svn:ignore
-
applications/editors/josm/plugins/plastic_laf/.classpath
r20000 r29853 2 2 <classpath> 3 3 <classpathentry kind="src" path="src"/> 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JDK 5"/> 5 <classpathentry kind="lib" path="/home/jirka/osm/josm/plugins/plastic_laf/lib/looks-2.2.1.jar"/> 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> 6 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 <classpathentry kind="lib" path="lib/looks-2.2.1.jar"/> 7 7 <classpathentry kind="output" path="bin"/> 8 8 </classpath> -
applications/editors/josm/plugins/plastic_laf/.project
r1439 r29853 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <projectDescription> 3 <name>plastic_laf</name> 3 <name>JOSM-plastic_laf</name> 4 4 <comment></comment> 5 5 <projects> -
applications/editors/josm/plugins/poly
- Property svn:ignore
-
old new 1 1 build 2 bin
-
- Property svn:ignore
-
applications/editors/josm/plugins/print
- Property svn:ignore
-
old new 1 1 build 2 bin
-
- Property svn:ignore
-
applications/editors/josm/plugins/reltoolbox/.settings/org.eclipse.core.resources.prefs
r29535 r29853 2 2 encoding//src/relcontext/actions=UTF-8 3 3 encoding//src/relcontext/actions/TheRing.java=UTF-8 4 encoding/TODO=UTF-8 -
applications/editors/josm/plugins/roadsigns
- Property svn:ignore
-
old new 1 1 build 2 bin
-
- Property svn:ignore
-
applications/editors/josm/plugins/roadsigns/.classpath
r22016 r29853 2 2 <classpath> 3 3 <classpathentry kind="src" path="src"/> 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J DK6"/>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/roadsigns/.project
r22016 r29853 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <projectDescription> 3 <name>roadsigns</name> 3 <name>JOSM-roadsigns</name> 4 4 <comment></comment> 5 5 <projects> -
applications/editors/josm/plugins/routes/.project
r16428 r29853 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <projectDescription> 3 <name> josm-routes</name>3 <name>JOSM-routes</name> 4 4 <comment></comment> 5 5 <projects> -
applications/editors/josm/plugins/sds
- Property svn:ignore
-
old new 1 1 build 2 bin
-
- Property svn:ignore
-
applications/editors/josm/plugins/simplifyarea/.project
r21870 r29853 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <projectDescription> 3 <name>SimplifyArea JosmPlugin</name>3 <name>JOSM-SimplifyArea</name> 4 4 <comment></comment> 5 5 <projects> -
applications/editors/josm/plugins/smed
- Property svn:ignore
-
old new 1 1 build 2 2 REVISION 3 core 4 dist
-
- Property svn:ignore
-
applications/editors/josm/plugins/surveyor
- Property svn:ignore
-
old new 2 2 build.log 3 3 build.err 4 bin
-
- Property svn:ignore
-
applications/editors/josm/plugins/surveyor/.classpath
r16625 r29853 4 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 <classpathentry combineaccessrules="false" kind="src" path="/livegps"/> 6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-livegps"/> 7 7 <classpathentry kind="output" path="bin"/> 8 8 </classpath> -
applications/editors/josm/plugins/surveyor/.project
r3081 r29853 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <projectDescription> 3 <name> josm-plugin-surveyor</name>3 <name>JOSM-plugin-surveyor</name> 4 4 <comment></comment> 5 5 <projects> -
applications/editors/josm/plugins/tageditor
- Property svn:ignore
-
old new 1 1 build 2 bin
-
- Property svn:ignore
-
applications/editors/josm/plugins/tageditor/.project
r28368 r29853 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <projectDescription> 3 <name>tageditor</name> 3 <name>JOSM-tageditor</name> 4 4 <comment></comment> 5 5 <projects> -
applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/TagEditorDialog.java
r23189 r29853 264 264 ) 265 265 ).applySafe(this); 266 } else if ( !visible &&isShowing()){266 } else if (isShowing()) { // Avoid IllegalComponentStateException like in #8775 267 267 new WindowGeometry(this).remember(getClass().getName() + ".geometry"); 268 268 } -
applications/editors/josm/plugins/tagging-preset-tester
- Property svn:ignore
-
old new 2 2 build.log 3 3 build.err 4 bin
-
- Property svn:ignore
-
applications/editors/josm/plugins/tracer/.project
r20251 r29853 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <projectDescription> 3 <name>tracer</name> 3 <name>JOSM-tracer</name> 4 4 <comment></comment> 5 5 <projects> -
applications/editors/josm/plugins/turnlanes
- Property svn:ignore
-
old new 1 1 build 2 bin
-
- Property svn:ignore
-
applications/editors/josm/plugins/turnrestrictions/.classpath
r23510 r29853 6 6 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 7 7 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> 8 <classpathentry kind="lib" path="/JOSM/dist/josm-custom.jar" sourcepath="/JOSM/src"/>9 <classpathentry kind="lib" path="/JOSM/test/build" sourcepath="/JOSM/test/functional"/>10 8 <classpathentry kind="lib" path="test/config"/> 9 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 11 10 <classpathentry kind="output" path="build"/> 12 11 </classpath> -
applications/editors/josm/plugins/turnrestrictions/.project
r23510 r29853 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <projectDescription> 3 <name>turnrestrictions</name> 3 <name>JOSM-turnrestrictions</name> 4 4 <comment></comment> 5 5 <projects> -
applications/editors/josm/plugins/undelete
- Property svn:ignore
-
old new 1 1 build 2 bin
-
- Property svn:ignore
-
applications/editors/josm/plugins/utilsplugin2/.project
r26670 r29853 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <projectDescription> 3 <name> josm-utilsplugin2</name>3 <name>JOSM-utilsplugin2</name> 4 4 <comment></comment> 5 5 <projects> -
applications/editors/josm/plugins/videomapping
- Property svn:ignore
-
old new 1 1 build 2 bin
-
- Property svn:ignore
-
applications/editors/josm/plugins/waydownloader
- Property svn:ignore
-
old new 1 1 build 2 3 2 dist 3 bin
-
- Property svn:ignore
-
applications/editors/josm/plugins/waydownloader/.project
r15412 r29853 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <projectDescription> 3 <name>waydownloader</name> 3 <name>JOSM-waydownloader</name> 4 4 <comment></comment> 5 5 <projects> -
applications/editors/josm/plugins/waypoint_search
- Property svn:ignore
-
old new 1 1 build 2 bin
-
- Property svn:ignore
-
applications/editors/josm/plugins/wayselector/.project
r27932 r29853 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <projectDescription> 3 <name> jOSM-wayselector</name>3 <name>JOSM-wayselector</name> 4 4 <comment></comment> 5 5 <projects> -
applications/editors/josm/plugins/wikipedia
- Property svn:ignore
-
old new 1 1 build 2 bin
-
- Property svn:ignore
-
applications/editors/josm/plugins/wms-turbo-challenge2/.project
r21477 r29853 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <projectDescription> 3 <name>wms-turbo-challenge2</name> 3 <name>JOSM-wms-turbo-challenge2</name> 4 4 <comment></comment> 5 5 <projects>
Note:
See TracChangeset
for help on using the changeset viewer.