guix_mirror_bot pushed a commit to branch next-master
in repository guix.
commit 710d15809f3d1c053ba13933c0b7165681608f7c
Author: Hartmut Goebel <[email protected]>
AuthorDate: Sun Dec 22 18:47:44 2024 +0100
gnu: Add java-axiom-weaver-annotations.
* gnu/packages/java-xml.scm (java-axiom-weaver-annotations): New variable.
Change-Id: Ie8e4cdddcd80a81df0bd7003b1640076c6d17d93
---
gnu/packages/java-xml.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/java-xml.scm b/gnu/packages/java-xml.scm
index 045308a41e..0190dc785e 100644
--- a/gnu/packages/java-xml.scm
+++ b/gnu/packages/java-xml.scm
@@ -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")