mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 04:01:28 -06:00
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:
parent
ca55e8152a
commit
7737d389c6
1 changed files with 22 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue