Ignore:
Timestamp:
2019-09-27T14:12:31+02:00 (5 years ago)
Author:
donvip
Message:

update Eclipse project

Location:
applications/editors/josm/plugins/tag2link
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/tag2link/.classpath

    r32680 r35141  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
     4        <classpathentry kind="src" output="bintest" 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/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 combineaccessrules="false" kind="src" path="/JOSM"/>
    612        <classpathentry kind="output" path="bin"/>
Note: See TracChangeset for help on using the changeset viewer.