From: Mathieu Baudier Date: Wed, 9 Mar 2022 14:52:25 +0000 (+0100) Subject: Add units RI X-Git-Tag: v2.3.5~90 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=92a57521be0d9a6f89a0376f4ef63f1972e83aff;p=gpl%2Fargeo-slc.git Add units RI --- diff --git a/tp/org.argeo.tp.gis/geotools/merge.bnd b/tp/org.argeo.tp.gis/geotools/merge.bnd index d7864d6c9..e34dfe310 100644 --- a/tp/org.argeo.tp.gis/geotools/merge.bnd +++ b/tp/org.argeo.tp.gis/geotools/merge.bnd @@ -2,7 +2,7 @@ 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.* +Export-Package: org.geotools.*, org.opengis.*, net.opengis.*, org.w3.xlink.* Import-Package: \ org.locationtech.jts.*,\ org.geotools.gui.swing.*;resolution:="optional",\ @@ -39,3 +39,4 @@ org.geotools.jdbc:gt-jdbc-h2, \ org.geotools.ogc:net.opengis.ows, \ org.geotools.ogc:net.opengis.wfs, \ org.geotools.ogc:net.opengis.fes, \ +org.geotools.ogc:org.w3.xlink, \ diff --git a/tp/org.argeo.tp.gis/units/merge.bnd b/tp/org.argeo.tp.gis/units/merge.bnd new file mode 100644 index 000000000..58c69c79a --- /dev/null +++ b/tp/org.argeo.tp.gis/units/merge.bnd @@ -0,0 +1,10 @@ +Bundle-License: BSD-3-Clause +Bundle-SymbolicName: tech.units.indriya +SLC-Origin-M2: :2.1.3 +Export-Package: javax.measure.*, tech.units.indriya.* +Import-Package: \ +*;resolution:="optional" +SLC-Origin-M2-Merge: \ +javax.measure:unit-api, \ +tech.units:indriya, \ +tech.uom.lib:uom-lib-common:2.1, \ \ No newline at end of file