diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2017-05-09 08:42:57 +0200 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2017-05-15 22:33:14 +0200 |
| commit | 37e2e5d43401da93eebd21c08d1b6a73b9982b13 (patch) | |
| tree | 6e2df5780d7821eba9fa2a40e58902b4b6bd1014 /gnu | |
| parent | 6ee6d0b58a022d2a659304496e9a304d1b20663e (diff) | |
gnu: Add java-osgi-core.
* gnu/packages/java.scm (java-osgi-core): New variable.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/java.scm | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index 26d251f1381..d5b2d61bded 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm | |||
| @@ -2317,6 +2317,32 @@ the OSGi annotation module, providing additional services to help dynamic | |||
| 2317 | components.") | 2317 | components.") |
| 2318 | (license license:asl2.0))) | 2318 | (license license:asl2.0))) |
| 2319 | 2319 | ||
| 2320 | (define-public java-osgi-core | ||
| 2321 | (package | ||
| 2322 | (name "java-osgi-core") | ||
| 2323 | (version "6.0.0") | ||
| 2324 | (source (origin | ||
| 2325 | (method url-fetch) | ||
| 2326 | (uri (string-append "https://repo1.maven.org/maven2/" | ||
| 2327 | "org/osgi/org.osgi.core/" version "/" | ||
| 2328 | "org.osgi.core-" version "-sources.jar")) | ||
| 2329 | (sha256 | ||
| 2330 | (base32 | ||
| 2331 | "19bpf5jx32jq9789gyhin35q5v7flmw0p9mk7wbgqpxqfmxyiabv")))) | ||
| 2332 | (build-system ant-build-system) | ||
| 2333 | (arguments | ||
| 2334 | `(#:tests? #f ; no tests | ||
| 2335 | #:jar-name "osgi-core.jar")) | ||
| 2336 | (inputs | ||
| 2337 | `(("java-osgi-annotation" ,java-osgi-annotation))) | ||
| 2338 | (home-page "http://www.osgi.org") | ||
| 2339 | (synopsis "Core module of OSGi framework") | ||
| 2340 | (description | ||
| 2341 | "OSGi, for Open Services Gateway initiative framework, is a module system | ||
| 2342 | and service platform for the Java programming language. This package contains | ||
| 2343 | the OSGi Core module.") | ||
| 2344 | (license license:asl2.0))) | ||
| 2345 | |||
| 2320 | (define-public java-commons-cli | 2346 | (define-public java-commons-cli |
| 2321 | (package | 2347 | (package |
| 2322 | (name "java-commons-cli") | 2348 | (name "java-commons-cli") |
