Changeset 31702 in osm for applications/editors/josm


Ignore:
Timestamp:
2015-10-26T15:28:41+01:00 (9 years ago)
Author:
donvip
Message:

[josm_osmrec_plugin] remove remaining dependencies provided by other JOSM plugins

Location:
applications/editors/josm/plugins/OSMRecPlugin
Files:
5 deleted
1 edited

Legend:

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

    r31557 r31702  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="lib" path="lib/commons-lang3-3.3.2.jar"/>
    5         <classpathentry kind="lib" path="lib/commons-pool-1.5.4.jar"/>
    6         <classpathentry kind="lib" path="lib/gt-api-9.3.jar"/>
    7         <classpathentry kind="lib" path="lib/gt-metadata-9.3.jar"/>
    8         <classpathentry kind="lib" path="lib/gt-opengis-9.3.jar"/>
    9         <classpathentry kind="lib" path="lib/gt-referencing-9.3.jar"/>
    10         <classpathentry kind="lib" path="lib/jai_core-1.1.3.jar"/>
    114        <classpathentry kind="lib" path="lib/jena-core-2.12.0.jar"/>
    125        <classpathentry kind="lib" path="lib/jena-iri-1.1.0.jar"/>
    136        <classpathentry kind="lib" path="lib/jgridshift-1.0.jar"/>
    147        <classpathentry kind="lib" path="lib/jsonic-1.2.7.jar"/>
    15         <classpathentry kind="lib" path="lib/jsr-275-1.0-beta-2.jar"/>
    16         <classpathentry kind="lib" path="lib/jts-1.13.jar"/>
    178        <classpathentry kind="lib" path="lib/langdetect-1.1-20120112.jar"/>
    189        <classpathentry kind="lib" path="lib/liblinear-1.95.jar"/>
    1910        <classpathentry kind="lib" path="lib/liblinear-java-1.95.jar"/>
    20         <classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/>
    2111        <classpathentry kind="lib" path="lib/lucene-analyzers-3.6.0.jar"/>
    2212        <classpathentry kind="lib" path="lib/lucene-core-3.6.0.jar"/>
    2313        <classpathentry kind="lib" path="lib/slf4j-api-1.7.6.jar"/>
    2414        <classpathentry kind="lib" path="lib/slf4j-log4j12-1.7.6.jar"/>
    25         <classpathentry kind="lib" path="lib/vecmath-1.3.2.jar"/>
    2615        <classpathentry kind="lib" path="lib/xercesImpl-2.11.0.jar"/>
    2716        <classpathentry kind="lib" path="lib/xml-apis-1.4.01.jar"/>
    2817        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    2918        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
     19        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-apache-commons"/>
     20        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-GeoTools"/>
     21        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-jts"/>
     22        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-log4j"/>
    3023        <classpathentry kind="output" path="bin"/>
    3124</classpath>
Note: See TracChangeset for help on using the changeset viewer.