gnu: Add java-axiom-core-streams.

* gnu/packages/java-xml.scm (java-axiom-core-streams): New variable.

Change-Id: Ic803cba163aae609738a6d606eaac30745d76d30
This commit is contained in:
Hartmut Goebel 2024-12-22 18:46:17 +01:00
parent ca55e8152a
commit 7737d389c6
No known key found for this signature in database
GPG key ID: 43F4B4993A1F9D20

View file

@ -766,6 +766,28 @@ changes of the Plexus fork. It is an implementation of the XMLPULL V1 API
encoded data.")
(license license:asl2.0)))
(define-public java-axiom-core-streams
(package
(name "java-axiom-core-streams")
(version %axiom-version)
(source axiom-source)
(build-system ant-build-system)
(arguments
`(#:source-dir "components/core-streams/src/main"
#:test-dir "components/core-streams/src/test"
#:tests? #f ;; require too many yet unpackaged packages
#:jar-name "axiom-core-streams.jar"))
(inputs
(list java-axiom-base64-utils
java-axiom-xml-utils
java-commons-logging-minimal
unzip))
(home-page "https://ws.apache.org/axiom/")
(synopsis "Stream classes used by Apache Axiom")
(description "This package provides stream classes used by the core or
Apache Axiom.")
(license license:asl2.0)))
(define-public java-axiom-xml-utils
(package
(name "java-axiom-xml-utils")