Ignore:
Timestamp:
2020-10-18T19:30:35+02:00 (4 years ago)
Author:
Don-vip
Message:

upgrade to JOSM 16548

Location:
applications/editors/josm/plugins/MicrosoftStreetside
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/MicrosoftStreetside

    • Property svn:ignore
      •  

        old new  
        1111checkstyle-josm-MicrosoftStreetside.xml
        1212spotbugs-josm-MicrosoftStreetside.xml
         13bintest
  • applications/editors/josm/plugins/MicrosoftStreetside/.classpath

    r34428 r35601  
    88        </classpathentry>
    99        <classpathentry kind="src" path="config"/>
    10         <classpathentry kind="src" output="bin/test" path="test/unit">
     10        <classpathentry kind="src" output="bintest" path="test/unit">
    1111                <attributes>
     12                        <attribute name="test" value="true"/>
    1213                        <attribute name="gradle_scope" value="test"/>
    1314                        <attribute name="gradle_used_by_scope" value="test"/>
     
    2021                </attributes>
    2122        </classpathentry>
    22         <classpathentry kind="src" output="bin/test" path="test/data">
     23        <classpathentry kind="src" output="bintest" path="test/data">
    2324                <attributes>
     25                        <attribute name="test" value="true"/>
    2426                        <attribute name="gradle_scope" value="test"/>
    2527                        <attribute name="gradle_used_by_scope" value="test"/>
     
    2830        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/>
    2931        <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
     32        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
     33        <classpathentry kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=JOSM-MicrosoftStreetside&amp;ivyXmlPath=ivy.xml&amp;confs=*"/>
     34        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-javafx"/>
     35        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-apache-commons"/>
     36        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-apache-http"/>
     37        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-utilsplugin2"/>
    3038        <classpathentry kind="output" path="bin/default"/>
    3139</classpath>
Note: See TracChangeset for help on using the changeset viewer.