diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2017-05-09 08:43:13 +0200 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2017-05-15 22:33:14 +0200 |
| commit | 674e93a057ecc79a4f670e48b45d8e910f4f69a3 (patch) | |
| tree | a9a515b361efab71a8c8f032759d1e4a4b7019c8 /gnu | |
| parent | 37e2e5d43401da93eebd21c08d1b6a73b9982b13 (diff) | |
gnu: Add java-eclipse-osgi.
* gnu/packages/java.scm (java-eclipse-osgi): New variable.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/java.scm | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index d5b2d61bded..3d8dd06a023 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm | |||
| @@ -2343,6 +2343,31 @@ and service platform for the Java programming language. This package contains | |||
| 2343 | the OSGi Core module.") | 2343 | the OSGi Core module.") |
| 2344 | (license license:asl2.0))) | 2344 | (license license:asl2.0))) |
| 2345 | 2345 | ||
| 2346 | (define-public java-eclipse-osgi | ||
| 2347 | (package | ||
| 2348 | (name "java-eclipse-osgi") | ||
| 2349 | (version "3.11.3") | ||
| 2350 | (source (origin | ||
| 2351 | (method url-fetch) | ||
| 2352 | (uri (string-append "https://repo1.maven.org/maven2/" | ||
| 2353 | "org/eclipse/platform/org.eclipse.osgi/" | ||
| 2354 | version "/org.eclipse.osgi-" | ||
| 2355 | version "-sources.jar")) | ||
| 2356 | (sha256 | ||
| 2357 | (base32 | ||
| 2358 | "00cqc6lb29n0zv68b4l842vzkwawvbr7gshfdygsk8sicvcq2c7b")))) | ||
| 2359 | (build-system ant-build-system) | ||
| 2360 | (arguments | ||
| 2361 | `(#:tests? #f ; no tests included | ||
| 2362 | #:jar-name "eclipse-equinox-osgi.jar")) | ||
| 2363 | (inputs | ||
| 2364 | `(("java-osgi-annotation" ,java-osgi-annotation))) | ||
| 2365 | (home-page "http://www.eclipse.org/equinox/") | ||
| 2366 | (synopsis "Eclipse Equinox OSGi framework") | ||
| 2367 | (description "This package provides an implementation of the OSGi Core | ||
| 2368 | specification.") | ||
| 2369 | (license license:epl1.0))) | ||
| 2370 | |||
| 2346 | (define-public java-commons-cli | 2371 | (define-public java-commons-cli |
| 2347 | (package | 2372 | (package |
| 2348 | (name "java-commons-cli") | 2373 | (name "java-commons-cli") |
