guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/24: gnu: Add java-ops4j-base-util-property.


From: julien lepiller
Subject: 05/24: gnu: Add java-ops4j-base-util-property.
Date: Tue, 10 Oct 2017 16:08:14 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 60dcec7abb97e9bcec9d9dcf0553015143e2209e
Author: Julien Lepiller <address@hidden>
Date:   Wed Oct 4 19:22:44 2017 +0200

    gnu: Add java-ops4j-base-util-property.
    
    * gnu/packages/java.scm (java-ops4j-base-util-property): New variable.
---
 gnu/packages/java.scm | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 6ef37cd..4bda697 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -5398,3 +5398,18 @@ package contains utilities and extensions related to 
handling streams and files.
     (description "OPS4J stands for Open Participation Software for Java.  This
 package contains utilities and extensions related to environment, i18n and
 mime types.")))
+
+(define-public java-ops4j-base-util-property
+  (package
+    (inherit java-ops4j-base-lang)
+    (name "java-ops4j-base-util-property")
+    (arguments
+     `(#:jar-name "java-ops4j-base-util-property.jar"
+       #:source-dir "ops4j-base-util-property/src/main/java"
+       #:tests? #f)); no tests
+    (inputs
+     `(("lang" ,java-ops4j-base-lang)
+       ("util" ,java-ops4j-base-util)))
+    (description "OPS4J stands for Open Participation Software for Java.  This
+package contains utilities and extensions related to resolving properties from
+different sources.")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]