Eelco Dolstra 4e29062fbc ant: Support the OpenJRE (without OpenJDK) and the GNU JVM
For instance, a package can now say:

  buildInputs = [ ant jre ecj ];

which would cause the Eclipse compiler to be used with the OpenJRE.
Similarly:

  buildInputs = [ ant gcj ];

uses the GNU JVM with the GNU Java compiler.
2014-01-09 11:14:36 +01:00
..
2013-08-16 23:45:01 +02:00
2013-07-16 09:31:19 -04:00
2013-10-06 12:01:38 +02:00
2013-12-09 16:14:41 +01:00
2013-09-29 21:40:17 +02:00
2012-02-25 19:57:34 +00:00
2013-11-08 21:30:34 +01:00
2013-12-08 20:03:17 +01:00