Changeset 34386 in osm for applications/editors
- Timestamp:
- 2018-07-01T06:49:05+02:00 (6 years ago)
- Location:
- applications/editors/josm/plugins/MicrosoftStreetside
- Files:
-
- 72 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/MicrosoftStreetside/.classpath
r34385 r34386 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <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=""> 4 4 <attributes> 5 5 <attribute name="gradle_scope" value="main"/> 6 6 <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"/>14 7 </attributes> 15 8 </classpathentry> … … 18 11 <attribute name="gradle_scope" value="test"/> 19 12 <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"/> 20 19 </attributes> 21 20 </classpathentry>
Note:
See TracChangeset
for help on using the changeset viewer.