[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#75038] [PATCH 11/14] gnu: Add java-axiom-core-mixins.
From: |
Hartmut Goebel |
Subject: |
[bug#75038] [PATCH 11/14] gnu: Add java-axiom-core-mixins. |
Date: |
Sun, 22 Dec 2024 23:51:43 +0100 |
* gnu/packages/java-xml.scm (java-axiom-core-mixins): New variable.
---
gnu/packages/java-xml.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/java-xml.scm b/gnu/packages/java-xml.scm
index ecff0d1521..9a90e3a4fb 100644
--- a/gnu/packages/java-xml.scm
+++ b/gnu/packages/java-xml.scm
@@ -798,6 +798,34 @@ (define-public java-axiom-base64-utils
encoded data.")
(license license:asl2.0)))
+(define-public java-axiom-core-mixins
+ (package
+ (name "java-axiom-core-mixins")
+ (version "1.4.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://repo1.maven.org/maven2/"
+ "org/apache/ws/commons/axiom/core-mixins/" version
+ "/core-mixins-" version "-sources.jar"))
+ (sha256
+ (base32
+ "0fm4fp9rij3nzlxscgrh5028sxnysrsq95006v1zd4dbfq9s0kzz"))))
+ (build-system ant-build-system)
+ (arguments
+ `(#:tests? #f ;; tests requre too many yet unpackaged packages
+ #:jar-name "axiom-core-mixins.jar"))
+ (native-inputs
+ (list java-axiom-api
+ java-axiom-core-streams
+ java-axiom-xml-utils
+ java-axiom-weaver-annotations))
+ (home-page "https://ws.apache.org/axiom/")
+ (synopsis "Common classes for Apache Axiom core.")
+ (description "This package contains mixins and implementation classes used
+by core of Apache Axiom.")
+ (license license:asl2.0)))
+
(define-public java-axiom-core-streams
(package
(name "java-axiom-core-streams")
--
2.41.1
- [bug#75038] [PATCH 01/14] gnu: Add apache-parent-pom-33., Hartmut Goebel, 2024/12/22
- [bug#75038] [PATCH 03/14] gnu: Add java-commons-io-2.18., Hartmut Goebel, 2024/12/22
- [bug#75038] [PATCH 02/14] gnu: Add apache-commons-parent-pom-78., Hartmut Goebel, 2024/12/22
- [bug#75038] [PATCH 04/14] gnu: Add java-mime4j-core., Hartmut Goebel, 2024/12/22
- [bug#75038] [PATCH 06/14] gnu: Add java-axiom-base64-utils., Hartmut Goebel, 2024/12/22
- [bug#75038] [PATCH 05/14] gnu: Add java-jakarta-activation-api., Hartmut Goebel, 2024/12/22
- [bug#75038] [PATCH 07/14] gnu: Add java-axiom-xml-utils., Hartmut Goebel, 2024/12/22
- [bug#75038] [PATCH 08/14] gnu: Add java-axiom-core-streams., Hartmut Goebel, 2024/12/22
- [bug#75038] [PATCH 10/14] gnu: Add java-axiom-api., Hartmut Goebel, 2024/12/22
- [bug#75038] [PATCH 09/14] gnu: Add java-axiom-weaver-annotations., Hartmut Goebel, 2024/12/22
- [bug#75038] [PATCH 11/14] gnu: Add java-axiom-core-mixins.,
Hartmut Goebel <=
- [bug#75038] [PATCH 13/14] gnu: Add java-axiom-impl., Hartmut Goebel, 2024/12/22
- [bug#75038] [PATCH 14/14] gnu: Add java-saxon-he-10., Hartmut Goebel, 2024/12/22
- [bug#75038] [PATCH 12/14] gnu: Add java-axiom-om-mixins., Hartmut Goebel, 2024/12/22