Ignore:
Timestamp:
2012-11-18T22:21:44+01:00 (12 years ago)
Author:
donvip
Message:

[josm_importimage] Major refactoring/update of COTS in order to rely on GeoTools plugin

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

Legend:

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

    • Property svn:ignore
      •  

        old new  
        11build
         2bin
  • applications/editors/josm/plugins/ImportImagePlugin/.classpath

    r25934 r28954  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="lib" path="lib/commons-beanutils-1.7.0.jar"/>
    5         <classpathentry kind="lib" path="lib/commons-pool-1.5.3.jar"/>
    6         <classpathentry kind="lib" path="lib/geoapi-2.3-M1.jar"/>
    7         <classpathentry kind="lib" path="lib/geoapi-pending-2.3-M1.jar"/>
    8         <classpathentry kind="lib" path="lib/geoapi.jar"/>
    9         <classpathentry kind="lib" path="lib/gt-api-2.6.0.jar"/>
    10         <classpathentry kind="lib" path="lib/gt-coverage-2.6.0.jar"/>
    11         <classpathentry kind="lib" path="lib/gt-epsg-extension-2.6.0.jar"/>
    12         <classpathentry kind="lib" path="lib/gt-epsg-hsql-2.6.0.jar"/>
    13         <classpathentry kind="lib" path="lib/gt-geotiff-2.6.0.jar"/>
    14         <classpathentry kind="lib" path="lib/gt-main-2.6.0.jar"/>
    15         <classpathentry kind="lib" path="lib/gt-metadata-2.6.0.jar"/>
    16         <classpathentry kind="lib" path="lib/gt-referencing-2.6.0.jar"/>
    17         <classpathentry kind="lib" path="lib/hsqldb-1.8.0.7.jar"/>
    18         <classpathentry kind="lib" path="lib/imageio-ext-tiff-1.0.4.jar"/>
    19         <classpathentry kind="lib" path="lib/imageio-ext-utilities-1.0.4.jar"/>
    20         <classpathentry kind="lib" path="lib/jai_codec-1.1.3.jar"/>
    21         <classpathentry kind="lib" path="lib/jai_core.jar"/>
    22         <classpathentry kind="lib" path="lib/jai_imageio-1.1.jar"/>
    23         <classpathentry kind="lib" path="lib/jdom-1.0.jar"/>
    24         <classpathentry kind="lib" path="lib/jsr-275-1.0-beta-2.jar"/>
    25         <classpathentry kind="lib" path="lib/jts-1.10.jar"/>
    26         <classpathentry kind="lib" path="lib/log4j-1.2.12.jar"/>
    27         <classpathentry kind="lib" path="lib/vecmath-1.3.2.jar"/>
     4        <classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/>
    285        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
    296        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
     7        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-GeoTools"/>
     8        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-jts"/>
     9        <classpathentry kind="lib" path="/JOSM-GeoTools/lib/commons-beanutils-1.7.0.jar"/>
     10        <classpathentry kind="lib" path="/JOSM-GeoTools/lib/commons-pool-1.5.4.jar"/>
     11        <classpathentry kind="lib" path="/JOSM-GeoTools/lib/hsqldb-1.8.0.7.jar"/>
     12        <classpathentry kind="lib" path="/JOSM-GeoTools/lib/jai_codec-1.1.3.jar"/>
     13        <classpathentry kind="lib" path="/JOSM-GeoTools/lib/jai_core-1.1.3.jar"/>
     14        <classpathentry kind="lib" path="/JOSM-GeoTools/lib/jai_imageio-1.1.jar"/>
     15        <classpathentry kind="lib" path="/JOSM-GeoTools/lib/jdom-1.0.jar"/>
     16        <classpathentry kind="lib" path="/JOSM-GeoTools/lib/jsr-275-1.0-beta-2.jar"/>
     17        <classpathentry kind="lib" path="/JOSM-GeoTools/lib/vecmath-1.3.2.jar"/>
     18        <classpathentry kind="lib" path="/JOSM-jts/lib/jts-1.12.jar"/>
     19        <classpathentry kind="lib" path="/JOSM-GeoTools/lib/gt-api-8.3.jar"/>
     20        <classpathentry kind="lib" path="/JOSM-GeoTools/lib/gt-coverage-8.3.jar"/>
     21        <classpathentry kind="lib" path="/JOSM-GeoTools/lib/gt-epsg-extension-8.3.jar"/>
     22        <classpathentry kind="lib" path="/JOSM-GeoTools/lib/gt-epsg-hsql-8.3.jar"/>
     23        <classpathentry kind="lib" path="/JOSM-GeoTools/lib/gt-geotiff-8.3.jar"/>
     24        <classpathentry kind="lib" path="/JOSM-GeoTools/lib/gt-main-8.3.jar"/>
     25        <classpathentry kind="lib" path="/JOSM-GeoTools/lib/gt-metadata-8.3.jar"/>
     26        <classpathentry kind="lib" path="/JOSM-GeoTools/lib/gt-referencing-8.3.jar"/>
     27        <classpathentry kind="lib" path="/JOSM-GeoTools/lib/imageio-ext-tiff-1.1.5.jar"/>
     28        <classpathentry kind="lib" path="/JOSM-GeoTools/lib/imageio-ext-utilities-1.1.5.jar"/>
     29        <classpathentry kind="lib" path="/JOSM-GeoTools/lib/gt-opengis-8.3.jar"/>
    3030        <classpathentry kind="output" path="bin"/>
    3131</classpath>
Note: See TracChangeset for help on using the changeset viewer.