gnu: Add java-axiom-weaver-annotations.

* gnu/packages/java-xml.scm (java-axiom-weaver-annotations): New variable.

Change-Id: Ie8e4cdddcd80a81df0bd7003b1640076c6d17d93
This commit is contained in:
Hartmut Goebel 2024-12-22 18:47:44 +01:00 committed by Andreas Enge
parent 7d9e0b4778
commit 045af1147d
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -788,6 +788,24 @@ encoded data.")
Apache Axiom.")
(license license:asl2.0)))
(define-public java-axiom-weaver-annotations
(package
(name "java-axiom-weaver-annotations")
(version %axiom-version)
(source axiom-source)
(build-system ant-build-system)
(arguments
`(#:source-dir "axiom-weaver-annotations/src/main"
#:tests? #f ;; has no tests
#:jar-name "axiom-weaver-annotations.jar"))
(native-inputs
(list unzip))
(home-page "https://ws.apache.org/axiom/")
(synopsis "Annotation for Apache Axiom Weaver")
(description "This package provides annotation classes for Apache Axiom
Weaver.")
(license license:asl2.0)))
(define-public java-axiom-xml-utils
(package
(name "java-axiom-xml-utils")