Changeset 34330 in osm
- Timestamp:
- 2018-06-20T07:09:29+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/MicrosoftStreetside/.classpath
r34329 r34330 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <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=""> 4 4 <attributes> 5 5 <attribute name="gradle_scope" value="main"/> … … 7 7 </attributes> 8 8 </classpathentry> 9 <classpathentry kind="src" output="bin" path="src"> 9 <classpathentry kind="src" output="bin/minJosmVersion" path="src"> 10 10 <attributes> 11 11 <attribute name="gradle_scope" value="minJosmVersion"/> … … 13 13 </attributes> 14 14 </classpathentry> 15 <classpathentry kind="src" output="bin" path="test/unit"> 15 <classpathentry kind="src" output="bin/test" path="test/unit"> 16 16 <attributes> 17 17 <attribute name="gradle_scope" value="test"/> … … 19 19 </attributes> 20 20 </classpathentry> 21 <classpathentry including="**/*.po" kind="src" output="bin" path="poSrc"> 21 <classpathentry including="**/*.po" kind="src" output="bin/main" path="poSrc"> 22 22 <attributes> 23 23 <attribute name="gradle_scope" value="main"/> … … 25 25 </attributes> 26 26 </classpathentry> 27 <classpathentry kind="src" output="bin" path="test/data"> 27 <classpathentry kind="src" output="bin/test" path="test/data"> 28 28 <attributes> 29 29 <attribute name="gradle_scope" value="test"/>
Note:
See TracChangeset
for help on using the changeset viewer.