Changeset 34428 in osm for applications/editors/josm/plugins/MicrosoftStreetside/.classpath
- Timestamp:
- 2018-07-18T12:02:17+02:00 (6 years ago)
- Location:
- applications/editors/josm/plugins/MicrosoftStreetside
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/MicrosoftStreetside
- Property svn:ignore
-
old new 8 8 .gitignore 9 9 .gradle 10 .settings 10 11 checkstyle-josm-MicrosoftStreetside.xml 11 12 spotbugs-josm-MicrosoftStreetside.xml
-
- Property svn:ignore
-
applications/editors/josm/plugins/MicrosoftStreetside/.classpath
r34399 r34428 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <classpath> 3 <classpathentry including="data/**|images/**|LICENSE|LICENSE_*" kind="src" output="bin/main" path="">3 <classpathentry excluding="config/" 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" path="config"/> 9 10 <classpathentry kind="src" output="bin/test" path="test/unit"> 10 11 <attributes>
Note:
See TracChangeset
for help on using the changeset viewer.