Changeset 34386 in osm for applications/editors


Ignore:
Timestamp:
2018-07-01T06:49:05+02:00 (6 years ago)
Author:
renerr18
Message:

Minor modifications and improvments after conflicht resolution.

Location:
applications/editors/josm/plugins/MicrosoftStreetside
Files:
72 added
1 edited

Legend:

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

    r34385 r34386  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<classpath>
    3         <classpathentry excluding="config/" including="data/**|images/**|LICENSE|LICENSE_*" kind="src" output="bin/main" path="">
     3        <classpathentry including="data/**|images/**|LICENSE|LICENSE_*" kind="src" output="bin/main" path="">
    44                <attributes>
    55                        <attribute name="gradle_scope" value="main"/>
    66                        <attribute name="gradle_used_by_scope" value="main,test"/>
    7                 </attributes>
    8         </classpathentry>
    9         <classpathentry kind="src" path="config"/>
    10         <classpathentry kind="src" output="bin/minJosmVersion" path="src">
    11                 <attributes>
    12                         <attribute name="gradle_scope" value="minJosmVersion"/>
    13                         <attribute name="gradle_used_by_scope" value="minJosmVersion"/>
    147                </attributes>
    158        </classpathentry>
     
    1811                        <attribute name="gradle_scope" value="test"/>
    1912                        <attribute name="gradle_used_by_scope" value="test"/>
     13                </attributes>
     14        </classpathentry>
     15        <classpathentry kind="src" output="bin/minJosmVersion" path="src">
     16                <attributes>
     17                        <attribute name="gradle_scope" value="minJosmVersion"/>
     18                        <attribute name="gradle_used_by_scope" value="minJosmVersion"/>
    2019                </attributes>
    2120        </classpathentry>
Note: See TracChangeset for help on using the changeset viewer.