[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (75f796b -> fae0b4c)
From: |
Ricardo Wurmus |
Subject: |
branch master updated (75f796b -> fae0b4c) |
Date: |
Wed, 10 May 2017 11:59:37 -0400 (EDT) |
rekado pushed a change to branch master
in repository guix.
from 75f796b gnu: e2fsprogs: Enable tests.
new 8df64f7 ant-build-system: Allow specifying source directory.
new 52a791f ant-build-system: Add default "check" target.
new 59135f0 guix: Add java-utils.
new 9fb20d0 gnu: Add java-plexus-utils.
new 1e55556 gnu: Add java-plexus-interpolation.
new 8f8ed9a gnu: Add java-asm.
new 607fe24 gnu: Add java-cglib.
new 33e34bf gnu: Add java-objenesis.
new ae58987 gnu: Add java-easymock.
new 7aa3702 gnu: Add java-jopt-simple.
new a8d3cb6 gnu: java-hamcrest-core: Install all jars without version
suffix.
new 840969e gnu: Add java-commons-math3.
new 62c9bfa gnu: Add java-jmh.
new 56ebb4e gnu: Add java-commons-collections4.
new 6af63e6 gnu: Add java-commons-io.
new d631b5f gnu: Add java-commons-lang.
new 82e1886 gnu: Add java-commons-lang3.
new 1c188f4 gnu: Add java-commons-cli.
new 0a8519b gnu: Add java-commons-codec.
new 7d91c1b gnu: Add java-commons-daemon.
new f12ad6c gnu: Add java-jmock-1.
new fae0b4c gnu: java-hamcrest-core: Declare test target.
The 22 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Makefile.am | 1 +
doc/guix.texi | 3 +-
gnu/packages/java.scm | 752 +++++++++++++++++++++++++++++++++++++++-
guix/build-system/ant.scm | 8 +-
guix/build/ant-build-system.scm | 44 ++-
guix/build/java-utils.scm | 55 +++
6 files changed, 853 insertions(+), 10 deletions(-)
create mode 100644 guix/build/java-utils.scm
- branch master updated (75f796b -> fae0b4c),
Ricardo Wurmus <=
- 01/22: ant-build-system: Allow specifying source directory., Ricardo Wurmus, 2017/05/10
- 07/22: gnu: Add java-cglib., Ricardo Wurmus, 2017/05/10
- 10/22: gnu: Add java-jopt-simple., Ricardo Wurmus, 2017/05/10
- 12/22: gnu: Add java-commons-math3., Ricardo Wurmus, 2017/05/10
- 20/22: gnu: Add java-commons-daemon., Ricardo Wurmus, 2017/05/10
- 08/22: gnu: Add java-objenesis., Ricardo Wurmus, 2017/05/10
- 06/22: gnu: Add java-asm., Ricardo Wurmus, 2017/05/10
- 21/22: gnu: Add java-jmock-1., Ricardo Wurmus, 2017/05/10
- 04/22: gnu: Add java-plexus-utils., Ricardo Wurmus, 2017/05/10
- 05/22: gnu: Add java-plexus-interpolation., Ricardo Wurmus, 2017/05/10