Ignore:
Timestamp:
2018-06-20T06:54:45+02:00 (7 years ago)
Author:
renerr18
Message:

StreetsideLayer and StreetsideData changes in correspondence with current Mapillary & JOSM versions

File:
1 edited

Legend:

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

    r34321 r34329  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<classpath>
    3         <!--  -classpathentry including="data/**|images/**|LICENSE|LICENSE_*" kind="src" path=""/>
    4         <classpathentry kind="src" path="src"/>
    5         <classpathentry including="**/*.po" kind="src" path="poSrc"/>
    6         <classpathentry kind="src" path="test/data"/>
    7         <classpathentry kind="src" path="test/unit"/>
     3        <classpathentry including="data/**|images/**|LICENSE|LICENSE_*" kind="src" output="bin" path="">
     4                <attributes>
     5                        <attribute name="gradle_scope" value="main"/>
     6                        <attribute name="gradle_used_by_scope" value="main,test"/>
     7                </attributes>
     8        </classpathentry>
     9        <classpathentry kind="src" output="bin" path="src">
     10                <attributes>
     11                        <attribute name="gradle_scope" value="minJosmVersion"/>
     12                        <attribute name="gradle_used_by_scope" value="minJosmVersion"/>
     13                </attributes>
     14        </classpathentry>
     15        <classpathentry kind="src" output="bin" path="test/unit">
     16                <attributes>
     17                        <attribute name="gradle_scope" value="test"/>
     18                        <attribute name="gradle_used_by_scope" value="test"/>
     19                </attributes>
     20        </classpathentry>
     21        <classpathentry including="**/*.po" kind="src" output="bin" path="poSrc">
     22                <attributes>
     23                        <attribute name="gradle_scope" value="main"/>
     24                        <attribute name="gradle_used_by_scope" value="main,test"/>
     25                </attributes>
     26        </classpathentry>
     27        <classpathentry kind="src" output="bin" path="test/data">
     28                <attributes>
     29                        <attribute name="gradle_scope" value="test"/>
     30                        <attribute name="gradle_used_by_scope" value="test"/>
     31                </attributes>
     32        </classpathentry>
    833        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/>
    934        <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
    10         <classpathentry kind="output" path="bin"/ -->
    11        
    12         <classpathentry including="data/**|images/**|LICENSE|LICENSE_*" kind="src" output="bin/main" path="">
    13         <attributes>
    14             <attribute name="gradle_scope" value="main"/>
    15             <attribute name="gradle_used_by_scope" value="main,test"/>
    16         </attributes>
    17     </classpathentry>
    18     <classpathentry kind="src" output="bin/minJosmVersion" path="src">
    19         <attributes>
    20             <attribute name="gradle_scope" value="minJosmVersion"/>
    21             <attribute name="gradle_used_by_scope" value="minJosmVersion"/>
    22         </attributes>
    23     </classpathentry>
    24     <classpathentry kind="src" output="bin/test" path="test/unit">
    25         <attributes>
    26             <attribute name="gradle_scope" value="test"/>
    27             <attribute name="gradle_used_by_scope" value="test"/>
    28         </attributes>
    29     </classpathentry>
    30     <classpathentry including="**/*.po" kind="src" output="bin/main" path="poSrc">
    31         <attributes>
    32             <attribute name="gradle_scope" value="main"/>
    33             <attribute name="gradle_used_by_scope" value="main,test"/>
    34         </attributes>
    35     </classpathentry>
    36     <classpathentry kind="src" output="bin/test" path="test/data">
    37         <attributes>
    38             <attribute name="gradle_scope" value="test"/>
    39             <attribute name="gradle_used_by_scope" value="test"/>
    40         </attributes>
    41     </classpathentry>
    42     <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/>
    43     <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
    44     <classpathentry kind="output" path="bin/default"/>
     35        <classpathentry kind="output" path="bin/default"/>
    4536</classpath>
Note: See TracChangeset for help on using the changeset viewer.