diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2017-05-09 13:55:44 +0200 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2017-05-15 22:33:15 +0200 |
| commit | 3f9702144129338ec7c8c37edc7520724b5bf62d (patch) | |
| tree | 0242f95c54b7cf8ee7a6d280c10a3966845ef081 /gnu | |
| parent | 65214c872a2c75f51e2243b5fee1ecdeebce10b3 (diff) | |
gnu: Add java-eclipse-equinox-preferences.
* gnu/packages/java.scm (java-eclipse-equinox-preferences): New variable.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/java.scm | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index 8a7af2d4963..8ff24f8652e 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm | |||
| @@ -2500,6 +2500,33 @@ registry.") | |||
| 2500 | Eclipse.") | 2500 | Eclipse.") |
| 2501 | (license license:epl1.0))) | 2501 | (license license:epl1.0))) |
| 2502 | 2502 | ||
| 2503 | (define-public java-eclipse-equinox-preferences | ||
| 2504 | (package | ||
| 2505 | (name "java-eclipse-equinox-preferences") | ||
| 2506 | (version "3.6.1") | ||
| 2507 | (source (origin | ||
| 2508 | (method url-fetch) | ||
| 2509 | (uri (string-append "https://repo1.maven.org/maven2/" | ||
| 2510 | "org/eclipse/platform/org.eclipse.equinox.preferences/" | ||
| 2511 | version "/org.eclipse.equinox.preferences-" | ||
| 2512 | version "-sources.jar")) | ||
| 2513 | (sha256 | ||
| 2514 | (base32 | ||
| 2515 | "0k7w6c141sqym4fy3af0qkwpy4pdh2vsjpjba6rp5fxyqa24v0a2")))) | ||
| 2516 | (build-system ant-build-system) | ||
| 2517 | (arguments | ||
| 2518 | `(#:tests? #f ; no tests included | ||
| 2519 | #:jar-name "eclipse-equinox-preferences.jar")) | ||
| 2520 | (inputs | ||
| 2521 | `(("java-eclipse-equinox-common" ,java-eclipse-equinox-common) | ||
| 2522 | ("java-eclipse-equinox-registry" ,java-eclipse-equinox-registry) | ||
| 2523 | ("java-eclipse-osgi" ,java-eclipse-osgi))) | ||
| 2524 | (home-page "http://www.eclipse.org/equinox/") | ||
| 2525 | (synopsis "Eclipse preferences mechanism") | ||
| 2526 | (description "This package provides the Eclipse preferences mechanism with | ||
| 2527 | the module @code{org.eclipse.equinox.preferences}.") | ||
| 2528 | (license license:epl1.0))) | ||
| 2529 | |||
| 2503 | (define-public java-commons-cli | 2530 | (define-public java-commons-cli |
| 2504 | (package | 2531 | (package |
| 2505 | (name "java-commons-cli") | 2532 | (name "java-commons-cli") |
