GNU bug report logs -
#26861
[PATCH 00/31] Even more Java things
Previous Next
Reported by: Ricardo Wurmus <rekado <at> elephly.net>
Date: Tue, 9 May 2017 21:09:01 UTC
Severity: normal
Tags: patch
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
Full log
Message #56 received at 26861 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/java.scm (java-eclipse-core-variables): New variable.
---
gnu/packages/java.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 13bbd8666..a2a4c38ea 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -2669,6 +2669,35 @@ module @code{org.eclipse.core.filesystem}.")
with the @code{org.eclipse.core.expressions} module.")
(license license:epl1.0)))
+(define-public java-eclipse-core-variables
+ (package
+ (name "java-eclipse-core-variables")
+ (version "3.3.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "https://repo1.maven.org/maven2/"
+ "org/eclipse/platform/org.eclipse.core.variables/"
+ version "/org.eclipse.core.variables-"
+ version "-sources.jar"))
+ (sha256
+ (base32
+ "12dirh03zi4n5x5cj07vzrhkmnqy6h9q10h9j605pagmpmifyxmy"))))
+ (build-system ant-build-system)
+ (arguments
+ `(#:tests? #f ; no tests included
+ #:jar-name "eclipse-core-variables.jar"))
+ (inputs
+ `(("java-eclipse-equinox-common" ,java-eclipse-equinox-common)
+ ("java-eclipse-equinox-registry" ,java-eclipse-equinox-registry)
+ ("java-eclipse-equinox-preferences" ,java-eclipse-equinox-preferences)
+ ("java-eclipse-core-runtime" ,java-eclipse-core-runtime)
+ ("java-eclipse-osgi" ,java-eclipse-osgi)))
+ (home-page "https://www.eclipse.org/platform")
+ (synopsis "Eclipse core variables")
+ (description "This package provides the Eclipse core variables module
+@code{org.eclipse.core.variables}.")
+ (license license:epl1.0)))
+
(define-public java-commons-cli
(package
(name "java-commons-cli")
--
2.12.2
This bug report was last modified 8 years and 68 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.