Add units RI
authorMathieu Baudier <mbaudier@argeo.org>
Wed, 9 Mar 2022 14:52:25 +0000 (15:52 +0100)
committerMathieu Baudier <mbaudier@argeo.org>
Wed, 9 Mar 2022 14:52:25 +0000 (15:52 +0100)
tp/org.argeo.tp.gis/geotools/merge.bnd
tp/org.argeo.tp.gis/units/merge.bnd [new file with mode: 0644]

index d7864d6c96a6b8f6e90b304109b0789b400dd5eb..e34dfe3109866e78c71c253dce3e78737cf56955 100644 (file)
@@ -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 (file)
index 0000000..58c69c7
--- /dev/null
@@ -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