Changeset 34330 in osm


Ignore:
Timestamp:
2018-06-20T07:09:29+02:00 (6 years ago)
Author:
renerr18
Message:

Optimizations.

File:
1 edited

Legend:

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

    r34329 r34330  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<classpath>
    3         <classpathentry including="data/**|images/**|LICENSE|LICENSE_*" kind="src" output="bin" path="">
     3        <classpathentry including="data/**|images/**|LICENSE|LICENSE_*" kind="src" output="bin/main" path="">
    44                <attributes>
    55                        <attribute name="gradle_scope" value="main"/>
     
    77                </attributes>
    88        </classpathentry>
    9         <classpathentry kind="src" output="bin" path="src">
     9        <classpathentry kind="src" output="bin/minJosmVersion" path="src">
    1010                <attributes>
    1111                        <attribute name="gradle_scope" value="minJosmVersion"/>
     
    1313                </attributes>
    1414        </classpathentry>
    15         <classpathentry kind="src" output="bin" path="test/unit">
     15        <classpathentry kind="src" output="bin/test" path="test/unit">
    1616                <attributes>
    1717                        <attribute name="gradle_scope" value="test"/>
     
    1919                </attributes>
    2020        </classpathentry>
    21         <classpathentry including="**/*.po" kind="src" output="bin" path="poSrc">
     21        <classpathentry including="**/*.po" kind="src" output="bin/main" path="poSrc">
    2222                <attributes>
    2323                        <attribute name="gradle_scope" value="main"/>
     
    2525                </attributes>
    2626        </classpathentry>
    27         <classpathentry kind="src" output="bin" path="test/data">
     27        <classpathentry kind="src" output="bin/test" path="test/data">
    2828                <attributes>
    2929                        <attribute name="gradle_scope" value="test"/>
Note: See TracChangeset for help on using the changeset viewer.