1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 11:03:54 +02:00

Revert "Add support for building JARs from Java sources"

This reverts commit 259086de84.
This commit is contained in:
Puck Meerburg 2021-02-26 21:42:51 +00:00
parent 6512be0a99
commit 2d7917f035
3 changed files with 1 additions and 49 deletions

View file

@ -8,8 +8,6 @@ ifeq ($(V), 0)
trace-ld = @echo " LD " $@;
trace-ar = @echo " AR " $@;
trace-install = @echo " INST " $@;
trace-javac = @echo " JAVAC " $@;
trace-jar = @echo " JAR " $@;
trace-mkdir = @echo " MKDIR " $@;
trace-test = @echo " TEST " $@;