Added the Ant wrapper. The ant script in this wrapper sets the config in environment variables and invokes core-ant.

svn path=/nixpkgs/trunk/; revision=1149
This commit is contained in:
Martin Bravenboer
2004-07-10 16:17:48 +00:00
parent feeff4dfb1
commit e86a4a1112
4 changed files with 38 additions and 2 deletions

View File

@@ -306,8 +306,9 @@ rec {
inherit fetchurl stdenv;
};
apacheant = (import ../development/tools/build-managers/apache-ant/core-apache-ant.nix) {
apacheant = (import ../development/tools/build-managers/apache-ant) {
inherit fetchurl stdenv;
j2sdk = j2sdk15;
};
pcre = (import ../development/libraries/pcre) {