Ignore:
Timestamp:
2018-07-18T12:02:17+02:00 (6 years ago)
Author:
renerr18
Message:

Improvements and refactoring (logging, ImageInfo, CubemapBuilder) post release.

Location:
applications/editors/josm/plugins/MicrosoftStreetside
Files:
2 edited

Legend:

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

    • Property svn:ignore
      •  

        old new  
        88.gitignore
        99.gradle
         10.settings
        1011checkstyle-josm-MicrosoftStreetside.xml
        1112spotbugs-josm-MicrosoftStreetside.xml
  • applications/editors/josm/plugins/MicrosoftStreetside/.classpath

    r34399 r34428  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<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="">
    44                <attributes>
    55                        <attribute name="gradle_scope" value="main"/>
     
    77                </attributes>
    88        </classpathentry>
     9        <classpathentry kind="src" path="config"/>
    910        <classpathentry kind="src" output="bin/test" path="test/unit">
    1011                <attributes>
Note: See TracChangeset for help on using the changeset viewer.