From: Mathieu Baudier Date: Mon, 9 May 2022 08:49:46 +0000 (+0200) Subject: Improve GIS third parties. X-Git-Tag: v2.3.5~52 X-Git-Url: https://git.argeo.org/?a=commitdiff_plain;h=dd61c413897424c7739d84987df070d6250e50d6;p=gpl%2Fargeo-slc.git Improve GIS third parties. --- diff --git a/tp/org.argeo.tp.gis/ejml/merge.bnd b/tp/org.argeo.tp.gis/ejml/merge.bnd new file mode 100644 index 000000000..6aaf0eead --- /dev/null +++ b/tp/org.argeo.tp.gis/ejml/merge.bnd @@ -0,0 +1,17 @@ +Bundle-SymbolicName: org.ejml +Bundle-License: Apache-2.0 +SLC-Origin-M2: :0.41 +Export-Package: org.ejml.* +SLC-Origin-M2-Merge: \ +org.ejml:ejml-core, \ +org.ejml:ejml-simple, \ +org.ejml:ejml-fdense, \ +org.ejml:ejml-ddense, \ +org.ejml:ejml-cdense, \ +org.ejml:ejml-zdense, \ +org.ejml:ejml-dsparse, \ + +Import-Package: \ +us.hebi.matlab.*;resolution:="optional", \ +javax.swing;resolution:="optional", +* \ 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 index 5d16a8252..8c4c523f1 100644 --- a/tp/org.argeo.tp.gis/geotools/merge.bnd +++ b/tp/org.argeo.tp.gis/geotools/merge.bnd @@ -13,6 +13,7 @@ javax.measure.*, \ tech.units.indriya.*, \ si.uom.*, \ systems.uom.*, \ +org.ejml.*,\ *;resolution:="optional" SLC-Origin-M2-Merge: \ org.geotools:gt-metadata, \