From a3af62ab56a40ede4285e6891ea93a594246f1d3 Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Sun, 22 Dec 2024 18:45:44 +0100 Subject: gnu: Add java-axiom-xml-utils. * gnu/packages/java-xml.scm (java-axiom-xml-utils): New variable. Change-Id: I46fea9c4ba83068b6a493fb0e43e6f13381345a6 Signed-off-by: Rutherther --- gnu/packages/java-xml.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'gnu/packages/java-xml.scm') diff --git a/gnu/packages/java-xml.scm b/gnu/packages/java-xml.scm index 13b65cacea6..2ff423e4d84 100644 --- a/gnu/packages/java-xml.scm +++ b/gnu/packages/java-xml.scm @@ -765,3 +765,22 @@ changes of the Plexus fork. It is an implementation of the XMLPULL V1 API (description "This package provides utility methods to work with base64 encoded data.") (license license:asl2.0))) + +(define-public java-axiom-xml-utils + (package + (name "java-axiom-xml-utils") + (version %axiom-version) + (source axiom-source) + (build-system ant-build-system) + (arguments + `(#:source-dir "components/xml-utils/src/main" + #:test-dir "components/xml-utils/src/test" + #:tests? #f ;; require too many yet unpackaged packages + #:jar-name "axiom-xml-utils.jar")) + (native-inputs + (list unzip)) + (home-page "https://ws.apache.org/axiom/") + (synopsis "XML utilities for Apache Axiom Weaver") + (description "This package provides XML utilities used by Apache Axiom +Weaver, anyhow not depending on depending on the Axiom API.") + (license license:asl2.0))) -- cgit v1.3