diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2017-05-09 18:24:06 +0200 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2017-05-15 22:33:16 +0200 |
| commit | 7c3d479e831e9d13752a237ca63aae5cc04ce70d (patch) | |
| tree | efaa637fbd001622a78b1be24722606eebbbff28 /gnu | |
| parent | e8d0f7c8f9913218452e65d6f891af5773aee38a (diff) | |
gnu: Add java-eclipse-ant-core.
* gnu/packages/java.scm (java-eclipse-ant-core): New variable.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/java.scm | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index 37a6a04f849..b8ab673d189 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm | |||
| @@ -2671,6 +2671,38 @@ with the @code{org.eclipse.core.expressions} module.") | |||
| 2671 | @code{org.eclipse.core.variables}.") | 2671 | @code{org.eclipse.core.variables}.") |
| 2672 | (license license:epl1.0))) | 2672 | (license license:epl1.0))) |
| 2673 | 2673 | ||
| 2674 | (define-public java-eclipse-ant-core | ||
| 2675 | (package | ||
| 2676 | (name "java-eclipse-ant-core") | ||
| 2677 | (version "3.4.100") | ||
| 2678 | (source (origin | ||
| 2679 | (method url-fetch) | ||
| 2680 | (uri (string-append "https://repo1.maven.org/maven2/" | ||
| 2681 | "org/eclipse/platform/org.eclipse.ant.core/" | ||
| 2682 | version "/org.eclipse.ant.core-" | ||
| 2683 | version "-sources.jar")) | ||
| 2684 | (sha256 | ||
| 2685 | (base32 | ||
| 2686 | "11g3if794qjlk98mz9zch22rr56sd7z63vn4i7k2icr8cq5bfqg7")))) | ||
| 2687 | (build-system ant-build-system) | ||
| 2688 | (arguments | ||
| 2689 | `(#:tests? #f ; no tests included | ||
| 2690 | #:jar-name "eclipse-ant-core.jar")) | ||
| 2691 | (inputs | ||
| 2692 | `(("java-eclipse-equinox-app" ,java-eclipse-equinox-app) | ||
| 2693 | ("java-eclipse-equinox-common" ,java-eclipse-equinox-common) | ||
| 2694 | ("java-eclipse-equinox-registry" ,java-eclipse-equinox-registry) | ||
| 2695 | ("java-eclipse-equinox-preferences" ,java-eclipse-equinox-preferences) | ||
| 2696 | ("java-eclipse-core-contenttype" ,java-eclipse-core-contenttype) | ||
| 2697 | ("java-eclipse-core-runtime" ,java-eclipse-core-runtime) | ||
| 2698 | ("java-eclipse-core-variables" ,java-eclipse-core-variables) | ||
| 2699 | ("java-eclipse-osgi" ,java-eclipse-osgi))) | ||
| 2700 | (home-page "https://www.eclipse.org/platform") | ||
| 2701 | (synopsis "Ant build tool core libraries") | ||
| 2702 | (description "This package provides the ant build tool core libraries with | ||
| 2703 | the module @code{org.eclipse.ant.core}.") | ||
| 2704 | (license license:epl1.0))) | ||
| 2705 | |||
| 2674 | (define-public java-commons-cli | 2706 | (define-public java-commons-cli |
| 2675 | (package | 2707 | (package |
| 2676 | (name "java-commons-cli") | 2708 | (name "java-commons-cli") |
