Ignore:
Timestamp:
2018-09-23T21:35:17+02:00 (7 years ago)
Author:
donvip
Message:

see #josm16769 - add unit tests for JMapViewer

Location:
applications/viewer/jmapviewer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/viewer/jmapviewer

    • Property svn:ignore
      •  

        old new  
        99javadoc
        1010spotbugs-jmapviewer.xml
         11report
         12bintest
  • applications/viewer/jmapviewer/.classpath

    r32677 r34669  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
     4        <classpathentry kind="src" output="bintest" path="test">
     5                <attributes>
     6                        <attribute name="test" value="true"/>
     7                </attributes>
     8        </classpathentry>
    49        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
     10        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
    511        <classpathentry kind="output" path="bin"/>
    612</classpath>
Note: See TracChangeset for help on using the changeset viewer.