diff options
| author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2024-12-22 18:45:44 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:25:14 +0100 |
| commit | a3af62ab56a40ede4285e6891ea93a594246f1d3 (patch) | |
| tree | 0f4b007a81ff35a692d48b3b0f13925a0bba89df /gnu/packages/java-xml.scm | |
| parent | bee338a65d36b56e539f35865ecd471e57f74168 (diff) | |
gnu: Add java-axiom-xml-utils.
* gnu/packages/java-xml.scm (java-axiom-xml-utils): New variable.
Change-Id: I46fea9c4ba83068b6a493fb0e43e6f13381345a6
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages/java-xml.scm')
| -rw-r--r-- | gnu/packages/java-xml.scm | 19 |
1 files changed, 19 insertions, 0 deletions
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))) |
