Files
nixpkgs/pkgs
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
..
2014-01-03 14:32:13 +01:00
2013-12-31 09:28:52 -06:00
2014-01-03 14:33:17 +01:00
2013-12-21 00:05:38 +01:00