guix_mirror_bot pushed a commit to branch next-master
in repository guix.
commit 7737d389c6453cfe577486b09904a9e792a7b5fb
Author: Hartmut Goebel <[email protected]>
AuthorDate: Sun Dec 22 18:46:17 2024 +0100
gnu: Add java-axiom-core-streams.
* gnu/packages/java-xml.scm (java-axiom-core-streams): New variable.
Change-Id: Ic803cba163aae609738a6d606eaac30745d76d30
---
gnu/packages/java-xml.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/java-xml.scm b/gnu/packages/java-xml.scm
index 2ff423e4d8..045308a41e 100644
--- a/gnu/packages/java-xml.scm
+++ b/gnu/packages/java-xml.scm
@@ -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")