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:
parent
6512be0a99
commit
2d7917f035
3 changed files with 1 additions and 49 deletions
|
@ -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 " $@;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue