- 'jar index' isn't actually something anyone appears to use. It just

creates a file /META-INF/INDEX.LIST with a list of files in the jar.
  Doesn't actually improve anything, and just slows down the build.
This commit is contained in:
Jordan Sissel 2013-02-18 00:59:38 -08:00
parent d4d38d2fa6
commit f21109a61e

View file

@ -187,7 +187,6 @@ build/logstash-$(VERSION)-monolithic.jar: JAR_ARGS+=patterns
build/logstash-$(VERSION)-monolithic.jar: build/logstash-$(VERSION)-monolithic.jar:
$(QUIET)rm -f $@ $(QUIET)rm -f $@
$(QUIET)jar cfe $@ logstash.runner $(JAR_ARGS) $(QUIET)jar cfe $@ logstash.runner $(JAR_ARGS)
$(QUIET)jar i $@
@echo "Created $@" @echo "Created $@"
.PHONY: build/logstash-$(VERSION)-monolithic.jar .PHONY: build/logstash-$(VERSION)-monolithic.jar