unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* bug#26861: [PATCH 00/31] Even more Java things
@ 2017-05-09 21:07 Ricardo Wurmus
  2017-05-09 21:28 ` bug#26861: [PATCH 01/31] gnu: Add libusb4java Ricardo Wurmus
  2017-05-15 20:32 ` bug#26861: [PATCH 00/31] Even more Java things Ricardo Wurmus
  0 siblings, 2 replies; 36+ messages in thread
From: Ricardo Wurmus @ 2017-05-09 21:07 UTC (permalink / raw)
  To: 26861; +Cc: Ricardo Wurmus

Hi Guix,

you remember when I told you that I had some more Java things for you?  Here
it comes!  This all depends on the previous patch set, of course.

Thanks in advance for taking the time to review part of this!

The last two patches are the beginning of a new bootstrap for Java, hopefully
replacing GCJ (and with it the binary bootstrap ecj.jar) at some point.

~~ Ricardo

Ricardo Wurmus (31):
  gnu: Add libusb4java.
  gnu: Add java-usb4java.
  gnu: Add java-rsyntaxtextarea.
  gnu: Add java-simple-xml.
  gnu: Add java-osgi-annotation.
  gnu: Add java-osgi-core.
  gnu: Add java-eclipse-osgi.
  gnu: Add java-eclipse-equinox-common.
  gnu: Add java-osgi-service-event.
  gnu: Add java-eclipse-core-jobs.
  gnu: Add java-eclipse-equinox-registry.
  gnu: Add java-eclipse-equinox-app.
  gnu: Add java-eclipse-equinox-preferences.
  gnu: Add java-eclipse-core-contenttype.
  gnu: Add java-eclipse-core-runtime.
  gnu: Add java-eclipse-core-filesystem.
  gnu: Add java-eclipse-core-expressions.
  gnu: Add java-eclipse-core-variables.
  gnu: Add java-eclipse-ant-core.
  gnu: Add java-eclipse-core-resources.
  gnu: Add java-icu4j.
  gnu: Add java-eclipse-compare-core.
  gnu: Add java-eclipse-team-core.
  gnu: Add java-eclipse-core-commands.
  gnu: Add java-eclipse-text.
  gnu: Add java-eclipse-jdt-core.
  gnu: Add java-log4j-api.
  licenses: Add EDL 1.0.
  gnu: Add java-javax-mail.
  gnu: Add jikes.
  gnu: Add classpath-minimal-0.93.

 gnu/packages/icu4c.scm     |  29 ++
 gnu/packages/java.scm      | 742 +++++++++++++++++++++++++++++++++++++++++++++
 gnu/packages/libusb.scm    | 100 +++++-
 gnu/packages/textutils.scm |  36 ++-
 gnu/packages/xml.scm       |  31 ++
 guix/licenses.scm          |   6 +
 6 files changed, 942 insertions(+), 2 deletions(-)

-- 
2.12.2

^ permalink raw reply	[flat|nested] 36+ messages in thread

end of thread, other threads:[~2017-05-15 20:33 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-09 21:07 bug#26861: [PATCH 00/31] Even more Java things Ricardo Wurmus
2017-05-09 21:28 ` bug#26861: [PATCH 01/31] gnu: Add libusb4java Ricardo Wurmus
2017-05-09 21:28   ` bug#26861: [PATCH 02/31] gnu: Add java-usb4java Ricardo Wurmus
2017-05-09 21:28   ` bug#26861: [PATCH 03/31] gnu: Add java-rsyntaxtextarea Ricardo Wurmus
2017-05-09 21:28   ` bug#26861: [PATCH 04/31] gnu: Add java-simple-xml Ricardo Wurmus
2017-05-09 21:28   ` bug#26861: [PATCH 05/31] gnu: Add java-osgi-annotation Ricardo Wurmus
2017-05-09 21:28   ` bug#26861: [PATCH 06/31] gnu: Add java-osgi-core Ricardo Wurmus
2017-05-09 21:28   ` bug#26861: [PATCH 07/31] gnu: Add java-eclipse-osgi Ricardo Wurmus
2017-05-09 21:28   ` bug#26861: [PATCH 08/31] gnu: Add java-eclipse-equinox-common Ricardo Wurmus
2017-05-09 21:28   ` bug#26861: [PATCH 09/31] gnu: Add java-osgi-service-event Ricardo Wurmus
2017-05-09 21:28   ` bug#26861: [PATCH 10/31] gnu: Add java-eclipse-core-jobs Ricardo Wurmus
2017-05-09 21:28   ` bug#26861: [PATCH 11/31] gnu: Add java-eclipse-equinox-registry Ricardo Wurmus
2017-05-09 21:28   ` bug#26861: [PATCH 12/31] gnu: Add java-eclipse-equinox-app Ricardo Wurmus
2017-05-09 21:28   ` bug#26861: [PATCH 13/31] gnu: Add java-eclipse-equinox-preferences Ricardo Wurmus
2017-05-09 21:28   ` bug#26861: [PATCH 14/31] gnu: Add java-eclipse-core-contenttype Ricardo Wurmus
2017-05-09 21:28   ` bug#26861: [PATCH 15/31] gnu: Add java-eclipse-core-runtime Ricardo Wurmus
2017-05-09 21:28   ` bug#26861: [PATCH 16/31] gnu: Add java-eclipse-core-filesystem Ricardo Wurmus
2017-05-09 21:28   ` bug#26861: [PATCH 17/31] gnu: Add java-eclipse-core-expressions Ricardo Wurmus
2017-05-09 21:28   ` bug#26861: [PATCH 18/31] gnu: Add java-eclipse-core-variables Ricardo Wurmus
2017-05-09 21:28   ` bug#26861: [PATCH 19/31] gnu: Add java-eclipse-ant-core Ricardo Wurmus
2017-05-09 21:28   ` bug#26861: [PATCH 20/31] gnu: Add java-eclipse-core-resources Ricardo Wurmus
2017-05-09 21:28   ` bug#26861: [PATCH 21/31] gnu: Add java-icu4j Ricardo Wurmus
2017-05-09 21:28   ` bug#26861: [PATCH 22/31] gnu: Add java-eclipse-compare-core Ricardo Wurmus
2017-05-09 21:28   ` bug#26861: [PATCH 23/31] gnu: Add java-eclipse-team-core Ricardo Wurmus
2017-05-09 21:28   ` bug#26861: [PATCH 24/31] gnu: Add java-eclipse-core-commands Ricardo Wurmus
2017-05-09 21:28   ` bug#26861: [PATCH 25/31] gnu: Add java-eclipse-text Ricardo Wurmus
2017-05-09 21:28   ` bug#26861: [PATCH 26/31] gnu: Add java-eclipse-jdt-core Ricardo Wurmus
2017-05-09 21:28   ` bug#26861: [PATCH 27/31] gnu: Add java-log4j-api Ricardo Wurmus
2017-05-09 21:28   ` bug#26861: [PATCH 28/31] licenses: Add EDL 1.0 Ricardo Wurmus
2017-05-10  4:25     ` Leo Famulari
2017-05-10  5:32       ` Ricardo Wurmus
2017-05-09 21:28   ` bug#26861: [PATCH 29/31] gnu: Add java-javax-mail Ricardo Wurmus
2017-05-09 21:28   ` bug#26861: [PATCH 30/31] gnu: Add jikes Ricardo Wurmus
2017-05-09 21:28   ` bug#26861: [PATCH 31/31] gnu: Add classpath-minimal-0.93 Ricardo Wurmus
2017-05-10 13:32     ` Ricardo Wurmus
2017-05-15 20:32 ` bug#26861: [PATCH 00/31] Even more Java things Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).