Introduce GIS libraries
authorMathieu Baudier <mbaudier@argeo.org>
Wed, 9 Mar 2022 14:03:12 +0000 (15:03 +0100)
committerMathieu Baudier <mbaudier@argeo.org>
Wed, 9 Mar 2022 14:03:12 +0000 (15:03 +0100)
sdk/output-argeo-tp-rap.target
tp/org.argeo.tp.gis/geotools/merge.bnd [new file with mode: 0644]
tp/org.argeo.tp.gis/org.json.simple.bnd [new file with mode: 0644]
tp/org.argeo.tp.gis/org.locationtech.jts.bnd [new file with mode: 0644]

index a7dcf174e3ac11c00bb95e1356267c2ab2fbb296..e16e61cd209dbdf848873ef1663685f5bd5febec 100644 (file)
@@ -10,6 +10,7 @@
                <location path="${project_loc:argeo-slc-unstable}/../output/a2/org.argeo.tp.jcr" type="Directory"/>
                <location path="${project_loc:argeo-slc-unstable}/../output/a2/org.argeo.tp.formats" type="Directory"/>
                <location path="${project_loc:argeo-slc-unstable}/../output/a2/org.argeo.tp.poi" type="Directory"/>
+               <location path="${project_loc:argeo-slc-unstable}/../output/a2/org.argeo.tp.gis" type="Directory"/>
                <location path="${project_loc:argeo-slc-unstable}/../output/a2/org.argeo.tp" type="Directory"/>
        </locations>
 </target>
\ No newline at end of file
diff --git a/tp/org.argeo.tp.gis/geotools/merge.bnd b/tp/org.argeo.tp.gis/geotools/merge.bnd
new file mode 100644 (file)
index 0000000..d7864d6
--- /dev/null
@@ -0,0 +1,41 @@
+Bundle-License: LGPL-2.1-only
+Bundle-SymbolicName: org.geotools
+SLC-Origin-M2: :26.3
+SLC-Origin-M2-Repo: https://repo.osgeo.org/repository/release/
+Export-Package: org.geotools.*, org.opengis.*, net.opengis.*
+Import-Package: \
+org.locationtech.jts.*,\
+org.geotools.gui.swing.*;resolution:="optional",\
+org.geotools.*,\
+org.opengis.*,\
+net.opengis.*,\
+*;resolution:="optional"
+SLC-Origin-M2-Merge: \
+org.geotools:gt-metadata, \
+org.geotools:gt-property, \
+org.geotools:gt-opengis, \
+org.geotools:gt-main, \
+org.geotools:gt-cql, \
+org.geotools:gt-http, \
+org.geotools:gt-coverage, \
+org.geotools:gt-referencing, \
+org.geotools:gt-process, \
+org.geotools:gt-epsg-extension, \
+org.geotools:gt-epsg-postgresql, \
+org.geotools:gt-epsg-wkt, \
+org.geotools:gt-transform, \
+org.geotools:gt-geojson, \
+org.geotools:gt-shapefile, \
+org.geotools:gt-xml, \
+org.geotools:gt-svg, \
+org.geotools:gt-image, \
+org.geotools:gt-geotiff, \
+org.geotools:gt-render, \
+org.geotools:gt-swing, \
+org.geotools:gt-wms, \
+org.geotools:gt-jdbc, \
+org.geotools.jdbc:gt-jdbc-postgis, \
+org.geotools.jdbc:gt-jdbc-h2, \
+org.geotools.ogc:net.opengis.ows, \
+org.geotools.ogc:net.opengis.wfs, \
+org.geotools.ogc:net.opengis.fes, \
diff --git a/tp/org.argeo.tp.gis/org.json.simple.bnd b/tp/org.argeo.tp.gis/org.json.simple.bnd
new file mode 100644 (file)
index 0000000..71ce052
--- /dev/null
@@ -0,0 +1,2 @@
+Bundle-license: Apache-2.0
+SLC-Origin-M2: com.googlecode.json-simple:json-simple:1.1.1
\ No newline at end of file
diff --git a/tp/org.argeo.tp.gis/org.locationtech.jts.bnd b/tp/org.argeo.tp.gis/org.locationtech.jts.bnd
new file mode 100644 (file)
index 0000000..8e2e958
--- /dev/null
@@ -0,0 +1,2 @@
+Bundle-License: BSD-3-Clause
+SLC-Origin-M2: org.locationtech.jts:jts-core:1.18.2
\ No newline at end of file