Ignore:
Timestamp:
2019-01-17T08:33:05+01:00 (6 years ago)
Author:
gerdp
Message:

add unit tests similar to pbf plugin

Location:
applications/editors/josm/plugins/o5m
Files:
12 added
3 edited

Legend:

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

    • Property svn:ignore
      •  

        old new  
        11build
         2buildtest
        23javadoc
  • applications/editors/josm/plugins/o5m/.classpath

    r33012 r34837  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
     4        <classpathentry kind="src" output="buildtest" path="test/unit">
     5                <attributes>
     6                        <attribute name="test" value="true"/>
     7                </attributes>
     8        </classpathentry>
    49        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
    510        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
     11        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
    612        <classpathentry kind="output" path="build"/>
    713</classpath>
  • applications/editors/josm/plugins/o5m/.project

    r33012 r34837  
    44        <comment></comment>
    55        <projects>
     6                <project>josm</project>
    67        </projects>
    78        <buildSpec>
    89                <buildCommand>
    910                        <name>org.eclipse.jdt.core.javabuilder</name>
     11                        <arguments>
     12                        </arguments>
     13                </buildCommand>
     14                <buildCommand>
     15                        <name>org.sonarlint.eclipse.core.sonarlintBuilder</name>
    1016                        <arguments>
    1117                        </arguments>
     
    1824        </buildSpec>
    1925        <natures>
     26                <nature>org.sonar.ide.eclipse.core.sonarNature</nature>
    2027                <nature>org.eclipse.jdt.core.javanature</nature>
    2128                <nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
Note: See TracChangeset for help on using the changeset viewer.