From ac06d085f3d264d5b31510bd9465b1e0c46271e7 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Wed, 9 Mar 2022 12:16:53 +0100 Subject: [PATCH] Add libraries for various formats --- .../src/org/argeo/slc/factory/A2Factory.java | 6 +++++- sdk/output-argeo-tp-rap.target | 2 ++ tp/org.argeo.tp.apache/org.apache.commons.compress.bnd | 8 ++++++++ tp/org.argeo.tp.formats/batik/common.bnd | 2 ++ tp/org.argeo.tp.formats/batik/org.apache.batik.anim.bnd | 2 ++ .../batik/org.apache.batik.awt.util.bnd | 2 ++ .../batik/org.apache.batik.bridge.bnd | 2 ++ .../batik/org.apache.batik.constants.bnd | 2 ++ tp/org.argeo.tp.formats/batik/org.apache.batik.css.bnd | 2 ++ tp/org.argeo.tp.formats/batik/org.apache.batik.dom.bnd | 2 ++ tp/org.argeo.tp.formats/batik/org.apache.batik.ext.bnd | 2 ++ .../batik/org.apache.batik.extension.bnd | 2 ++ .../batik/org.apache.batik.gui.util.bnd | 2 ++ tp/org.argeo.tp.formats/batik/org.apache.batik.gvt.bnd | 2 ++ tp/org.argeo.tp.formats/batik/org.apache.batik.i18n.bnd | 2 ++ .../batik/org.apache.batik.parser.bnd | 2 ++ .../batik/org.apache.batik.resources.bnd | 2 ++ .../batik/org.apache.batik.script.bnd | 5 +++++ .../batik/org.apache.batik.svg.dom.bnd | 2 ++ .../batik/org.apache.batik.svggen.bnd | 2 ++ tp/org.argeo.tp.formats/batik/org.apache.batik.swing.bnd | 2 ++ .../batik/org.apache.batik.transcoder.bnd | 2 ++ tp/org.argeo.tp.formats/batik/org.apache.batik.util.bnd | 2 ++ tp/org.argeo.tp.formats/batik/org.apache.batik.xml.bnd | 2 ++ tp/org.argeo.tp.formats/com.adobe.xmp.xmpcore.bnd | 4 ++++ tp/org.argeo.tp.formats/com.drew.metadata.bnd | 3 +++ tp/org.argeo.tp.formats/com.graphbuilder.bnd | 3 +++ tp/org.argeo.tp.formats/de.rototor.pdfbox.graphics2d.bnd | 3 +++ tp/org.argeo.tp.formats/fop/common.bnd | 2 ++ tp/org.argeo.tp.formats/fop/org.apache.fop.core.bnd | 9 +++++++++ tp/org.argeo.tp.formats/fop/org.apache.fop.events.bnd | 6 ++++++ tp/org.argeo.tp.formats/fop/org.apache.fop.util.bnd | 2 ++ tp/org.argeo.tp.formats/javax.activation.bnd | 3 +++ tp/org.argeo.tp.formats/javax.mail.bnd | 4 ++++ tp/org.argeo.tp.formats/javax.xml.bind.bnd | 7 +++++++ .../org.apache.commons.collections4.bnd | 3 +++ tp/org.argeo.tp.formats/org.apache.commons.csv.bnd | 3 +++ tp/org.argeo.tp.formats/org.apache.commons.imaging.bnd | 4 ++++ tp/org.argeo.tp.formats/org.apache.commons.lang3.bnd | 3 +++ tp/org.argeo.tp.formats/org.apache.commons.math3.bnd | 3 +++ tp/org.argeo.tp.formats/org.apache.commons.text.bnd | 3 +++ tp/org.argeo.tp.formats/org.apache.pdfbox.jempbox.bnd | 3 +++ .../org.apache.xml.security.bnd} | 1 - tp/org.argeo.tp.formats/org.apache.xmlgraphics.bnd | 3 +++ tp/org.argeo.tp.formats/org.mozilla.javascript.bnd | 4 ++++ tp/org.argeo.tp.formats/org.w3c.dom.smil.bnd | 4 ++++ tp/org.argeo.tp.formats/org.w3c.dom.svg.bnd | 3 +++ tp/org.argeo.tp.formats/pdfbox/common.bnd | 2 ++ tp/org.argeo.tp.formats/pdfbox/org.apache.pdfbox.bnd | 5 +++++ .../pdfbox/org.apache.pdfbox.fontbox.bnd | 2 ++ .../pdfbox/org.apache.pdfbox.xmpbox.bnd | 2 ++ .../org.apache.xmlbeans.bnd} | 0 tp/org.argeo.tp.poi/poi/common.bnd | 2 ++ tp/org.argeo.tp.poi/poi/org.apache.poi.bnd | 5 +++++ tp/org.argeo.tp.poi/poi/org.apache.poi.ooxml.bnd | 8 ++++++++ tp/org.argeo.tp.poi/poi/org.apache.poi.ooxml.schemas.bnd | 7 +++++++ tp/org.argeo.tp.poi/poi/org.apache.poi.scratchpad.bnd | 5 +++++ tp/org.argeo.tp/com.zaxxer.sparsebits.bnd | 3 +++ tp/org.argeo.tp/org.tukaani.xz.bnd | 3 +++ tp/org.argeo.tp/slf4j/org.slf4j.log4j.bnd.deactivated | 3 +++ 60 files changed, 189 insertions(+), 2 deletions(-) create mode 100644 tp/org.argeo.tp.apache/org.apache.commons.compress.bnd create mode 100644 tp/org.argeo.tp.formats/batik/common.bnd create mode 100644 tp/org.argeo.tp.formats/batik/org.apache.batik.anim.bnd create mode 100644 tp/org.argeo.tp.formats/batik/org.apache.batik.awt.util.bnd create mode 100644 tp/org.argeo.tp.formats/batik/org.apache.batik.bridge.bnd create mode 100644 tp/org.argeo.tp.formats/batik/org.apache.batik.constants.bnd create mode 100644 tp/org.argeo.tp.formats/batik/org.apache.batik.css.bnd create mode 100644 tp/org.argeo.tp.formats/batik/org.apache.batik.dom.bnd create mode 100644 tp/org.argeo.tp.formats/batik/org.apache.batik.ext.bnd create mode 100644 tp/org.argeo.tp.formats/batik/org.apache.batik.extension.bnd create mode 100644 tp/org.argeo.tp.formats/batik/org.apache.batik.gui.util.bnd create mode 100644 tp/org.argeo.tp.formats/batik/org.apache.batik.gvt.bnd create mode 100644 tp/org.argeo.tp.formats/batik/org.apache.batik.i18n.bnd create mode 100644 tp/org.argeo.tp.formats/batik/org.apache.batik.parser.bnd create mode 100644 tp/org.argeo.tp.formats/batik/org.apache.batik.resources.bnd create mode 100644 tp/org.argeo.tp.formats/batik/org.apache.batik.script.bnd create mode 100644 tp/org.argeo.tp.formats/batik/org.apache.batik.svg.dom.bnd create mode 100644 tp/org.argeo.tp.formats/batik/org.apache.batik.svggen.bnd create mode 100644 tp/org.argeo.tp.formats/batik/org.apache.batik.swing.bnd create mode 100644 tp/org.argeo.tp.formats/batik/org.apache.batik.transcoder.bnd create mode 100644 tp/org.argeo.tp.formats/batik/org.apache.batik.util.bnd create mode 100644 tp/org.argeo.tp.formats/batik/org.apache.batik.xml.bnd create mode 100644 tp/org.argeo.tp.formats/com.adobe.xmp.xmpcore.bnd create mode 100644 tp/org.argeo.tp.formats/com.drew.metadata.bnd create mode 100644 tp/org.argeo.tp.formats/com.graphbuilder.bnd create mode 100644 tp/org.argeo.tp.formats/de.rototor.pdfbox.graphics2d.bnd create mode 100644 tp/org.argeo.tp.formats/fop/common.bnd create mode 100644 tp/org.argeo.tp.formats/fop/org.apache.fop.core.bnd create mode 100644 tp/org.argeo.tp.formats/fop/org.apache.fop.events.bnd create mode 100644 tp/org.argeo.tp.formats/fop/org.apache.fop.util.bnd create mode 100644 tp/org.argeo.tp.formats/javax.activation.bnd create mode 100644 tp/org.argeo.tp.formats/javax.mail.bnd create mode 100644 tp/org.argeo.tp.formats/javax.xml.bind.bnd create mode 100644 tp/org.argeo.tp.formats/org.apache.commons.collections4.bnd create mode 100644 tp/org.argeo.tp.formats/org.apache.commons.csv.bnd create mode 100644 tp/org.argeo.tp.formats/org.apache.commons.imaging.bnd create mode 100644 tp/org.argeo.tp.formats/org.apache.commons.lang3.bnd create mode 100644 tp/org.argeo.tp.formats/org.apache.commons.math3.bnd create mode 100644 tp/org.argeo.tp.formats/org.apache.commons.text.bnd create mode 100644 tp/org.argeo.tp.formats/org.apache.pdfbox.jempbox.bnd rename tp/{org.argeo.tp.apache/org.apache.xml.security.bnd.deactivated => org.argeo.tp.formats/org.apache.xml.security.bnd} (80%) create mode 100644 tp/org.argeo.tp.formats/org.apache.xmlgraphics.bnd create mode 100644 tp/org.argeo.tp.formats/org.mozilla.javascript.bnd create mode 100644 tp/org.argeo.tp.formats/org.w3c.dom.smil.bnd create mode 100644 tp/org.argeo.tp.formats/org.w3c.dom.svg.bnd create mode 100644 tp/org.argeo.tp.formats/pdfbox/common.bnd create mode 100644 tp/org.argeo.tp.formats/pdfbox/org.apache.pdfbox.bnd create mode 100644 tp/org.argeo.tp.formats/pdfbox/org.apache.pdfbox.fontbox.bnd create mode 100644 tp/org.argeo.tp.formats/pdfbox/org.apache.pdfbox.xmpbox.bnd rename tp/{org.argeo.tp.apache/org.apache.xmlbeans.bnd.retired => org.argeo.tp.poi/org.apache.xmlbeans.bnd} (100%) create mode 100644 tp/org.argeo.tp.poi/poi/common.bnd create mode 100644 tp/org.argeo.tp.poi/poi/org.apache.poi.bnd create mode 100644 tp/org.argeo.tp.poi/poi/org.apache.poi.ooxml.bnd create mode 100644 tp/org.argeo.tp.poi/poi/org.apache.poi.ooxml.schemas.bnd create mode 100644 tp/org.argeo.tp.poi/poi/org.apache.poi.scratchpad.bnd create mode 100644 tp/org.argeo.tp/com.zaxxer.sparsebits.bnd create mode 100644 tp/org.argeo.tp/org.tukaani.xz.bnd create mode 100644 tp/org.argeo.tp/slf4j/org.slf4j.log4j.bnd.deactivated diff --git a/org.argeo.slc.factory/src/org/argeo/slc/factory/A2Factory.java b/org.argeo.slc.factory/src/org/argeo/slc/factory/A2Factory.java index ded5fe4d1..a3072872e 100644 --- a/org.argeo.slc.factory/src/org/argeo/slc/factory/A2Factory.java +++ b/org.argeo.slc.factory/src/org/argeo/slc/factory/A2Factory.java @@ -635,7 +635,11 @@ public class A2Factory { // factory.processM2BasedDistributionUnit(descriptorsBase.resolve("org.argeo.tp.jetty/jetty")); // factory.processM2BasedDistributionUnit(descriptorsBase.resolve("org.argeo.tp.jetty/jetty-websocket")); // factory.processCategory(descriptorsBase.resolve("org.argeo.tp.eclipse.rcp")); -// System.exit(0); +// factory.processCategory(descriptorsBase.resolve("org.argeo.tp")); +// factory.processCategory(descriptorsBase.resolve("org.argeo.tp.apache")); + factory.processCategory(descriptorsBase.resolve("org.argeo.tp.formats")); + factory.processCategory(descriptorsBase.resolve("org.argeo.tp.poi")); + System.exit(0); // Eclipse factory.processEclipseArchive( diff --git a/sdk/output-argeo-tp-rap.target b/sdk/output-argeo-tp-rap.target index d5f313450..a7dcf174e 100644 --- a/sdk/output-argeo-tp-rap.target +++ b/sdk/output-argeo-tp-rap.target @@ -8,6 +8,8 @@ + + \ No newline at end of file diff --git a/tp/org.argeo.tp.apache/org.apache.commons.compress.bnd b/tp/org.argeo.tp.apache/org.apache.commons.compress.bnd new file mode 100644 index 000000000..e126b0a3a --- /dev/null +++ b/tp/org.argeo.tp.apache/org.apache.commons.compress.bnd @@ -0,0 +1,8 @@ +Bundle-License: Apache-2.0 +Bundle-SymbolicName: org.apache.commons.compress +SLC-Origin-M2: org.apache.commons:commons-compress:1.21 +Import-Package: \ +org.brotli.*;resolution:=optional, +org.tukaani.*;resolution:=optional, +com.github.luben.zstd;resolution:=optional, +* \ No newline at end of file diff --git a/tp/org.argeo.tp.formats/batik/common.bnd b/tp/org.argeo.tp.formats/batik/common.bnd new file mode 100644 index 000000000..bc76a9738 --- /dev/null +++ b/tp/org.argeo.tp.formats/batik/common.bnd @@ -0,0 +1,2 @@ +Bundle-License: Apache-2.0 +SLC-Origin-M2: :1.14 \ No newline at end of file diff --git a/tp/org.argeo.tp.formats/batik/org.apache.batik.anim.bnd b/tp/org.argeo.tp.formats/batik/org.apache.batik.anim.bnd new file mode 100644 index 000000000..26debce5e --- /dev/null +++ b/tp/org.argeo.tp.formats/batik/org.apache.batik.anim.bnd @@ -0,0 +1,2 @@ +Bundle-SymbolicName: org.apache.batik.anim +SLC-Origin-M2: org.apache.xmlgraphics:batik-anim diff --git a/tp/org.argeo.tp.formats/batik/org.apache.batik.awt.util.bnd b/tp/org.argeo.tp.formats/batik/org.apache.batik.awt.util.bnd new file mode 100644 index 000000000..e6e775a62 --- /dev/null +++ b/tp/org.argeo.tp.formats/batik/org.apache.batik.awt.util.bnd @@ -0,0 +1,2 @@ +Bundle-SymbolicName: org.apache.batik.awt.util +SLC-Origin-M2: org.apache.xmlgraphics:batik-awt-util diff --git a/tp/org.argeo.tp.formats/batik/org.apache.batik.bridge.bnd b/tp/org.argeo.tp.formats/batik/org.apache.batik.bridge.bnd new file mode 100644 index 000000000..33328ebe9 --- /dev/null +++ b/tp/org.argeo.tp.formats/batik/org.apache.batik.bridge.bnd @@ -0,0 +1,2 @@ +Bundle-SymbolicName: org.apache.batik.bridge +SLC-Origin-M2: org.apache.xmlgraphics:batik-bridge diff --git a/tp/org.argeo.tp.formats/batik/org.apache.batik.constants.bnd b/tp/org.argeo.tp.formats/batik/org.apache.batik.constants.bnd new file mode 100644 index 000000000..fea69fa98 --- /dev/null +++ b/tp/org.argeo.tp.formats/batik/org.apache.batik.constants.bnd @@ -0,0 +1,2 @@ +Bundle-SymbolicName: org.apache.batik.constants +SLC-Origin-M2: org.apache.xmlgraphics:batik-constants diff --git a/tp/org.argeo.tp.formats/batik/org.apache.batik.css.bnd b/tp/org.argeo.tp.formats/batik/org.apache.batik.css.bnd new file mode 100644 index 000000000..8ec1225ac --- /dev/null +++ b/tp/org.argeo.tp.formats/batik/org.apache.batik.css.bnd @@ -0,0 +1,2 @@ +Bundle-SymbolicName: org.apache.batik.css +SLC-Origin-M2: org.apache.xmlgraphics:batik-css diff --git a/tp/org.argeo.tp.formats/batik/org.apache.batik.dom.bnd b/tp/org.argeo.tp.formats/batik/org.apache.batik.dom.bnd new file mode 100644 index 000000000..c5dd20b55 --- /dev/null +++ b/tp/org.argeo.tp.formats/batik/org.apache.batik.dom.bnd @@ -0,0 +1,2 @@ +Bundle-SymbolicName: org.apache.batik.dom +SLC-Origin-M2: org.apache.xmlgraphics:batik-dom diff --git a/tp/org.argeo.tp.formats/batik/org.apache.batik.ext.bnd b/tp/org.argeo.tp.formats/batik/org.apache.batik.ext.bnd new file mode 100644 index 000000000..2349f6e92 --- /dev/null +++ b/tp/org.argeo.tp.formats/batik/org.apache.batik.ext.bnd @@ -0,0 +1,2 @@ +Bundle-SymbolicName: org.apache.batik.ext +SLC-Origin-M2: org.apache.xmlgraphics:batik-ext diff --git a/tp/org.argeo.tp.formats/batik/org.apache.batik.extension.bnd b/tp/org.argeo.tp.formats/batik/org.apache.batik.extension.bnd new file mode 100644 index 000000000..bff767bfe --- /dev/null +++ b/tp/org.argeo.tp.formats/batik/org.apache.batik.extension.bnd @@ -0,0 +1,2 @@ +Bundle-SymbolicName: org.apache.batik.extension +SLC-Origin-M2: org.apache.xmlgraphics:batik-extension diff --git a/tp/org.argeo.tp.formats/batik/org.apache.batik.gui.util.bnd b/tp/org.argeo.tp.formats/batik/org.apache.batik.gui.util.bnd new file mode 100644 index 000000000..5ecc4214e --- /dev/null +++ b/tp/org.argeo.tp.formats/batik/org.apache.batik.gui.util.bnd @@ -0,0 +1,2 @@ +Bundle-SymbolicName: org.apache.batik.gui.util +SLC-Origin-M2: org.apache.xmlgraphics:batik-gui-util diff --git a/tp/org.argeo.tp.formats/batik/org.apache.batik.gvt.bnd b/tp/org.argeo.tp.formats/batik/org.apache.batik.gvt.bnd new file mode 100644 index 000000000..fd5265164 --- /dev/null +++ b/tp/org.argeo.tp.formats/batik/org.apache.batik.gvt.bnd @@ -0,0 +1,2 @@ +Bundle-SymbolicName: org.apache.batik.gvt +SLC-Origin-M2: org.apache.xmlgraphics:batik-gvt diff --git a/tp/org.argeo.tp.formats/batik/org.apache.batik.i18n.bnd b/tp/org.argeo.tp.formats/batik/org.apache.batik.i18n.bnd new file mode 100644 index 000000000..321ae882a --- /dev/null +++ b/tp/org.argeo.tp.formats/batik/org.apache.batik.i18n.bnd @@ -0,0 +1,2 @@ +Bundle-SymbolicName: org.apache.batik.i18n +SLC-Origin-M2: org.apache.xmlgraphics:batik-i18n diff --git a/tp/org.argeo.tp.formats/batik/org.apache.batik.parser.bnd b/tp/org.argeo.tp.formats/batik/org.apache.batik.parser.bnd new file mode 100644 index 000000000..93792016d --- /dev/null +++ b/tp/org.argeo.tp.formats/batik/org.apache.batik.parser.bnd @@ -0,0 +1,2 @@ +Bundle-SymbolicName: org.apache.batik.parser +SLC-Origin-M2: org.apache.xmlgraphics:batik-parser diff --git a/tp/org.argeo.tp.formats/batik/org.apache.batik.resources.bnd b/tp/org.argeo.tp.formats/batik/org.apache.batik.resources.bnd new file mode 100644 index 000000000..08564a43b --- /dev/null +++ b/tp/org.argeo.tp.formats/batik/org.apache.batik.resources.bnd @@ -0,0 +1,2 @@ +Bundle-SymbolicName: org.apache.batik.resources +SLC-Origin-M2: org.apache.xmlgraphics:batik-shared-resources diff --git a/tp/org.argeo.tp.formats/batik/org.apache.batik.script.bnd b/tp/org.argeo.tp.formats/batik/org.apache.batik.script.bnd new file mode 100644 index 000000000..7356915e2 --- /dev/null +++ b/tp/org.argeo.tp.formats/batik/org.apache.batik.script.bnd @@ -0,0 +1,5 @@ +Bundle-SymbolicName: org.apache.batik.script +SLC-Origin-M2: org.apache.xmlgraphics:batik-script +Import-Package: \ +org.python.*;resolution:="optional",\ +* \ No newline at end of file diff --git a/tp/org.argeo.tp.formats/batik/org.apache.batik.svg.dom.bnd b/tp/org.argeo.tp.formats/batik/org.apache.batik.svg.dom.bnd new file mode 100644 index 000000000..f6a187baa --- /dev/null +++ b/tp/org.argeo.tp.formats/batik/org.apache.batik.svg.dom.bnd @@ -0,0 +1,2 @@ +Bundle-SymbolicName: org.apache.batik.svg.dom +SLC-Origin-M2: org.apache.xmlgraphics:batik-svg-dom diff --git a/tp/org.argeo.tp.formats/batik/org.apache.batik.svggen.bnd b/tp/org.argeo.tp.formats/batik/org.apache.batik.svggen.bnd new file mode 100644 index 000000000..33fa54236 --- /dev/null +++ b/tp/org.argeo.tp.formats/batik/org.apache.batik.svggen.bnd @@ -0,0 +1,2 @@ +Bundle-SymbolicName: org.apache.batik.svggen +SLC-Origin-M2: org.apache.xmlgraphics:batik-svggen diff --git a/tp/org.argeo.tp.formats/batik/org.apache.batik.swing.bnd b/tp/org.argeo.tp.formats/batik/org.apache.batik.swing.bnd new file mode 100644 index 000000000..ddf9a782f --- /dev/null +++ b/tp/org.argeo.tp.formats/batik/org.apache.batik.swing.bnd @@ -0,0 +1,2 @@ +Bundle-SymbolicName: org.apache.batik.swing +SLC-Origin-M2: org.apache.xmlgraphics:batik-swing diff --git a/tp/org.argeo.tp.formats/batik/org.apache.batik.transcoder.bnd b/tp/org.argeo.tp.formats/batik/org.apache.batik.transcoder.bnd new file mode 100644 index 000000000..8afd5afd3 --- /dev/null +++ b/tp/org.argeo.tp.formats/batik/org.apache.batik.transcoder.bnd @@ -0,0 +1,2 @@ +Bundle-SymbolicName: org.apache.batik.transcoder +SLC-Origin-M2: org.apache.xmlgraphics:batik-transcoder diff --git a/tp/org.argeo.tp.formats/batik/org.apache.batik.util.bnd b/tp/org.argeo.tp.formats/batik/org.apache.batik.util.bnd new file mode 100644 index 000000000..0b672dc50 --- /dev/null +++ b/tp/org.argeo.tp.formats/batik/org.apache.batik.util.bnd @@ -0,0 +1,2 @@ +Bundle-SymbolicName: org.apache.batik.util +SLC-Origin-M2: org.apache.xmlgraphics:batik-util diff --git a/tp/org.argeo.tp.formats/batik/org.apache.batik.xml.bnd b/tp/org.argeo.tp.formats/batik/org.apache.batik.xml.bnd new file mode 100644 index 000000000..c42c15ce6 --- /dev/null +++ b/tp/org.argeo.tp.formats/batik/org.apache.batik.xml.bnd @@ -0,0 +1,2 @@ +Bundle-SymbolicName: org.apache.batik.xml +SLC-Origin-M2: org.apache.xmlgraphics:batik-xml diff --git a/tp/org.argeo.tp.formats/com.adobe.xmp.xmpcore.bnd b/tp/org.argeo.tp.formats/com.adobe.xmp.xmpcore.bnd new file mode 100644 index 000000000..e70665957 --- /dev/null +++ b/tp/org.argeo.tp.formats/com.adobe.xmp.xmpcore.bnd @@ -0,0 +1,4 @@ +Bundle-License: BSD-3-Clause +Bundle-SymbolicName: com.adobe.xmp.xmpcore +# No source available in Maven Central for 6.1.11 +SLC-Origin-M2: com.adobe.xmp:xmpcore:6.1.10 diff --git a/tp/org.argeo.tp.formats/com.drew.metadata.bnd b/tp/org.argeo.tp.formats/com.drew.metadata.bnd new file mode 100644 index 000000000..f32421ada --- /dev/null +++ b/tp/org.argeo.tp.formats/com.drew.metadata.bnd @@ -0,0 +1,3 @@ +Bundle-License: Apache-2.0 +Bundle-SymbolicName: com.drew.metadata +SLC-Origin-M2: com.drewnoakes:metadata-extractor:2.16.0 diff --git a/tp/org.argeo.tp.formats/com.graphbuilder.bnd b/tp/org.argeo.tp.formats/com.graphbuilder.bnd new file mode 100644 index 000000000..d400fd7bd --- /dev/null +++ b/tp/org.argeo.tp.formats/com.graphbuilder.bnd @@ -0,0 +1,3 @@ +Bundle-License: BSD-3-Clause +Bundle-SymbolicName: com.graphbuilder +SLC-Origin-M2: com.github.virtuald:curvesapi:1.07 diff --git a/tp/org.argeo.tp.formats/de.rototor.pdfbox.graphics2d.bnd b/tp/org.argeo.tp.formats/de.rototor.pdfbox.graphics2d.bnd new file mode 100644 index 000000000..b6f5736c2 --- /dev/null +++ b/tp/org.argeo.tp.formats/de.rototor.pdfbox.graphics2d.bnd @@ -0,0 +1,3 @@ +Bundle-License: Apache-2.0 +Bundle-SymbolicName: de.rototor.pdfbox.graphics2d +SLC-Origin-M2: de.rototor.pdfbox:graphics2d:0.35 diff --git a/tp/org.argeo.tp.formats/fop/common.bnd b/tp/org.argeo.tp.formats/fop/common.bnd new file mode 100644 index 000000000..64a95daec --- /dev/null +++ b/tp/org.argeo.tp.formats/fop/common.bnd @@ -0,0 +1,2 @@ +Bundle-License: Apache-2.0 +SLC-Origin-M2: :2.7 \ No newline at end of file diff --git a/tp/org.argeo.tp.formats/fop/org.apache.fop.core.bnd b/tp/org.argeo.tp.formats/fop/org.apache.fop.core.bnd new file mode 100644 index 000000000..ba69e0b6a --- /dev/null +++ b/tp/org.argeo.tp.formats/fop/org.apache.fop.core.bnd @@ -0,0 +1,9 @@ +Bundle-SymbolicName: org.apache.fop.core +SLC-Origin-M2: org.apache.xmlgraphics:fop-core +Import-Package: \ +javax.media.jai;resolution:="optional",\ +org.apache.tools.ant.*;resolution:="optional",\ +* +Export-Package: \ +!org.apache.fop.util.*,\ +* \ No newline at end of file diff --git a/tp/org.argeo.tp.formats/fop/org.apache.fop.events.bnd b/tp/org.argeo.tp.formats/fop/org.apache.fop.events.bnd new file mode 100644 index 000000000..31265cc9e --- /dev/null +++ b/tp/org.argeo.tp.formats/fop/org.apache.fop.events.bnd @@ -0,0 +1,6 @@ +Bundle-SymbolicName: org.apache.fop.events +SLC-Origin-M2: org.apache.xmlgraphics:fop-events +Import-Package: \ +com.thoughtworks.qdox.*;resolution:="optional",\ +org.apache.tools.ant.*;resolution:="optional",\ +* diff --git a/tp/org.argeo.tp.formats/fop/org.apache.fop.util.bnd b/tp/org.argeo.tp.formats/fop/org.apache.fop.util.bnd new file mode 100644 index 000000000..c2ea982d5 --- /dev/null +++ b/tp/org.argeo.tp.formats/fop/org.apache.fop.util.bnd @@ -0,0 +1,2 @@ +Bundle-SymbolicName: org.apache.fop.util +SLC-Origin-M2: org.apache.xmlgraphics:fop-util diff --git a/tp/org.argeo.tp.formats/javax.activation.bnd b/tp/org.argeo.tp.formats/javax.activation.bnd new file mode 100644 index 000000000..024dda8e8 --- /dev/null +++ b/tp/org.argeo.tp.formats/javax.activation.bnd @@ -0,0 +1,3 @@ +Bundle-License: CDDL-1.0 +SLC-Origin-M2: com.sun.activation:javax.activation:1.2.0 +SLC-Origin-ManifestNotModified: true diff --git a/tp/org.argeo.tp.formats/javax.mail.bnd b/tp/org.argeo.tp.formats/javax.mail.bnd new file mode 100644 index 000000000..8166bc735 --- /dev/null +++ b/tp/org.argeo.tp.formats/javax.mail.bnd @@ -0,0 +1,4 @@ +Bundle-License: CDDL-1.0 OR GPL-2.0 WITH Classpath-exception-2.0 +Bundle-SymbolicName: javax.mail +SLC-Origin-M2: com.sun.mail:javax.mail:1.6.2 +SLC-Origin-ManifestNotModified: true diff --git a/tp/org.argeo.tp.formats/javax.xml.bind.bnd b/tp/org.argeo.tp.formats/javax.xml.bind.bnd new file mode 100644 index 000000000..a827549f2 --- /dev/null +++ b/tp/org.argeo.tp.formats/javax.xml.bind.bnd @@ -0,0 +1,7 @@ +Bundle-License: CDDL-1.0 OR GPL-2.0 WITH Classpath-exception-2.0 +Bundle-SymbolicName: javax.xml.bind +Bundle-Version: 2.4.0 +SLC-Origin-M2: javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +Import-Package: \ +org.glassfish.hk2.osgiresourcelocator;resolution:="optional",\ +* diff --git a/tp/org.argeo.tp.formats/org.apache.commons.collections4.bnd b/tp/org.argeo.tp.formats/org.apache.commons.collections4.bnd new file mode 100644 index 000000000..4379a1947 --- /dev/null +++ b/tp/org.argeo.tp.formats/org.apache.commons.collections4.bnd @@ -0,0 +1,3 @@ +Bundle-License: Apache-2.0 +Bundle-SymbolicName: org.apache.commons.collections4 +SLC-Origin-M2: org.apache.commons:commons-collections4:4.4 \ No newline at end of file diff --git a/tp/org.argeo.tp.formats/org.apache.commons.csv.bnd b/tp/org.argeo.tp.formats/org.apache.commons.csv.bnd new file mode 100644 index 000000000..94f8301f2 --- /dev/null +++ b/tp/org.argeo.tp.formats/org.apache.commons.csv.bnd @@ -0,0 +1,3 @@ +Bundle-License: Apache-2.0 +Bundle-SymbolicName: org.apache.commons.csv +SLC-Origin-M2: org.apache.commons:commons-csv:1.9.0 diff --git a/tp/org.argeo.tp.formats/org.apache.commons.imaging.bnd b/tp/org.argeo.tp.formats/org.apache.commons.imaging.bnd new file mode 100644 index 000000000..16e088299 --- /dev/null +++ b/tp/org.argeo.tp.formats/org.apache.commons.imaging.bnd @@ -0,0 +1,4 @@ +Bundle-License: Apache-2.0 +Bundle-SymbolicName: org.apache.commons.imaging +Bundle-Version: 0.99.2 +SLC-Origin-M2: org.apache.commons:commons-imaging:1.0-alpha2 diff --git a/tp/org.argeo.tp.formats/org.apache.commons.lang3.bnd b/tp/org.argeo.tp.formats/org.apache.commons.lang3.bnd new file mode 100644 index 000000000..373f64737 --- /dev/null +++ b/tp/org.argeo.tp.formats/org.apache.commons.lang3.bnd @@ -0,0 +1,3 @@ +Bundle-License: Apache-2.0 +Bundle-SymbolicName: org.apache.commons.lang3 +SLC-Origin-M2: org.apache.commons:commons-lang3:3.12.0 diff --git a/tp/org.argeo.tp.formats/org.apache.commons.math3.bnd b/tp/org.argeo.tp.formats/org.apache.commons.math3.bnd new file mode 100644 index 000000000..cc8d131c5 --- /dev/null +++ b/tp/org.argeo.tp.formats/org.apache.commons.math3.bnd @@ -0,0 +1,3 @@ +Bundle-License: Apache-2.0 +Bundle-SymbolicName: org.apache.commons.math3 +SLC-Origin-M2: org.apache.commons:commons-math3:3.5 diff --git a/tp/org.argeo.tp.formats/org.apache.commons.text.bnd b/tp/org.argeo.tp.formats/org.apache.commons.text.bnd new file mode 100644 index 000000000..b85c146d9 --- /dev/null +++ b/tp/org.argeo.tp.formats/org.apache.commons.text.bnd @@ -0,0 +1,3 @@ +Bundle-License: Apache-2.0 +Bundle-SymbolicName: org.apache.commons.text +SLC-Origin-M2: org.apache.commons:commons-text:1.9 diff --git a/tp/org.argeo.tp.formats/org.apache.pdfbox.jempbox.bnd b/tp/org.argeo.tp.formats/org.apache.pdfbox.jempbox.bnd new file mode 100644 index 000000000..068977928 --- /dev/null +++ b/tp/org.argeo.tp.formats/org.apache.pdfbox.jempbox.bnd @@ -0,0 +1,3 @@ +Bundle-License: Apache-2.0 +Bundle-SymbolicName: org.apache.pdfbox.jempbox +SLC-Origin-M2: org.apache.pdfbox:jempbox:1.8.16 diff --git a/tp/org.argeo.tp.apache/org.apache.xml.security.bnd.deactivated b/tp/org.argeo.tp.formats/org.apache.xml.security.bnd similarity index 80% rename from tp/org.argeo.tp.apache/org.apache.xml.security.bnd.deactivated rename to tp/org.argeo.tp.formats/org.apache.xml.security.bnd index 038c19f5b..8600cbb0e 100644 --- a/tp/org.argeo.tp.apache/org.apache.xml.security.bnd.deactivated +++ b/tp/org.argeo.tp.formats/org.apache.xml.security.bnd @@ -1,4 +1,3 @@ Bundle-License: Apache-2.0 Bundle-SymbolicName: org.apache.xml.security SLC-Origin-M2: org.apache.santuario:xmlsec:2.1.2 -Export-Package: org.apache.* diff --git a/tp/org.argeo.tp.formats/org.apache.xmlgraphics.bnd b/tp/org.argeo.tp.formats/org.apache.xmlgraphics.bnd new file mode 100644 index 000000000..254a0af78 --- /dev/null +++ b/tp/org.argeo.tp.formats/org.apache.xmlgraphics.bnd @@ -0,0 +1,3 @@ +Bundle-License: Apache-2.0 +Bundle-SymbolicName: org.apache.xmlgraphics +SLC-Origin-M2: org.apache.xmlgraphics:xmlgraphics-commons:2.7 diff --git a/tp/org.argeo.tp.formats/org.mozilla.javascript.bnd b/tp/org.argeo.tp.formats/org.mozilla.javascript.bnd new file mode 100644 index 000000000..277db302e --- /dev/null +++ b/tp/org.argeo.tp.formats/org.mozilla.javascript.bnd @@ -0,0 +1,4 @@ +Bundle-License: MPL-2.0 +Bundle-SymbolicName: org.mozilla.javascript +SLC-Origin-M2: org.mozilla:rhino:1.7.14 +SLC-Origin-ManifestNotModified: true diff --git a/tp/org.argeo.tp.formats/org.w3c.dom.smil.bnd b/tp/org.argeo.tp.formats/org.w3c.dom.smil.bnd new file mode 100644 index 000000000..05b9dd6ef --- /dev/null +++ b/tp/org.argeo.tp.formats/org.w3c.dom.smil.bnd @@ -0,0 +1,4 @@ +Bundle-License: W3C +Bundle-SymbolicName: org.w3c.dom.smil +Bundle-Version: 1.0 +SLC-Origin-M2: org.axsl.org.w3c.dom.smil:smil-boston-dom-java:2000-02-25 diff --git a/tp/org.argeo.tp.formats/org.w3c.dom.svg.bnd b/tp/org.argeo.tp.formats/org.w3c.dom.svg.bnd new file mode 100644 index 000000000..44cb2b182 --- /dev/null +++ b/tp/org.argeo.tp.formats/org.w3c.dom.svg.bnd @@ -0,0 +1,3 @@ +Bundle-License: W3C +Bundle-SymbolicName: org.w3c.dom.svg +SLC-Origin-M2: org.axsl.org.w3c.dom.svg:svg-dom-java:1.1 diff --git a/tp/org.argeo.tp.formats/pdfbox/common.bnd b/tp/org.argeo.tp.formats/pdfbox/common.bnd new file mode 100644 index 000000000..165d7c4c6 --- /dev/null +++ b/tp/org.argeo.tp.formats/pdfbox/common.bnd @@ -0,0 +1,2 @@ +Bundle-License: Apache-2.0 +SLC-Origin-M2: :2.0.25 \ No newline at end of file diff --git a/tp/org.argeo.tp.formats/pdfbox/org.apache.pdfbox.bnd b/tp/org.argeo.tp.formats/pdfbox/org.apache.pdfbox.bnd new file mode 100644 index 000000000..1adc2040a --- /dev/null +++ b/tp/org.argeo.tp.formats/pdfbox/org.apache.pdfbox.bnd @@ -0,0 +1,5 @@ +Bundle-SymbolicName: org.apache.pdfbox +SLC-Origin-M2: org.apache.pdfbox:pdfbox +Import-Package: \ +sun.java2d.cmm.kcms;resolution:="optional",\ +* \ No newline at end of file diff --git a/tp/org.argeo.tp.formats/pdfbox/org.apache.pdfbox.fontbox.bnd b/tp/org.argeo.tp.formats/pdfbox/org.apache.pdfbox.fontbox.bnd new file mode 100644 index 000000000..519f90f28 --- /dev/null +++ b/tp/org.argeo.tp.formats/pdfbox/org.apache.pdfbox.fontbox.bnd @@ -0,0 +1,2 @@ +Bundle-SymbolicName: org.apache.pdfbox.fontbox +SLC-Origin-M2: org.apache.pdfbox:fontbox diff --git a/tp/org.argeo.tp.formats/pdfbox/org.apache.pdfbox.xmpbox.bnd b/tp/org.argeo.tp.formats/pdfbox/org.apache.pdfbox.xmpbox.bnd new file mode 100644 index 000000000..8a0c26c28 --- /dev/null +++ b/tp/org.argeo.tp.formats/pdfbox/org.apache.pdfbox.xmpbox.bnd @@ -0,0 +1,2 @@ +Bundle-SymbolicName: org.apache.pdfbox.xmpbox +SLC-Origin-M2: org.apache.pdfbox:xmpbox diff --git a/tp/org.argeo.tp.apache/org.apache.xmlbeans.bnd.retired b/tp/org.argeo.tp.poi/org.apache.xmlbeans.bnd similarity index 100% rename from tp/org.argeo.tp.apache/org.apache.xmlbeans.bnd.retired rename to tp/org.argeo.tp.poi/org.apache.xmlbeans.bnd diff --git a/tp/org.argeo.tp.poi/poi/common.bnd b/tp/org.argeo.tp.poi/poi/common.bnd new file mode 100644 index 000000000..c676bba08 --- /dev/null +++ b/tp/org.argeo.tp.poi/poi/common.bnd @@ -0,0 +1,2 @@ +Bundle-License: Apache-2.0 +SLC-Origin-M2: :5.2.1 \ No newline at end of file diff --git a/tp/org.argeo.tp.poi/poi/org.apache.poi.bnd b/tp/org.argeo.tp.poi/poi/org.apache.poi.bnd new file mode 100644 index 000000000..9856bd2d3 --- /dev/null +++ b/tp/org.argeo.tp.poi/poi/org.apache.poi.bnd @@ -0,0 +1,5 @@ +Bundle-SymbolicName: org.apache.poi +SLC-Origin-M2: org.apache.poi:poi +Import-Package: \ +org.apache.logging.log4j.*;resolution:=optional,\ +* diff --git a/tp/org.argeo.tp.poi/poi/org.apache.poi.ooxml.bnd b/tp/org.argeo.tp.poi/poi/org.apache.poi.ooxml.bnd new file mode 100644 index 000000000..75bea7c20 --- /dev/null +++ b/tp/org.argeo.tp.poi/poi/org.apache.poi.ooxml.bnd @@ -0,0 +1,8 @@ +Bundle-SymbolicName: org.apache.poi.ooxml +Import-Package: \ +com.graphbuilder.*;resolution:=optional,\ +com.graphbuilder.*;resolution:=optional,\ +org.etsi.uri.*;resolution:=optional,\ +org.apache.logging.log4j.*;resolution:=optional,\ +* +SLC-Origin-M2: org.apache.poi:poi-ooxml diff --git a/tp/org.argeo.tp.poi/poi/org.apache.poi.ooxml.schemas.bnd b/tp/org.argeo.tp.poi/poi/org.apache.poi.ooxml.schemas.bnd new file mode 100644 index 000000000..7b4fa6e22 --- /dev/null +++ b/tp/org.argeo.tp.poi/poi/org.apache.poi.ooxml.schemas.bnd @@ -0,0 +1,7 @@ +Bundle-SymbolicName: org.apache.poi.ooxml.schemas +Import-Package: \ +com.microsoft.schemas.*;resolution:=optional, \ +org.openxmlformats.schemas.*;resolution:=optional, \ +* +Require-Bundle: org.apache.xmlbeans +SLC-Origin-M2: org.apache.poi:poi-ooxml-full diff --git a/tp/org.argeo.tp.poi/poi/org.apache.poi.scratchpad.bnd b/tp/org.argeo.tp.poi/poi/org.apache.poi.scratchpad.bnd new file mode 100644 index 000000000..50b0d3f76 --- /dev/null +++ b/tp/org.argeo.tp.poi/poi/org.apache.poi.scratchpad.bnd @@ -0,0 +1,5 @@ +Bundle-SymbolicName: org.apache.poi.scratchpad +SLC-Origin-M2: org.apache.poi:poi-scratchpad +Import-Package: \ +org.apache.logging.log4j.*;resolution:=optional,\ +* diff --git a/tp/org.argeo.tp/com.zaxxer.sparsebits.bnd b/tp/org.argeo.tp/com.zaxxer.sparsebits.bnd new file mode 100644 index 000000000..0f72baf58 --- /dev/null +++ b/tp/org.argeo.tp/com.zaxxer.sparsebits.bnd @@ -0,0 +1,3 @@ +Bundle-License: Apache-2.0 +Bundle-SymbolicName: com.zaxxer.sparsebits +SLC-Origin-M2: com.zaxxer:SparseBitSet:1.2 diff --git a/tp/org.argeo.tp/org.tukaani.xz.bnd b/tp/org.argeo.tp/org.tukaani.xz.bnd new file mode 100644 index 000000000..3ea900d7e --- /dev/null +++ b/tp/org.argeo.tp/org.tukaani.xz.bnd @@ -0,0 +1,3 @@ +Bundle-License: Public Domain +Bundle-SymbolicName: org.tukaani.xz +SLC-Origin-M2: org.tukaani:xz:1.9 diff --git a/tp/org.argeo.tp/slf4j/org.slf4j.log4j.bnd.deactivated b/tp/org.argeo.tp/slf4j/org.slf4j.log4j.bnd.deactivated new file mode 100644 index 000000000..4275c6a38 --- /dev/null +++ b/tp/org.argeo.tp/slf4j/org.slf4j.log4j.bnd.deactivated @@ -0,0 +1,3 @@ +Bundle-SymbolicName: org.slf4j.log4j +SLC-Origin-M2: org.slf4j:log4j-over-slf4j +Export-Package: org.apache.logging.log4j.*;version="2.17" \ No newline at end of file -- 2.30.2