Changeset 31906 in osm


Ignore:
Timestamp:
2016-01-02T01:52:28+01:00 (9 years ago)
Author:
donvip
Message:

[josm_jts] add sources and javadoc

Location:
applications/editors/josm/plugins/jts
Files:
2 added
1 edited

Legend:

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

    r30416 r31906  
    44        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    6         <classpathentry exported="true" kind="lib" path="lib/jts-1.13.jar"/>
     6        <classpathentry exported="true" kind="lib" path="lib/jts-1.13.jar" sourcepath="lib/jts-1.13-sources.jar">
     7                <attributes>
     8                        <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-jts/lib/jts-1.13-javadoc.jar!/"/>
     9                </attributes>
     10        </classpathentry>
    711        <classpathentry kind="output" path="bin"/>
    812</classpath>
Note: See TracChangeset for help on using the changeset viewer.