nixpkgs/pkgs/development/tools/build-managers/apache-ant
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
..
default.nix ant: Support the OpenJRE (without OpenJDK) and the GNU JVM 2014-01-09 11:14:36 +01:00
from-source.nix Some description fixes 2013-10-05 19:36:23 +02:00
use-gcj.patch ant-gcj: Add missing file. 2009-09-24 14:50:42 +00:00