[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28663] [PATCH 10/22] gnu: Add java-osgi-namespace-extender.
From: |
julien |
Subject: |
[bug#28663] [PATCH 10/22] gnu: Add java-osgi-namespace-extender. |
Date: |
Sun, 1 Oct 2017 19:53:22 +0200 |
From: Julien Lepiller <address@hidden>
* gnu/packages/java.scm (java-osgi-namespace-extender): New variable.
---
gnu/packages/java.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index a3651149f..54ca931c0 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -4943,3 +4943,31 @@ the definition of common types in osgi packages.")
and service platform for the Java programming language. This package contains
the names for the attributes and directives for a namespace with contracts.")
(license license:asl2.0)))
+
+(define-public java-osgi-namespace-extender
+ (package
+ (name "java-osgi-namespace-extender")
+ (version "1.0.1")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "http://central.maven.org/maven2/org/osgi/"
+ "org.osgi.namespace.extender/"
+ version "/org.osgi.namespace.extender-"
+ version "-sources.jar"))
+ (sha256
+ (base32
+ "0jgqiak2i05qv6j3gd33xlaifzzc0ylxxk376v2x0apfg3vvixmz"))))
+ (build-system ant-build-system)
+ (inputs
+ `(("resource" ,java-osgi-resource)
+ ("annotation" ,java-osgi-annotation)))
+ (arguments
+ `(#:jar-name "osgi-namespace-extendent.jar"
+ #:tests? #f)); no tests
+ (home-page "http://www.osgi.org")
+ (synopsis "Extender Capability and Requirement Namespace")
+ (description
+ "OSGi, for Open Services Gateway initiative framework, is a module system
+and service platform for the Java programming language. This package contains
+the names for the attributes and directives for a namespace with extensions.")
+ (license license:asl2.0)))
--
2.14.1
- [bug#28663] [PATCH 03/22] gnu: Add java-microemulator., (continued)
- [bug#28663] [PATCH 07/22] gnu: Add java-osgi-dto., julien, 2017/10/01
- [bug#28663] [PATCH 05/22] gnu: Add java-osgi-cmpn., julien, 2017/10/01
- [bug#28663] [PATCH 06/22] gnu: Add java-osgi-service-component-annotations., julien, 2017/10/01
- [bug#28663] [PATCH 12/22] gnu: Add java-osgi-util-function., julien, 2017/10/01
- [bug#28663] [PATCH 20/22] gnu: Add java-osgi-util-tracker., julien, 2017/10/01
- [bug#28663] [PATCH 11/22] gnu: Add java-osgi-namespace-service., julien, 2017/10/01
- [bug#28663] [PATCH 08/22] gnu: Add java-osgi-resource., julien, 2017/10/01
- [bug#28663] [PATCH 10/22] gnu: Add java-osgi-namespace-extender.,
julien <=
- [bug#28663] [PATCH 13/22] gnu: Add java-osgi-util-promise., julien, 2017/10/01
- [bug#28663] [PATCH 17/22] gnu: Add java-osgi-service-log., julien, 2017/10/01
- [bug#28663] [PATCH 09/22] gnu: Add java-osgi-namespace-contract., julien, 2017/10/01
- [bug#28663] [PATCH 16/22] gnu: Add java-osgi-framework., julien, 2017/10/01
- [bug#28663] [PATCH 14/22] gnu: Add java-osgi-service-metatype-annotations., julien, 2017/10/01
- [bug#28663] [PATCH 22/22] gnu: Add java-osgi-service-packageadmin., julien, 2017/10/01
- [bug#28663] [PATCH 19/22] gnu: Add java-osgi-service-resolver., julien, 2017/10/01
- [bug#28663] [PATCH 15/22] gnu: Add java-osgi-service-repository., julien, 2017/10/01
- [bug#28663] [PATCH 18/22] gnu: Add java-osgi-service-jdbc., julien, 2017/10/01