Ignore:
Timestamp:
2018-06-19T05:40:23+02:00 (7 years ago)
Author:
renerr18
Message:

Cleanup and removal of superfluous files.

File:
1 edited

Legend:

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

    r34317 r34321  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<classpath>
    3         <classpathentry including="data/**|images/**|LICENSE|LICENSE_*" kind="src" path=""/>
     3        <!--  -classpathentry including="data/**|images/**|LICENSE|LICENSE_*" kind="src" path=""/>
    44        <classpathentry kind="src" path="src"/>
    55        <classpathentry including="**/*.po" kind="src" path="poSrc"/>
     
    88        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/>
    99        <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
    10         <classpathentry kind="output" path="bin"/>
     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"/>
    1145</classpath>
Note: See TracChangeset for help on using the changeset viewer.