Ignore:
Timestamp:
2021-07-17T14:14:21+02:00 (4 years ago)
Author:
Don-vip
Message:

see #21126 - add unit test

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

Legend:

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

    • Property svn:ignore
      •  

        old new  
        22build
        33javadoc
         4bintest
  • applications/editors/josm/plugins/http2/.classpath

    r35053 r35790  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk-11.0.3.7-hotspot">
     4        <classpathentry kind="src" output="bintest" path="test/unit">
     5                <attributes>
     6                        <attribute name="test" value="true"/>
     7                </attributes>
     8        </classpathentry>
     9        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
    510                <attributes>
    611                        <attribute name="module" value="true"/>
Note: See TracChangeset for help on using the changeset viewer.