[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#26861: [PATCH 11/31] gnu: Add java-eclipse-equinox-registry.
From: |
Ricardo Wurmus |
Subject: |
bug#26861: [PATCH 11/31] gnu: Add java-eclipse-equinox-registry. |
Date: |
Tue, 9 May 2017 23:28:28 +0200 |
* gnu/packages/java.scm (java-eclipse-equinox-registry): New variable.
---
gnu/packages/java.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index f46192c07..8076f6366 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -2472,6 +2472,33 @@ specification.")
(description "This package provides the Eclipse jobs mechanism.")
(license license:epl1.0)))
+(define-public java-eclipse-equinox-registry
+ (package
+ (name "java-eclipse-equinox-registry")
+ (version "3.6.100")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "https://repo1.maven.org/maven2/"
+
"org/eclipse/platform/org.eclipse.equinox.registry/"
+ version "/org.eclipse.equinox.registry-"
+ version "-sources.jar"))
+ (sha256
+ (base32
+ "1i9sgymh2fy5vdgk5y7s3qvrlbgh4l93ddqi3v4zmca7hwrlhf9k"))))
+ (build-system ant-build-system)
+ (arguments
+ `(#:tests? #f ; no tests included
+ #:jar-name "eclipse-equinox-registry.jar"))
+ (inputs
+ `(("java-eclipse-core-jobs" ,java-eclipse-core-jobs)
+ ("java-eclipse-equinox-common" ,java-eclipse-equinox-common)
+ ("java-eclipse-osgi" ,java-eclipse-osgi)))
+ (home-page "http://www.eclipse.org/equinox/")
+ (synopsis "Eclipse extension registry support")
+ (description "This package provides support for the Eclipse extension
+registry.")
+ (license license:epl1.0)))
+
(define-public java-commons-cli
(package
(name "java-commons-cli")
--
2.12.2
- bug#26861: [PATCH 00/31] Even more Java things, Ricardo Wurmus, 2017/05/09
- bug#26861: [PATCH 01/31] gnu: Add libusb4java., Ricardo Wurmus, 2017/05/09
- bug#26861: [PATCH 02/31] gnu: Add java-usb4java., Ricardo Wurmus, 2017/05/09
- bug#26861: [PATCH 03/31] gnu: Add java-rsyntaxtextarea., Ricardo Wurmus, 2017/05/09
- bug#26861: [PATCH 04/31] gnu: Add java-simple-xml., Ricardo Wurmus, 2017/05/09
- bug#26861: [PATCH 06/31] gnu: Add java-osgi-core., Ricardo Wurmus, 2017/05/09
- bug#26861: [PATCH 07/31] gnu: Add java-eclipse-osgi., Ricardo Wurmus, 2017/05/09
- bug#26861: [PATCH 05/31] gnu: Add java-osgi-annotation., Ricardo Wurmus, 2017/05/09
- bug#26861: [PATCH 08/31] gnu: Add java-eclipse-equinox-common., Ricardo Wurmus, 2017/05/09
- bug#26861: [PATCH 09/31] gnu: Add java-osgi-service-event., Ricardo Wurmus, 2017/05/09
- bug#26861: [PATCH 11/31] gnu: Add java-eclipse-equinox-registry.,
Ricardo Wurmus <=
- bug#26861: [PATCH 16/31] gnu: Add java-eclipse-core-filesystem., Ricardo Wurmus, 2017/05/09
- bug#26861: [PATCH 14/31] gnu: Add java-eclipse-core-contenttype., Ricardo Wurmus, 2017/05/09
- bug#26861: [PATCH 13/31] gnu: Add java-eclipse-equinox-preferences., Ricardo Wurmus, 2017/05/09
- bug#26861: [PATCH 12/31] gnu: Add java-eclipse-equinox-app., Ricardo Wurmus, 2017/05/09
- bug#26861: [PATCH 17/31] gnu: Add java-eclipse-core-expressions., Ricardo Wurmus, 2017/05/09
- bug#26861: [PATCH 15/31] gnu: Add java-eclipse-core-runtime., Ricardo Wurmus, 2017/05/09
- bug#26861: [PATCH 10/31] gnu: Add java-eclipse-core-jobs., Ricardo Wurmus, 2017/05/09
- bug#26861: [PATCH 18/31] gnu: Add java-eclipse-core-variables., Ricardo Wurmus, 2017/05/09
- bug#26861: [PATCH 22/31] gnu: Add java-eclipse-compare-core., Ricardo Wurmus, 2017/05/09
- bug#26861: [PATCH 21/31] gnu: Add java-icu4j., Ricardo Wurmus, 2017/05/09