Changeset 29853 in osm


Ignore:
Timestamp:
2013-08-21T01:15:45+02:00 (11 years ago)
Author:
donvip
Message:

[josm_plugins] bunch of tiny things

Location:
applications/editors/josm/plugins
Files:
28 added
15 deleted
71 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/FastDraw/.project

    r29532 r29853  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<projectDescription>
    3         <name>josm-FastDraw</name>
     3        <name>JOSM-FastDraw</name>
    44        <comment></comment>
    55        <projects>
  • applications/editors/josm/plugins/HouseNumberTaggingTool

    • Property svn:ignore
      •  

        old new  
        11.classpath
        22build
         3bin
  • applications/editors/josm/plugins/HouseNumberTaggingTool/.project

    r27510 r29853  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<projectDescription>
    3         <name>HouseNumberTaggingTool</name>
     3        <name>JOSM-HouseNumberTaggingTool</name>
    44        <comment></comment>
    55        <projects>
  • applications/editors/josm/plugins/OpeningHoursEditor

    • Property svn:ignore
      •  

        old new  
        11build
         2bin
  • applications/editors/josm/plugins/OpeningHoursEditor/.project

    r22751 r29853  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<projectDescription>
    3         <name>OpeningHoursEditor</name>
     3        <name>JOSM-OpeningHoursEditor</name>
    44        <comment></comment>
    55        <projects>
  • applications/editors/josm/plugins/OsmInspectorPlugin

    • Property svn:ignore
      •  

        old new  
        11build
         2bin
  • applications/editors/josm/plugins/OsmInspectorPlugin/.classpath

    r28935 r29853  
    1010        <classpathentry kind="lib" path="lib/gt-render-8.0.jar"/>
    1111        <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"/>
    1413        <classpathentry kind="lib" path="lib/gt-wfs-8.0.jar"/>
    1514        <classpathentry kind="lib" path="lib/gt-epsg-extension-8.0.jar"/>
     
    1716        <classpathentry kind="lib" path="lib/gt-metadata-8.0.jar"/>
    1817        <classpathentry kind="lib" path="lib/gt-coverage-8.0.jar"/>
     18        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    1919        <classpathentry kind="output" path="bin"/>
    2020</classpath>
  • applications/editors/josm/plugins/OsmInspectorPlugin/.project

    r28935 r29853  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<projectDescription>
    3         <name>OsmInspectorPlugin</name>
     3        <name>JOSM-OsmInspectorPlugin</name>
    44        <comment></comment>
    55        <projects>
  • applications/editors/josm/plugins/addrinterpolation

    • Property svn:ignore
      •  

        old new  
        11build
         2bin
  • applications/editors/josm/plugins/addrinterpolation/.classpath

    r18413 r29853  
    22<classpath>
    33        <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"/>
     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/cadastre-fr

    • Property svn:ignore
      •  

        old new  
        22build.err
        33build
         4bin
  • applications/editors/josm/plugins/cadastre-fr/.settings/org.eclipse.jdt.core.prefs

    r22547 r29853  
    1 #Thu Mar 04 08:24:37 CET 2010
    21eclipse.preferences.version=1
     2org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore
     3org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull
     4org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefault
     5org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable
     6org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    37org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    48org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
     
    812org.eclipse.jdt.core.compiler.debug.localVariable=generate
    913org.eclipse.jdt.core.compiler.debug.sourceFile=generate
     14org.eclipse.jdt.core.compiler.doc.comment.support=enabled
     15org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
    1016org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
     17org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
     18org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
     19org.eclipse.jdt.core.compiler.problem.deadCode=warning
     20org.eclipse.jdt.core.compiler.problem.deprecation=warning
     21org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
     22org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
     23org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
     24org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
    1125org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
     26org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=ignore
     27org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore
     28org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled
     29org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore
     30org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning
     31org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning
     32org.eclipse.jdt.core.compiler.problem.forbiddenReference=error
     33org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning
     34org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled
     35org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning
     36org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=warning
     37org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore
     38org.eclipse.jdt.core.compiler.problem.invalidJavadoc=ignore
     39org.eclipse.jdt.core.compiler.problem.invalidJavadocTags=disabled
     40org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsDeprecatedRef=disabled
     41org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsNotVisibleRef=disabled
     42org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsVisibility=public
     43org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore
     44org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning
     45org.eclipse.jdt.core.compiler.problem.missingDefaultCase=ignore
     46org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore
     47org.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault=disabled
     48org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=ignore
     49org.eclipse.jdt.core.compiler.problem.missingJavadocComments=warning
     50org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=disabled
     51org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility=public
     52org.eclipse.jdt.core.compiler.problem.missingJavadocTagDescription=return_tag
     53org.eclipse.jdt.core.compiler.problem.missingJavadocTags=warning
     54org.eclipse.jdt.core.compiler.problem.missingJavadocTagsMethodTypeParameters=disabled
     55org.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=disabled
     56org.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=public
     57org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore
     58org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled
     59org.eclipse.jdt.core.compiler.problem.missingSerialVersion=ignore
     60org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore
     61org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning
     62org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning
     63org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore
     64org.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=error
     65org.eclipse.jdt.core.compiler.problem.nullReference=warning
     66org.eclipse.jdt.core.compiler.problem.nullSpecViolation=error
     67org.eclipse.jdt.core.compiler.problem.nullUncheckedConversion=warning
     68org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning
     69org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore
     70org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=ignore
     71org.eclipse.jdt.core.compiler.problem.potentialNullReference=ignore
     72org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable=ignore
     73org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning
     74org.eclipse.jdt.core.compiler.problem.redundantNullAnnotation=warning
     75org.eclipse.jdt.core.compiler.problem.redundantNullCheck=ignore
     76org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=ignore
     77org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=ignore
     78org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore
     79org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=ignore
     80org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
     81org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning
     82org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled
     83org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled
     84org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore
     85org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning
     86org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=enabled
     87org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning
     88org.eclipse.jdt.core.compiler.problem.unclosedCloseable=warning
     89org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore
     90org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning
     91org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore
     92org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=ignore
     93org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore
     94org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore
     95org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled
     96org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled
     97org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
     98org.eclipse.jdt.core.compiler.problem.unusedImport=warning
     99org.eclipse.jdt.core.compiler.problem.unusedLabel=warning
     100org.eclipse.jdt.core.compiler.problem.unusedLocal=warning
     101org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=ignore
     102org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore
     103org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled
     104org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
     105org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
     106org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
     107org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
     108org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    12109org.eclipse.jdt.core.compiler.source=1.6
  • applications/editors/josm/plugins/colorscheme/.classpath

    r18413 r29853  
    22<classpath>
    33        <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"/>
     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="build"/>
  • applications/editors/josm/plugins/dataimport

    • Property svn:ignore
      •  

        old new  
        11build
         2bin
  • applications/editors/josm/plugins/download_along/.classpath

    r29744 r29853  
    22<classpath>
    33        <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"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    6         <classpathentry kind="output" path="bin"/>
     6        <classpathentry kind="output" path="build"/>
    77</classpath>
  • applications/editors/josm/plugins/epci-fr/.classpath

    r26960 r29853  
    22<classpath>
    33        <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"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/ext_tools/.project

    r22236 r29853  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<projectDescription>
    3         <name>ext_tools</name>
     3        <name>JOSM-ext_tools</name>
    44        <comment></comment>
    55        <projects>
  • applications/editors/josm/plugins/geochat

    • Property svn:ignore set to
      bin
  • applications/editors/josm/plugins/globalsat/.project

    r16585 r29853  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<projectDescription>
    3         <name>globalsat</name>
     3        <name>JOSM-globalsat</name>
    44        <comment></comment>
    55        <projects>
  • applications/editors/josm/plugins/gpxfilter/.project

    r23542 r29853  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<projectDescription>
    3         <name>gpxfilter</name>
     3        <name>JOSM-gpxfilter</name>
    44        <comment></comment>
    55        <projects>
  • applications/editors/josm/plugins/graphview/.classpath

    r16630 r29853  
    22<classpath>
    33        <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 6"/>
     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="build"/>
  • applications/editors/josm/plugins/jts

    • Property svn:ignore
      •  

        old new  
        11build
         2bin
  • applications/editors/josm/plugins/lakewalker/.project

    r4061 r29853  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<projectDescription>
    3         <name>josm-lakewalker</name>
     3        <name>JOSM-lakewalker</name>
    44        <comment></comment>
    55        <projects>
  • applications/editors/josm/plugins/livegps/.project

    r14057 r29853  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<projectDescription>
    3         <name>livegps</name>
     3        <name>JOSM-livegps</name>
    44        <comment></comment>
    55        <projects>
  • applications/editors/josm/plugins/log4j

    • Property svn:ignore
      •  

        old new  
        11build
        22REVISION
         3bin
  • applications/editors/josm/plugins/log4j/build.xml

    r29435 r29853  
    11<?xml version="1.0" encoding="utf-8"?>
    2 <!--
    3 ** This is a template build file for a JOSM  plugin.
    4 **
    5 ** Maintaining versions
    6 ** ====================
    7 ** see README.template
    8 **
    9 ** Usage
    10 ** =====
    11 ** To build it run
    12 **
    13 **    > ant  dist
    14 **
    15 ** To install the generated plugin locally (in you default plugin directory) run
    16 **
    17 **    > ant  install
    18 **
    19 ** The generated plugin jar is not automatically available in JOSMs plugin configuration
    20 ** 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 other
    23 ** JOSM users:
    24 **    set the properties commit.message and plugin.main.version
    25 ** and run
    26 **    > ant  publish
    27 **
    28 **
    29 -->
    302<project name="log4j" default="dist" basedir=".">
    313    <!-- enter the SVN commit message -->
     
    4214    <!--<property name="plugin.icon" value="..."/>-->
    4315    <!--<property name="plugin.link" value="..."/>-->
    44     <!--<property name="plugin.early" value="..."/>-->
     16    <property name="plugin.early" value="true"/>
    4517    <!--<property name="plugin.requires" value="..."/>-->
    4618    <property name="plugin.stage" value="5"/>
  • applications/editors/josm/plugins/michigan_left

    • Property svn:ignore
      •  

        old new  
        11build
         2bin
  • applications/editors/josm/plugins/michigan_left/.classpath

    r22290 r29853  
    22<classpath>
    33        <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"/>
    66        <classpathentry kind="output" path="bin"/>
    77</classpath>
  • applications/editors/josm/plugins/mirrored_download

    • Property svn:ignore
      •  

        old new  
        11build
         2bin
  • applications/editors/josm/plugins/namemanager/.project

    r25571 r29853  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<projectDescription>
    3         <name>namemanager</name>
     3        <name>JOSM-namemanager</name>
    44        <comment></comment>
    55        <projects>
  • applications/editors/josm/plugins/nearclick

    • Property svn:ignore
      •  

        old new  
        33build.log
        44build.err
         5bin
  • applications/editors/josm/plugins/nearclick/.project

    r4088 r29853  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<projectDescription>
    3         <name>nearclick</name>
     3        <name>JOSM-nearclick</name>
    44        <comment></comment>
    55        <projects>
  • applications/editors/josm/plugins/opendata/.classpath

    r29319 r29853  
    1717        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
    1818        <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"/>
    2020        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-GeoTools"/>
    2121        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-jts"/>
  • applications/editors/josm/plugins/openvisible

    • Property svn:ignore
      •  

        old new  
        33build.err
        44josm-site.xml
         5bin
  • applications/editors/josm/plugins/osmarender

    • Property svn:ignore
      •  

        old new  
        22build.log
        33build.err
         4bin
  • applications/editors/josm/plugins/pdfimport

    • Property svn:ignore
      •  

        old new  
        11build
         2bin
  • applications/editors/josm/plugins/photo_geotagging

    • Property svn:ignore
      •  

        old new  
        11build
         2bin
  • applications/editors/josm/plugins/photo_geotagging/.project

    r22551 r29853  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<projectDescription>
    3         <name>photo_geotaging</name>
     3        <name>JOSM-photo_geotaging</name>
    44        <comment></comment>
    55        <projects>
  • applications/editors/josm/plugins/plastic_laf

    • Property svn:ignore
      •  

        old new  
        22build.log
        33build.err
         4bin
  • applications/editors/josm/plugins/plastic_laf/.classpath

    r20000 r29853  
    22<classpath>
    33        <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"/>
    65        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
     6        <classpathentry kind="lib" path="lib/looks-2.2.1.jar"/>
    77        <classpathentry kind="output" path="bin"/>
    88</classpath>
  • applications/editors/josm/plugins/plastic_laf/.project

    r1439 r29853  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<projectDescription>
    3         <name>plastic_laf</name>
     3        <name>JOSM-plastic_laf</name>
    44        <comment></comment>
    55        <projects>
  • applications/editors/josm/plugins/poly

    • Property svn:ignore
      •  

        old new  
        11build
         2bin
  • applications/editors/josm/plugins/print

    • Property svn:ignore
      •  

        old new  
        11build
         2bin
  • applications/editors/josm/plugins/reltoolbox/.settings/org.eclipse.core.resources.prefs

    r29535 r29853  
    22encoding//src/relcontext/actions=UTF-8
    33encoding//src/relcontext/actions/TheRing.java=UTF-8
     4encoding/TODO=UTF-8
  • applications/editors/josm/plugins/roadsigns

    • Property svn:ignore
      •  

        old new  
        11build
         2bin
  • applications/editors/josm/plugins/roadsigns/.classpath

    r22016 r29853  
    22<classpath>
    33        <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 6"/>
     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/roadsigns/.project

    r22016 r29853  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<projectDescription>
    3         <name>roadsigns</name>
     3        <name>JOSM-roadsigns</name>
    44        <comment></comment>
    55        <projects>
  • applications/editors/josm/plugins/routes/.project

    r16428 r29853  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<projectDescription>
    3         <name>josm-routes</name>
     3        <name>JOSM-routes</name>
    44        <comment></comment>
    55        <projects>
  • applications/editors/josm/plugins/sds

    • Property svn:ignore
      •  

        old new  
        11build
         2bin
  • applications/editors/josm/plugins/simplifyarea/.project

    r21870 r29853  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<projectDescription>
    3         <name>SimplifyAreaJosmPlugin</name>
     3        <name>JOSM-SimplifyArea</name>
    44        <comment></comment>
    55        <projects>
  • applications/editors/josm/plugins/smed

    • Property svn:ignore
      •  

        old new  
        11build
        22REVISION
         3core
         4dist
  • applications/editors/josm/plugins/surveyor

    • Property svn:ignore
      •  

        old new  
        22build.log
        33build.err
         4bin
  • applications/editors/josm/plugins/surveyor/.classpath

    r16625 r29853  
    44        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    6         <classpathentry combineaccessrules="false" kind="src" path="/livegps"/>
     6        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-livegps"/>
    77        <classpathentry kind="output" path="bin"/>
    88</classpath>
  • applications/editors/josm/plugins/surveyor/.project

    r3081 r29853  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<projectDescription>
    3         <name>josm-plugin-surveyor</name>
     3        <name>JOSM-plugin-surveyor</name>
    44        <comment></comment>
    55        <projects>
  • applications/editors/josm/plugins/tageditor

    • Property svn:ignore
      •  

        old new  
        11build
         2bin
  • applications/editors/josm/plugins/tageditor/.project

    r28368 r29853  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<projectDescription>
    3         <name>tageditor</name>
     3        <name>JOSM-tageditor</name>
    44        <comment></comment>
    55        <projects>
  • applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/TagEditorDialog.java

    r23189 r29853  
    264264                    )
    265265            ).applySafe(this);
    266         } else if (!visible && isShowing()){
     266        } else if (isShowing()) { // Avoid IllegalComponentStateException like in #8775
    267267            new WindowGeometry(this).remember(getClass().getName() + ".geometry");
    268268        }
  • applications/editors/josm/plugins/tagging-preset-tester

    • Property svn:ignore
      •  

        old new  
        22build.log
        33build.err
         4bin
  • applications/editors/josm/plugins/tracer/.project

    r20251 r29853  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<projectDescription>
    3         <name>tracer</name>
     3        <name>JOSM-tracer</name>
    44        <comment></comment>
    55        <projects>
  • applications/editors/josm/plugins/turnlanes

    • Property svn:ignore
      •  

        old new  
        11build
         2bin
  • applications/editors/josm/plugins/turnrestrictions/.classpath

    r23510 r29853  
    66        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
    77        <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"/>
    108        <classpathentry kind="lib" path="test/config"/>
     9        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    1110        <classpathentry kind="output" path="build"/>
    1211</classpath>
  • applications/editors/josm/plugins/turnrestrictions/.project

    r23510 r29853  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<projectDescription>
    3         <name>turnrestrictions</name>
     3        <name>JOSM-turnrestrictions</name>
    44        <comment></comment>
    55        <projects>
  • applications/editors/josm/plugins/undelete

    • Property svn:ignore
      •  

        old new  
        11build
         2bin
  • applications/editors/josm/plugins/utilsplugin2/.project

    r26670 r29853  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<projectDescription>
    3         <name>josm-utilsplugin2</name>
     3        <name>JOSM-utilsplugin2</name>
    44        <comment></comment>
    55        <projects>
  • applications/editors/josm/plugins/videomapping

    • Property svn:ignore
      •  

        old new  
        11build
         2bin
  • applications/editors/josm/plugins/waydownloader

    • Property svn:ignore
      •  

        old new  
        11build
        2 
        32dist
         3bin
  • applications/editors/josm/plugins/waydownloader/.project

    r15412 r29853  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<projectDescription>
    3         <name>waydownloader</name>
     3        <name>JOSM-waydownloader</name>
    44        <comment></comment>
    55        <projects>
  • applications/editors/josm/plugins/waypoint_search

    • Property svn:ignore
      •  

        old new  
        11build
         2bin
  • applications/editors/josm/plugins/wayselector/.project

    r27932 r29853  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<projectDescription>
    3         <name>jOSM-wayselector</name>
     3        <name>JOSM-wayselector</name>
    44        <comment></comment>
    55        <projects>
  • applications/editors/josm/plugins/wikipedia

    • Property svn:ignore
      •  

        old new  
        11build
         2bin
  • applications/editors/josm/plugins/wms-turbo-challenge2/.project

    r21477 r29853  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<projectDescription>
    3         <name>wms-turbo-challenge2</name>
     3        <name>JOSM-wms-turbo-challenge2</name>
    44        <comment></comment>
    55        <projects>
Note: See TracChangeset for help on using the changeset viewer.