mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add java-eclipse-equinox-app.
* gnu/packages/java.scm (java-eclipse-equinox-app): New variable.
This commit is contained in:
parent
fbaf09ebf2
commit
65214c872a
1 changed files with 28 additions and 0 deletions
|
@ -2472,6 +2472,34 @@ specification.")
|
||||||
registry.")
|
registry.")
|
||||||
(license license:epl1.0)))
|
(license license:epl1.0)))
|
||||||
|
|
||||||
|
(define-public java-eclipse-equinox-app
|
||||||
|
(package
|
||||||
|
(name "java-eclipse-equinox-app")
|
||||||
|
(version "1.3.400")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "https://repo1.maven.org/maven2/"
|
||||||
|
"org/eclipse/platform/org.eclipse.equinox.app/"
|
||||||
|
version "/org.eclipse.equinox.app-"
|
||||||
|
version "-sources.jar"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0nhvbp93y203ar7y59gb0mz3w2d3jlqhr0c9hii9bcfpmr7imdab"))))
|
||||||
|
(build-system ant-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:tests? #f ; no tests included
|
||||||
|
#:jar-name "eclipse-equinox-app.jar"))
|
||||||
|
(inputs
|
||||||
|
`(("java-eclipse-equinox-common" ,java-eclipse-equinox-common)
|
||||||
|
("java-eclipse-equinox-registry" ,java-eclipse-equinox-registry)
|
||||||
|
("java-eclipse-osgi" ,java-eclipse-osgi)
|
||||||
|
("java-osgi-service-event" ,java-osgi-service-event)))
|
||||||
|
(home-page "http://www.eclipse.org/equinox/")
|
||||||
|
(synopsis "Equinox application container")
|
||||||
|
(description "This package provides the Equinox application container for
|
||||||
|
Eclipse.")
|
||||||
|
(license license:epl1.0)))
|
||||||
|
|
||||||
(define-public java-commons-cli
|
(define-public java-commons-cli
|
||||||
(package
|
(package
|
||||||
(name "java-commons-cli")
|
(name "java-commons-cli")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue