mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
7d9e0b4778
commit
045af1147d
1 changed files with 18 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue